Settings → Integrations offered install cards for the Claude Code and Cursor provider plugins. They are gone: the section, its plugin catalog, its own i18n module and tests, the settings search entries, the page keywords, and the two sprite icons only it used. The page now holds the built-in GitHub and Linear cards, so it is hidden in VS Code where neither applies; its title and description live in the settings dictionaries. Docs follow: the Integrations page in every locale now documents GitHub (pointing at its own page) and Linear in full, the GitHub page names Settings → Integrations as the place to connect and covers linking an issue or PR to a message, and the Providers pages no longer promise Claude or Cursor subscriptions. Claude-Session: https://claude.ai/code/session_01HB9wdLQoZX2vfyDjwv6Rso
39 lines
1.9 KiB
Plaintext
39 lines
1.9 KiB
Plaintext
---
|
|
title: GitHub Issues & PRs
|
|
description: Connect GitHub and start sessions from issues and pull requests.
|
|
---
|
|
|
|
# GitHub Issues & PRs
|
|
|
|
Connect your GitHub account and OpenChamber can pull in issues and pull requests, start a session straight from one, and open or update PRs for you.
|
|
|
|
## Connect GitHub
|
|
|
|
1. Open **Settings → Integrations** and expand the **GitHub** card.
|
|
2. Choose **Connect GitHub**. OpenChamber shows a link and a short code.
|
|
3. Open the link, enter the code, and approve.
|
|
|
|
When it's connected, your account shows on the card. You can connect more than one account and switch between them, or disconnect at any time. If the `gh` CLI is signed in on the same machine, OpenChamber can use it as a fallback.
|
|
|
|
## Start work from an issue or PR
|
|
|
|
When you create a [worktree session](/worktrees/) with GitHub connected, you can choose **Start from GitHub issue/PR**:
|
|
|
|
- pick an **issue** and OpenChamber names the branch after it and opens the session with the issue and its comments as the first message
|
|
- pick a **pull request** and it checks out the PR's branch; you can include the PR's diff so the agent has the full change
|
|
|
|
This drops you straight into a session with the context already loaded.
|
|
|
|
## Open and manage pull requests
|
|
|
|
From the **PR** tab in the [git view](/git/), you can create a pull request, update it, mark a draft as ready, or merge it. OpenChamber can generate the PR title and description from your changes.
|
|
|
|
## Link an issue or PR to a message
|
|
|
|
In the chat composer, choose **Link GitHub Issue** or **Link GitHub PR**. The issue, or the PR with its diff, rides along with your next message as context, and the session's work status panel keeps a link to it. The same picker can start a new session with the issue as the first prompt.
|
|
|
|
## Related
|
|
|
|
- [Git & GitHub Workflows](/git/) — commit and manage branches
|
|
- [Worktree Sessions](/worktrees/) — where issue and PR sessions start
|