You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: track estimated outbound prompt tokens
Record prompt-text estimates for terminal sends and explicit startup
prompts, then expose the totals as a sortable session dashboard column.
refactor: simplify session and backend helpers
Remove the redundant backend name wrapper and availability branch. Always
require live sessions when resolving session actions.
fix: allow plan implementation without a region
Let the document implementation command fall back to the whole subject
buffer, matching other document commands. Keep it available in the transient
and cover the no-region path with targeted tests.
fix: hide code-only commands in document mode
Limit the prompt preset and explain-error menu entries to contexts where
their default prompts apply, and cover the catalogue metadata with
regression tests.