- Fix step status not being tracked correctly in executor callbacks (done/skipped were not updated) - Expose runStepsInNewSessions and maxParallelSteps settings in CLI settings command - Add AGENTS.md documentation for runStepsInNewSessions and maxParallelSteps settings - Add changeset for the published CLI package - Add tests for CLI settings validation and executor step status tracking
6 lines
234 B
Markdown
6 lines
234 B
Markdown
---
|
|
"@gsxdsm/fusion": patch
|
|
---
|
|
|
|
Expose `runStepsInNewSessions` and `maxParallelSteps` settings in the CLI (`kb settings set/show`). Step status now updates in the store during step-session execution for real-time dashboard progress.
|