fix: add missing set_debug_mode to kugetsu-session.sh #208

Merged
shoko merged 1 commits from fix/issue-207-queue-daemon-set-debug-mode into main 2026-04-07 10:39:41 +02:00
Owner

Summary

  • Add set_debug_mode function to kugetsu-session.sh
  • The queue daemon crashes because cmd_continue() calls set_debug_mode() but that function was only defined in the main kugetsu script
  • When the daemon sources kugetsu-session.sh directly, set_debug_mode is undefined

Issue

Fixes #207

Testing

  • Verified the daemon starts and stays running after the fix
  • Daemon logs show tasks being processed correctly
## Summary - Add `set_debug_mode` function to `kugetsu-session.sh` - The queue daemon crashes because `cmd_continue()` calls `set_debug_mode()` but that function was only defined in the main `kugetsu` script - When the daemon sources `kugetsu-session.sh` directly, `set_debug_mode` is undefined ## Issue Fixes #207 ## Testing - Verified the daemon starts and stays running after the fix - Daemon logs show tasks being processed correctly
shoko added 1 commit 2026-04-07 10:02:45 +02:00
The queue daemon crashes with 'set_debug_mode: command not found' because
cmd_continue() calls set_debug_mode(), but that function was only defined
in the main kugetsu script, not in kugetsu-session.sh which the daemon
sources directly.

Fixes #207
shoko force-pushed fix/issue-207-queue-daemon-set-debug-mode from 20de1fd3d6 to 66c8624d66 2026-04-07 10:31:45 +02:00 Compare
han approved these changes 2026-04-07 10:34:17 +02:00
han left a comment
First-time contributor

lgtm

lgtm
shoko merged commit c71f43b581 into main 2026-04-07 10:39:41 +02:00
Sign in to join this conversation.