[FEATURE][BUG] Improve clarity when user asks about account switching - distinguish between Git and Claude accounts
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
Problem Description
When a user asks "Which account am I logged in with?" in German ("Mit welchem Konto bin ich angemeldet?"), Claude Code
incorrectly assumes they're asking about Git configuration rather than Claude CLI authentication.
## Steps to Reproduce
- User asks about their current login status
- Assistant responds with Git user.name/user.email information
- User clarifies they want to change their login
- Assistant continues to provide Git configuration instructions
- User clarifies multiple times they mean Claude account, not Git
- Significant confusion ensues before understanding the actual request
## Expected Behavior
- Assistant should clarify whether user means Git or Claude authentication
- When in Claude Code context, prioritize Claude CLI account information
- Provide clear instructions for
claude logoutandclaude login
## Actual Behavior
- Assistant assumes Git configuration is the primary concern
- Provides extensive Git profile management instructions
- Fails to recognize working environment (VS Code terminal with Claude Code)
- When finally understanding, claims inability to execute logout commands
## User Impact
- Frustrating experience requiring multiple clarifications
- Simple task (account switching) becomes unnecessarily complex
- User explicitly requested this be reported as poor basic functionality
## Suggested Improvements
- Add context awareness: When running in Claude Code, prioritize Claude-related queries
- Implement clarifying questions for ambiguous "account" references
- Add clear documentation for account switching workflow
- Consider adding a
/switch-accountcommand or similar
## Environment
- Platform: Windows 11
- Context: VS Code terminal
- Working directory: Non-Git repository
- Claude CLI: Installed at
/c/Users/[WIN_User_Login]/.local/bin/claude
Proposed Solution
Use as VS Code developer yourself with many projects, identities related to customer's specifica.
Alternative Solutions
Claude prepared above problem description, but isn't able to help in own environment to look up any potentially existing open or closed issues. I'm expecting a far better integration of Claud Code into Anthropic's Environment. I'm a MAX user paying a lot for premium functionality.
Priority
High - Significant impact on productivity
Feature Category
Interactive mode (TUI)
Use Case Example
See problem description.
Additional Context
_No response_
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗