@rnbsolucoes/axion-code 0.1.27 → 0.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -61,7 +61,7 @@ axion-code mcp import .\mcp-servers.json
61
61
  axion-code plugins list --json
62
62
  axion-code agents list --json
63
63
  axion-code agents run bug-hunter "review this login flow"
64
- axion-code agents run-many bug-hunter,performance-reviewer "review this login flow" --budget-tokens 2000
64
+ axion-code agents run-many bug-hunter,performance-reviewer "review this login flow" --budget-tokens 2000 --stream
65
65
  axion-code learn --json
66
66
  axion-code package inspect <path>
67
67
  ```
@@ -239,7 +239,7 @@ unchanged.
239
239
 
240
240
  `/mcp` opens an inline MCP list. Enabled servers can be disabled, disabled servers can be enabled, and non-native servers can be uninstalled while preserving valid `mcp-servers.json` formatting.
241
241
 
242
- `/agents` lists the native isolated subagents. `/agents run <id> <prompt>` calls one with an isolated prompt while inheriting the active provider/model from the main agent. `/agents run-many <id,id,...> <prompt> [--budget-tokens <n>]` runs up to eight isolated subagents in parallel, then returns their individual outputs plus a compact comparison and aggregate token usage. If the estimated isolated prompt input already exceeds the budget, no provider calls are executed.
242
+ `/agents` lists the native isolated subagents. `/agents run <id> <prompt>` calls one with an isolated prompt while inheriting the active provider/model from the main agent. `/agents run-many <id,id,...> <prompt> [--budget-tokens <n>]` runs up to eight isolated subagents in parallel, streams lifecycle/telemetry events into the TUI while the team runs, then returns their individual outputs plus a compact comparison and aggregate token usage. If the estimated isolated prompt input already exceeds the budget, no provider calls are executed.
243
243
 
244
244
  ## MCP, Plugins And Subagents
245
245
 
@@ -381,4 +381,4 @@ This is a functional direction MVP, not the full harness:
381
381
  `tool_result` continuation turn;
382
382
  - remote MCP transports, browser, process and unknown tools remain blocked;
383
383
  - no executable Pi RPC bridge yet;
384
- - native subagent execution is prompt-isolated and provider/model-inherited; `agents run-many` provides parallel fan-out, compact comparison, aggregate usage and a token budget ceiling. Streaming subagent deltas and provider-specific cost ceilings remain next-cycle items.
384
+ - native subagent execution is prompt-isolated and provider/model-inherited; `agents run-many` provides parallel fan-out, compact comparison, aggregate usage, a token budget ceiling and streamed lifecycle/telemetry events. Provider-specific cost ceilings remain a next-cycle item.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnbsolucoes/axion-code",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "description": "Axion Code CLI harness for the Axion ecosystem.",
5
5
  "type": "module",
6
6
  "repository": {