chore: bump versions for release
CI / check (push) Successful in 2m56s

- @united-workforce/util: 0.1.3 → 0.1.4
- @united-workforce/util-agent: 0.1.0 → 0.1.1
- @united-workforce/agent-hermes: 0.1.3 → 0.1.4
- @united-workforce/agent-claude-code: 0.1.2 → 0.1.3
This commit is contained in:
2026-06-06 04:40:27 +00:00
parent 6dd7d521be
commit aa454c85dd
6 changed files with 4 additions and 25 deletions
-9
View File
@@ -1,9 +0,0 @@
---
"@united-workforce/util-agent": patch
---
fix: render const values as literals in output format instruction (#129)
Previously `buildOutputFormatInstruction` rendered `const: greeted` as
`$status: <string>`, causing agents to output `$status: const` instead of
the actual value. Now const fields render as `$status: greeted # required | fixed value`.
-12
View File
@@ -1,12 +0,0 @@
---
"@united-workforce/agent-hermes": patch
"@united-workforce/agent-claude-code": patch
"@united-workforce/util-agent": patch
---
feat: inject thread progress into agent prompt (#127)
Agents now receive a "Thread Progress" section in their prompt showing the
current step number and how many times the current role has spoken before.
This eliminates the need for agents to make tool calls (terminal, delegate_task)
just to count their own turn history.