Built-in workflow commands no longer hang the session.
/code-review, /deep-research, /adversarial-review, /multi-perspective, and /codebase-audit now run as managed background workflows (#104): the command returns immediately, progress shows in the task panel and /workflows, pause/stop work, and the report is posted back into the conversation when it finishes. Saved-workflow slash commands had the same blocking bug (plus a double-posted result) — fixed in the same pass.
Runs now remember their start-time context across pause/resume: a resumed /deep-research keeps its web tools, and an explicit token-budget choice is never overridden by the configured default.
New setting: defaultTokenBudget in settings.json (#68) applies a hard token budget to every run that doesn't pass its own tokenBudget; a project-level null cancels a global budget.
Note for library consumers: registerBuiltinWorkflows now requires a manager in its options.
What's Changed
- feat: run built-in and saved workflow commands in the background (#104), add defaultTokenBudget setting (#68) by @QuintinShaw in #105
Full Changelog: v3.1.0...v3.2.0