claude-code - 💡(How to fix) Fix [Feature Request] Expose Fast mode state to statusLine scripts

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…

Code Example

[]
RAW_BUFFERClick to expand / collapse

Bug Description Feature request: expose Fast mode state to statusLine scripts

The reasoning effort level is available to custom statusLine commands via effort.level in the JSON input, which is great — I use it to show an effort symbol in my status line. However, Fast mode (toggled via /fast) is not exposed anywhere a statusLine script can read it: there's no field in the statusLine JSON, the model.id/display_name don't change, and nothing is written to settings or an env var.

Could you add a field to the statusLine JSON input indicating whether Fast mode is currently ON — e.g. a top-level fast_mode boolean (or a fast.enabled object)? That would let users surface a persistent Fast-mode indicator in their status line, just like effort level. It should reflect live mid-session toggles.

Environment Info

  • Platform: darwin
  • Terminal: ghostty
  • Version: 2.1.156
  • Feedback ID: b4c93cc0-ff66-4d62-89e7-a151c9813c6b

Errors

[]

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

claude-code - 💡(How to fix) Fix [Feature Request] Expose Fast mode state to statusLine scripts