fix: always use base workflow with user message #232
Reference in New Issue
Block a user
Delete Branch "fix/issue-229-user-message-with-base-workflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
lgtm