Packages
@agentworkforce/events@4.1.25(tag:events-v4.1.25)@agentworkforce/compose@4.1.25(tag:compose-v4.1.25)@agentworkforce/local-surface@4.1.25(tag:local-surface-v4.1.25)@agentworkforce/persona-kit@4.1.25(tag:persona-kit-v4.1.25)@agentworkforce/runtime@4.1.25(tag:runtime-v4.1.25)@agentworkforce/delivery@4.1.25(tag:delivery-v4.1.25)@agentworkforce/workload-router@4.1.25(tag:workload-router-v4.1.25)@agentworkforce/deploy@4.1.25(tag:deploy-v4.1.25)@agentworkforce/mcp-workforce@4.1.25(tag:mcp-workforce-v4.1.25)@agentworkforce/daytona-runner@4.1.25(tag:daytona-runner-v4.1.25)@agentworkforce/cli@4.1.25(tag:cli-v4.1.25)agentworkforce@4.1.25(tag:agentworkforce-v4.1.25)
Package Changelogs
@agentworkforce/persona-kit
Breaking Changes
buildNonInteractiveSpecno longer includes the one-shot task inargs.
Consumers must deliver the new requiredpromptdescriptor through stdin or
a prompt file as directed; spawning onlybinandargsnow omits the task.
Fixed
- Keep large one-shot harness prompts off argv to avoid Linux
MAX_ARG_STRLEN/E2BIGfailures.
@agentworkforce/runtime
Fixed
- Deliver one-shot Claude, Codex, and OpenCode prompts through stdin and Grok
prompts through a private temporary file instead of oversized argv elements.
@agentworkforce/cli
Fixed
- Deliver harness prompts off argv (#274)