New automatic prompts appear: a first-time auto mode warning, a spending threshold dialog and a worktree tip.
What's wrong with this entry?
The interactive session gained several new automatic behaviours: a one-time warning the first time you enter auto mode, a dialog when spending crosses a cost threshold, an automatic /pro-trial-expired prompt, and a tip about worktrees. Each has its own trigger condition.
- The auto-mode warning fires once, records
hasSeenAutoModeEntryWarningso it does not repeat, and reportstengu_auto_mode_entry_warning_shown. - Queued prompts are now counted (
promptQueueUseCount), and a report fires when a dialog is waiting behind the transcript view. - The machinery driving these now sees the current turn, the dialog state, whether a dialog is already open, whether the session is remote, and the number of queued commands, which is what lets the new checks decide when to fire.
tengu_dialog_waiting_in_transcript
Strings lifted out of the shipped bundle, so the claim above can be checked against them.