feat(kugetsu): add --debug flag for real-time output capture #13

Merged
shoko merged 1 commits from feat/kugetsu-debug-flag into main 2026-03-29 18:26:55 +02:00
Owner

Summary

  • Add --debug flag to start/resume commands for verbose opencode output
  • Capture debug logs to ~/.kugetsu/sessions/<id>/debug.log
  • Add --debug to stop/destroy for viewing logs before actions
  • Position-agnostic flag parsing (--debug can appear anywhere in args)

Testing

  • All 12 existing tests pass
  • Manual testing confirms debug output is captured and displayed
## Summary - Add `--debug` flag to `start`/`resume` commands for verbose opencode output - Capture debug logs to `~/.kugetsu/sessions/<id>/debug.log` - Add `--debug` to `stop`/`destroy` for viewing logs before actions - Position-agnostic flag parsing (`--debug` can appear anywhere in args) ## Testing - All 12 existing tests pass - Manual testing confirms debug output is captured and displayed
shoko added 1 commit 2026-03-29 18:05:46 +02:00
- Add --debug flag to start/resume for verbose opencode output
- Capture debug logs to ~/.kugetsu/sessions/<id>/debug.log
- Add --debug to stop/destroy for viewing logs before actions
- Position-agnostic flag parsing (--debug can appear anywhere)
shoko force-pushed feat/kugetsu-debug-flag from 219d9f0f18 to e397a64d27 2026-03-29 18:23:17 +02:00 Compare
shoko merged commit 542f1e27c1 into main 2026-03-29 18:26:55 +02:00
Sign in to join this conversation.