- @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:
@@ -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`.
|
||||
@@ -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.
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@united-workforce/agent-claude-code",
|
||||
"version": "0.1.2",
|
||||
"version": "0.1.3",
|
||||
"files": [
|
||||
"src",
|
||||
"dist",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@united-workforce/agent-hermes",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"files": [
|
||||
"src",
|
||||
"dist",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@united-workforce/util-agent",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"files": [
|
||||
"src",
|
||||
"dist",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@united-workforce/util",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"files": [
|
||||
"src",
|
||||
"dist",
|
||||
|
||||
Reference in New Issue
Block a user