Skip to content

feat: Add separate Claude and Console terminal logins#502

Merged
benbrandt merged 1 commit intomainfrom
separate-login-methods
Apr 3, 2026
Merged

feat: Add separate Claude and Console terminal logins#502
benbrandt merged 1 commit intomainfrom
separate-login-methods

Conversation

@benbrandt
Copy link
Copy Markdown
Member

Expose distinct terminal auth methods for Claude subscription and
Anthropic Console, including terminal-auth metadata for both.

Expose distinct terminal auth methods for Claude subscription and
Anthropic Console, including terminal-auth metadata for both.
@benbrandt benbrandt merged commit 063cd35 into main Apr 3, 2026
4 checks passed
@benbrandt benbrandt deleted the separate-login-methods branch April 3, 2026 10:48
benbrandt pushed a commit that referenced this pull request Apr 3, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.25.0](v0.24.2...v0.25.0)
(2026-04-03)


### Features

* Add auto permission mode support
([#501](#501))
([a161453](a161453))
* Add separate Claude and Console terminal logins
([#502](#502))
([063cd35](063cd35))
* Update to claude-agent-sdk 0.2.91
([#500](#500))
([65a2230](65a2230))


### Bug Fixes

* log warnings for malformed settings files instead of silent fallback
([#486](#486))
([ae6c388](ae6c388))
* prevent race conditions in SettingsManager setCwd and debounce
([#485](#485))
([7506223](7506223))
* use current model's context window for usage_update size
([#412](#412))
([d07799d](d07799d))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: acp-release-bot[bot] <246668977+acp-release-bot[bot]@users.noreply.github.com>
"terminal-auth": {
command: process.execPath,
args: [...process.argv.slice(1), "--cli"],
args: [...baseArgs, "--cli", "auth", "login", "--claudeai"],
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just tested this and in case you get a code to paste, this doesn't work, because it doesn't accept any input.

Image

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants