Files
fusion/.changeset/expose-step-session-settings.md
gsxdsm b8aa019fab feat(FN-1062): fix step status tracking and expose step session settings in CLI
- 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
2026-04-07 13:41:12 -07:00

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.