-
v0.2.26 - Stable Release Stable
released this
2026-04-07 14:26:02 +02:00 | 47 commits to main since this releaseStable Release
This is the stable version after fixing critical bugs in the queue daemon and PM agent.
Bug Fixes
- Issue 207: Queue daemon crashes with set_debug_mode command not found
- Issue 210: Race condition in cmd_delegate where msg file was deleted before opencode could read it
- Issue 220: PM agent needs enhanced context for delegation and conversation modes
Whats Fixed
-
Queue Daemon Stability: The daemon no longer crashes immediately on startup due to missing set_debug_mode function. Moved the function to kugetsu-config.sh where it is properly shared.
-
Delegate Race Condition: Removed rm -f msg_file from cmd_delegate. The message file is now handled consistently with cmd_start and cmd_continue, preventing the File not found error.
-
PM Agent Context: Enhanced pm/SKILL.md with:
- Clear distinction between Task Mode (delegate) and Conversation Mode (answer directly)
- kugetsu start and kugetsu continue tools with params and when to use
- Examples for conversation mode responses
Previous Stable
- v0.2.25 - Fix queue-daemon msg file race condition
- v0.2.24 - Fix set_debug_mode missing from kugetsu-session.sh
Downloads