v0.4.13
v0.4.13
Sub-agent results that come back — completed agents now deliver their findings to the main agent automatically.
Highlights
- Background agents finish the job. When you spawn a sub-agent (or a workflow) and it completes, the main agent now picks the result back up and answers automatically — no more "✓ completed" followed by silence, and no manual
/continue. Delivery happens both by polling and the moment the agent finishes. - No more "I'll summarize later". If a sub-agent returns its findings but the model tries to defer instead of using them, a guardrail makes it synthesize the answer now.
- "Is it done?" just works. Asking about a running agent resolves the exact agent you spawned instead of guessing from a long list.
Improvements
- Parallel tool calls with the same name (e.g. two file reads at once) now show each result under its own header.
file:linecitations garbled by some smaller models are repaired automatically in the answer.- The pre-turn next-action planner runs at low effort, cutting the wait before a turn starts on slower models — still fully skippable via
cli.nextActionPlanner.
Also Included
- All five
@kinqs/*packages published at 0.4.13.