Compare commits

..

1 Commits

Author SHA1 Message Date
xiaoju 21694c899f feat(cli): add thread poke command
CI / check (pull_request) Successful in 2m39s
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
9 changed files with 8 additions and 20 deletions
-12
View File
@@ -1,12 +0,0 @@
---
"@united-workforce/protocol": patch
"@united-workforce/util-agent": patch
"@united-workforce/agent-builtin": patch
"@united-workforce/agent-claude-code": patch
"@united-workforce/agent-hermes": patch
"@united-workforce/agent-mock": patch
"@united-workforce/cli": patch
"@united-workforce/eval": patch
---
Bump @ocas/core and @ocas/fs to ^0.4.0 (export/import closures, nodes subdirectory, lazy loading).
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@united-workforce/agent-builtin",
"version": "0.1.3",
"version": "0.1.2",
"files": [
"src",
"dist",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@united-workforce/agent-claude-code",
"version": "0.1.4",
"version": "0.1.3",
"files": [
"src",
"dist",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@united-workforce/agent-hermes",
"version": "0.1.5",
"version": "0.1.4",
"files": [
"src",
"dist",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@united-workforce/agent-mock",
"version": "0.1.3",
"version": "0.1.2",
"files": [
"src",
"dist",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@united-workforce/cli",
"version": "0.3.1",
"version": "0.3.0",
"files": [
"src",
"dist",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@united-workforce/eval",
"version": "0.1.6",
"version": "0.1.5",
"private": false,
"files": [
"src",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@united-workforce/protocol",
"version": "0.1.1",
"version": "0.1.0",
"files": [
"src",
"dist",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@united-workforce/util-agent",
"version": "0.1.2",
"version": "0.1.1",
"files": [
"src",
"dist",