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

Merged
xiaomo merged 3 commits from feat/592-solve-issue-suspend into main 2026-06-02 05:12:14 +00:00

3 Commits

Author SHA1 Message Date
xiaomo f67507bb32 chore: update solve-issue workflow to use $SUSPEND for insufficient_info
CI / check (pull_request) Failing after 1m37s
- .workflows/solve-issue.yaml
- examples/solve-issue.yaml
- workflows/solve-issue.yaml

All planner insufficient_info routes now use $SUSPEND instead of $END.

Closes #592
2026-06-02 04:56:59 +00:00
xiaomo 00f95547d9 Merge branch 'feat/591-thread-list-suspended' into feat/592-solve-issue-suspend 2026-06-02 04:55:21 +00:00
xiaomo 8e7aa3362a feat: uwf thread resume command
CI / check (pull_request) Failing after 10m55s
- New CLI: uwf thread resume <thread-id> [-p "supplement"]
- Validates thread is suspended, reads suspendedRole/suspendMessage
- Executes step as suspendedRole with resume prompt
- Clears suspend metadata on success
- Refactored cmdThreadStepOnce into composable helpers
- Tests: 5 cases including error, idle transition, prompt injection, cycles

Closes #590
2026-06-02 04:47:47 +00:00