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
Consolidated async step activity and parallel-outcome formatting used by widgets and subagent({ action: "status" }) output.
Updated /parallel-review and /parallel-cleanup to end review synthesis with numbered follow-up choices, plus an autofix mode for automatically applying fixes worth doing now.
Include async run output paths in subagent({ action: "status" }) output so the remaining inspection path covers the logs previously surfaced by the removed overlay.
Removed
Removed the unnecessary /agents manager overlay, its Ctrl+Shift+A shortcut, and the agentManager.newShortcut setting to cut unnecessary UI surface area; agent and chain management remains available through tool actions, settings, and markdown files.
Removed persistent save actions from the chain clarify UI: S no longer writes runtime overrides back to agent frontmatter, and W no longer saves .chain.md files. Clarify now only edits the imminent run.
Removed the /subagents-status read-only overlay and its slash command; async runs remain inspectable through subagent({ action: "status" }), completion notifications, logs, and the async widget.
Removed the standalone src/tui/text-editor.ts; chain clarify now keeps its small runtime editor logic local to the only remaining consumer.