@rnbsolucoes/axion-code 0.1.20 → 0.1.21
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
|
@@ -287,8 +287,10 @@ Provider stream `tool_call` events now open the TUI approval menu when the
|
|
|
287
287
|
active permission mode requires review. Approve/Deny records the audited
|
|
288
288
|
decision and returns focus to the chat input. When approved, the TUI executes
|
|
289
289
|
supported guarded-dispatcher tools and prints the bounded result in the
|
|
290
|
-
timeline.
|
|
291
|
-
|
|
290
|
+
timeline. Successful supported tool results are then sent back into the active
|
|
291
|
+
provider as a follow-up `tool_result` continuation turn, so the agent can use
|
|
292
|
+
the evidence before answering. Unsupported tools remain explicitly pending until
|
|
293
|
+
a dedicated adapter exists.
|
|
292
294
|
|
|
293
295
|
`axion tool run` exposes the first guarded dispatcher surface. The CLI and TUI
|
|
294
296
|
currently support `Read`, `Glob`, `Grep`, `Write` and `Edit` inside the active
|
|
@@ -361,8 +363,8 @@ This is a functional direction MVP, not the full harness:
|
|
|
361
363
|
- initial chat splash shows the Axion logo and system name until the first interaction;
|
|
362
364
|
- guarded dispatcher execution is limited to workspace-local `Read`, `Glob`,
|
|
363
365
|
`Grep`, `Write` and `Edit`; the TUI executes these after approval and shows
|
|
364
|
-
the result,
|
|
365
|
-
iterative `tool_result` turn;
|
|
366
|
+
the result, then feeds successful supported results back into the provider as
|
|
367
|
+
an iterative `tool_result` continuation turn;
|
|
366
368
|
- shell, MCP, browser, process and unknown tools remain blocked;
|
|
367
369
|
- no executable Pi RPC bridge yet;
|
|
368
370
|
- no MCP transport execution yet;
|
|
Binary file
|
|
Binary file
|