Files
united-workforce/.changeset/thread-poke.md
T
xiaoju 21694c899f
CI / check (pull_request) Successful in 2m39s
feat(cli): add thread poke command
Re-runs the head step's agent with a supplementary prompt and replaces
the head step (rewires new step's prev to old head's prev) instead of
appending. Skips moderator re-route — the role of the head step is
reused.

Fixes #144
2026-06-07 07:05:05 +00:00

448 B

@united-workforce/cli
@united-workforce/cli
minor

feat(cli): add uwf thread poke command

New subcommand uwf thread poke <thread-id> -p <prompt> re-runs the head step's agent with a supplementary prompt, replacing the head step's output. Unlike thread resume, poke skips the moderator and rewrites the new step's prev pointer so the new head replaces (not appends to) the old head. Works on idle and suspended threads. Resolves issue #144 (Phase 1).