Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ $ pnpm dlx tweakcc
- [Statusline update customization](#feature-statusline-update-customization)
- [AGENTS.md support (with video)](#feature-agentsmd-support)
- [Auto-accept plan mode](#feature-auto-accept-plan-mode)
- [Suppress native installer warning](`#feature-suppress-native-installer-warning`)
- [Suppress native installer warning](#feature-suppress-native-installer-warning)
- _Missing documentation for above features coming soon_
- [Configuration directory](#configuration-directory)
- [Building from source](#building-from-source)
Expand Down Expand Up @@ -1117,8 +1117,7 @@ When Claude finishes writing a plan and calls `ExitPlanMode`, you're normally sh

## Feature: Suppress native installer warning

When Claude Code detects that you've switched from npm to the native installer, it shows a warning message at startup suggesting you run `claude install` or visit the documentation for more options. This patch suppresses that warning.

When Claude Code detects that you've installed via npm, it warns you to use the native installer.
**Via the UI:** Run `npx tweakcc`, go to **Misc**, and toggle **Suppress native installer warning**.

**Via `config.json`:**
Expand Down