fix: always use base workflow with user message #232

Merged
shoko merged 1 commits from fix/issue-229-user-message-with-base-workflow into main 2026-04-08 02:33:22 +02:00

1 Commits

Author SHA1 Message Date
shokollm
87434d1bca 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
2026-04-08 00:11:03 +00:00