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
Owner

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 Delegators message:
  • Both with/without message cases now use the same workflow structure
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 Delegators message: - Both with/without message cases now use the same workflow structure
shoko added 1 commit 2026-04-08 02:11:24 +02:00
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
han approved these changes 2026-04-08 02:32:59 +02:00
han left a comment
First-time contributor

lgtm

lgtm
shoko merged commit c8b2ab6b12 into main 2026-04-08 02:33:22 +02:00
Sign in to join this conversation.