chore: update solve-issue workflow to use $SUSPEND for insufficient_info #592

Closed
opened 2026-06-02 03:58:47 +00:00 by xiaomo · 0 comments
Owner

Parent

RFC #587

What

将 solve-issue.yaml 中 planner 的 insufficient_info → $END 改为 insufficient_info → $SUSPEND

Changes

# Before
planner:
  insufficient_info:
    role: $END
    prompt: Insufficient information to proceed; end the workflow.

# After
planner:
  insufficient_info:
    role: $SUSPEND
    prompt: "信息不足,需要补充:{{{reason}}}"

Ref

RFC #587, depends on #588-#591

## Parent RFC #587 ## What 将 solve-issue.yaml 中 planner 的 `insufficient_info → $END` 改为 `insufficient_info → $SUSPEND`。 ## Changes ```yaml # Before planner: insufficient_info: role: $END prompt: Insufficient information to proceed; end the workflow. # After planner: insufficient_info: role: $SUSPEND prompt: "信息不足,需要补充:{{{reason}}}" ``` ## Ref RFC #587, depends on #588-#591
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: uncaged/workflow#592