From 87434d1bcacc39db7b6e38f3dcecb676d5fb5179 Mon Sep 17 00:00:00 2001 From: shokollm <270575765+shokollm@users.noreply.github.com> Date: Wed, 8 Apr 2026 00:11:03 +0000 Subject: [PATCH] fix: always use base workflow and add user message to it Previously when a user message was provided, cmd_continue would only use the user message without the base agent workflow. Now both cases build the full workflow and append the user message. Changes: - cmd_continue now always calls build_dev_agent_message even when message is provided - User message is appended at the end with 'Delegator's message:' - Both with/without message cases now use the same workflow structure Fixes #229 --- skills/kugetsu/scripts/kugetsu-session.sh | 45 +++++++++++++++-------- 1 file changed, 29 insertions(+), 16 deletions(-) diff --git a/skills/kugetsu/scripts/kugetsu-session.sh b/skills/kugetsu/scripts/kugetsu-session.sh index 10e7cb8..fd69524 100755 --- a/skills/kugetsu/scripts/kugetsu-session.sh +++ b/skills/kugetsu/scripts/kugetsu-session.sh @@ -272,29 +272,39 @@ build_dev_agent_message() { if [ -n "$user_message" ]; then cat <