claude-code - 💡(How to fix) Fix [BUG] "companion": false in ~/.claude/settings.json doesn't suppress the Snitch companion after restart. [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#45101Fetched 2026-04-09 08:13:15
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
labeled ×3closed ×1commented ×1

Error Message

Error Messages/Logs

Code Example

Actual: Snitch companion still appears beside the input box.
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

Bug: "companion": false in settings.json does not disable the Snitch penguin companion

Steps to reproduce:

  1. Add "companion": false to ~/.claude/settings.json
  2. Restart Claude Code

Expected: Snitch companion is hidden.

Actual: Snitch companion still appears beside the input box.

Environment: macOS 25.2.0, Claude Code (claude-sonnet-4-6)

Notes: The setting is already present in the user-scoped settings file and was there before restart. No project-level settings override it. There is also no UI toggle to disable the companion independently.

What Should Happen?

Expected: Snitch companion is hidden.

Error Messages/Logs

Actual: Snitch companion still appears beside the input box.

Steps to Reproduce

  1. Add "companion": false to ~/.claude/settings.json
  2. Restart Claude Code

Claude Model

Sonnet (default)

Is this a regression?

I don't know

Last Working Version

No response

Claude Code Version

2.1.96 (Claude Code)

Platform

Anthropic API

Operating System

macOS

Terminal/Shell

Terminal.app (macOS)

Additional Information

No response

extent analysis

TL;DR

The issue may be resolved by verifying that the settings.json file is being read correctly by Claude Code and that the "companion" setting is being applied as expected.

Guidance

  • Verify that the ~/.claude/settings.json file is in the correct location and has the correct permissions.
  • Check that the settings.json file is being read by Claude Code after restarting, by adding a different setting and verifying that it takes effect.
  • Consider adding a debug log or console statement to verify that the "companion" setting is being applied correctly.
  • If the issue persists, try resetting the Claude Code settings to their default values to see if the issue is related to a specific setting or configuration.

Example

No code example is provided as the issue does not require a specific code change.

Notes

The issue may be related to a bug in the Claude Code settings parsing or application logic. Further investigation is needed to determine the root cause of the issue.

Recommendation

Apply workaround: The user can try manually hiding the Snitch companion or resetting the settings to their default values as a temporary workaround until the issue is resolved.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING