Thinking line fell back to the status bar
Updated July 17, 2026
You enabled the thinking line or the chat banner, and the line is showing in the status bar instead. That is the fail-safe doing its job, not a bug - here is what happened and what, if anything, to do.
Why it happens
The webview surfaces modify two files inside Claude Code, so they only activate when it is provably safe: a recognized Claude Code build, a verified patch recipe for it, and original files whose bytes hash-match what that recipe expects. When any of that is not true - most commonly right after a Claude Code update, before the new build's recipe is verified - Awaitful does not guess. It leaves your editor untouched and earns from the status bar, which is always available.
What happens next
Recipes are confirmed by fleet consensus: a patch for a new build rolls out broadly only after multiple machines have applied it cleanly. Once a verified recipe for your build exists, Awaitful re-applies your chosen surface automatically - there is nothing you need to do, and nothing you lose meanwhile except the fancier rendering. Earning continues throughout (see What counts as an impression - the rule is surface-independent).
If you want to see the state
The panel shows the patch state plainly: applied, waiting on a verified recipe, or in conflict with another extension that modifies the same files. In a conflict Awaitful retries a bounded number of times and then yields rather than fight inside your editor - disabling the competing extension resolves it. The full engineering, including backups, atomic writes and rollback, is in Your editor never breaks.
If you decide you prefer the status bar
That is a fine place to land: it is the surface that modifies nothing. Switch your choice any time in Choose where the line appears, and if you want the patch undone entirely, "Restore original files" in the panel reverts everything - see Turning it off.