feat(kugetsu): implement issue-driven session management #15

Merged
shoko merged 7 commits from feat/issue-14-session-management into main 2026-03-30 05:13:10 +02:00
Showing only changes of commit e014d7bfb9 - Show all commits

View File

@@ -247,7 +247,7 @@ cmd_start() {
exit 1 exit 1
fi fi
local session_file="${issue_ref_to_filename "$issue_ref"}.json" local session_file="$(issue_ref_to_filename "$issue_ref").json"
echo "Forking session for '$issue_ref'..." echo "Forking session for '$issue_ref'..."
if [ "$DEBUG_MODE" = true ]; then if [ "$DEBUG_MODE" = true ]; then