Skip to content

feat: support multiple GitHub Copilot accounts and quick-switching#21061

Closed
mlodygbelmondo wants to merge 1 commit intoanomalyco:devfrom
mlodygbelmondo:feat/multi-copilot-accounts
Closed

feat: support multiple GitHub Copilot accounts and quick-switching#21061
mlodygbelmondo wants to merge 1 commit intoanomalyco:devfrom
mlodygbelmondo:feat/multi-copilot-accounts

Conversation

@mlodygbelmondo
Copy link
Copy Markdown

This introduces the ability to connect and manage multiple GitHub Copilot accounts concurrently.

Features included:

  • Support for composite keys in auth storage (e.g. github-copilot:work).
  • Allow users to specify an optional label when connecting Copilot via CLI.
  • Add a UI button in the web app to 'Add account' for Copilot.
  • Add keyboard shortcuts to cycle through connected Copilot accounts:
    • Web App: mod+shift+g
    • TUI: p (default)
  • Ensure backwards compatibility with existing configuration files.

Issue for this PR

Closes #

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Please provide a description of the issue, the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the PR.

If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!

How did you verify your code works?

Screenshots / recordings

If this is a UI change, please include a screenshot or recording.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

If you do not follow this template your PR will be automatically rejected.

This introduces the ability to connect and manage multiple GitHub Copilot
accounts concurrently.

Features included:
- Support for composite keys in auth storage (e.g. github-copilot:work).
- Allow users to specify an optional label when connecting Copilot via CLI.
- Add a UI button in the web app to 'Add account' for Copilot.
- Add keyboard shortcuts to cycle through connected Copilot accounts:
  - Web App: mod+shift+g
  - TUI: <leader>p (default)
- Ensure backwards compatibility with existing configuration files.
@github-actions github-actions Bot added the needs:compliance This means the issue will auto-close after 2 hours. label Apr 5, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 5, 2026

This PR doesn't fully meet our contributing guidelines and PR template.

What needs to be fixed:

  • No "Type of change" checkbox is checked. Please select at least one.
  • "How did you verify your code works?" section is empty. Please explain how you tested.
  • Not all checklist items are checked. Please confirm you have tested locally and have not included unrelated changes.

Please edit this PR description to address the above within 2 hours, or it will be automatically closed.

If you believe this was flagged incorrectly, please let a maintainer know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs:compliance This means the issue will auto-close after 2 hours.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant