[BUG] Fast mode silently disabled when Claude starts responding (v2.1.68)
Resolved 💬 3 comments Opened Mar 5, 2026 by jojo-dan Closed Mar 5, 2026
Description
After enabling fast mode via /fast, it gets silently and completely disabled as soon as Claude starts responding. This differs from the documented rate-limit fallback behavior (where ↯ turns gray and auto-reactivates after cooldown).
Steps to Reproduce
- Start a Claude Code session (v2.1.68)
- Run
/fastto enable fast mode — ↯ icon appears in status bar - Send any message to Claude
- Once Claude starts responding, the ↯ icon disappears
- Run
/fast— it reports fast mode is OFF
Additional reproduction
| Test | Condition | Result |
|------|-----------|--------|
| Test 1 | Plan mode + /fast ON → Claude responds | Fast mode fully OFF |
| Test 2 | Normal mode + /fast ON → subagent spawn | Fast mode fully OFF |
Common pattern: /fast ON → Claude starts responding → ↯ disappears → /fast confirms OFF
Expected Behavior
- Fast mode should remain ON across responses, as documented
- If rate-limited, the ↯ should turn gray and auto-reactivate after cooldown (per docs)
"fastMode": trueinsettings.jsonshould persist the setting
Actual Behavior
- Fast mode is completely disabled (not grayed out) when Claude starts responding
- The ↯ icon fully disappears from the status bar
/fastreports the mode is OFF- This happens regardless of whether
"fastMode": trueis set insettings.json
Environment
- Claude Code version: v2.1.68
- OS: macOS (Darwin 25.3.0)
- Plan: Pro (extra usage enabled)
- Settings:
"fastMode": trueconfigured insettings.json
Related Issues
- #27713 — Status bar indicator not reflecting actual state (similar but opposite direction)
- #24351 —
fastModesetting not applied at startup - #24345 — Feature request for persistent fast mode
- #24205 — Fast mode not activating in VS Code
None of these describe the exact behavior where fast mode is silently turned off upon response start.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗