[FEATURE] Allow users to change or customize their companion buddy
Resolved 💬 3 comments Opened Apr 7, 2026 by heemit-browserstack Closed Apr 9, 2026
Problem Statement
Currently, Claude Code ships with a single built-in companion buddy (Glint, a small goose) that appears beside the input box. There is no way to change, customize, or select a different companion. Users who want a different buddy have no configuration option available — it's not in ~/.claude/settings.json, project settings, or any CLI command.
Proposed Solution
Add a setting or interactive picker that lets users choose their companion buddy. This could work as:
- A
companionkey in~/.claude/settings.json(e.g.,"companion": "fox") - A
/companionslash command to browse and select from available buddies - An option in the
/configinteractive settings menu
Alternative Solutions
- Checked all settings files (
~/.claude/settings.json,.claude/settings.json,.claude/settings.local.json) — no companion configuration exists - No CLI flag or command currently supports this
Priority
Nice to have - would improve my experience
Feature Category
UI/UX, Configuration
Use Case Example
- User opens Claude Code and sees Glint (the goose) as their companion
- User wants a different buddy that better fits their personality or preference
- User runs
/configor editssettings.jsonto pick a new companion - The new companion appears in future sessions
Additional Context
The companion feature is a fun touch — letting users personalize it would make the experience feel more their own.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗