@rnbsolucoes/axion-code 0.1.16 → 0.1.17
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
|
@@ -280,8 +280,13 @@ guarded dispatcher must use.
|
|
|
280
280
|
Requests are persisted in the shared session database under
|
|
281
281
|
`%USERPROFILE%\.axion\sessions\axion.db` with the redacted decision, risk class,
|
|
282
282
|
permission mode, impact summary and pending/approved/denied state. This is the
|
|
283
|
-
headless contract
|
|
284
|
-
before mutating filesystem, shell or MCP tools are enabled.
|
|
283
|
+
headless contract used by the TUI approval menu and the future guarded
|
|
284
|
+
dispatcher before mutating filesystem, shell or MCP tools are enabled.
|
|
285
|
+
|
|
286
|
+
Provider stream `tool_call` events now open the TUI approval menu when the
|
|
287
|
+
active permission mode requires review. Approve/Deny records the audited
|
|
288
|
+
decision and returns focus to the chat input. Actual tool execution remains
|
|
289
|
+
blocked until the guarded dispatcher is enabled.
|
|
285
290
|
|
|
286
291
|
Examples:
|
|
287
292
|
|
|
@@ -341,7 +346,9 @@ This is a functional direction MVP, not the full harness:
|
|
|
341
346
|
deferred until the Nexus beta handoff;
|
|
342
347
|
- terminal logo uses Sixel when available and falls back to width-bounded ANSI/block rendering;
|
|
343
348
|
- initial chat splash shows the Axion logo and system name until the first interaction;
|
|
344
|
-
- no mutating tool execution yet; the approval/sandbox classification
|
|
349
|
+
- no mutating tool execution yet; the approval/sandbox classification,
|
|
350
|
+
persisted approval queue and TUI approval menu are implemented and
|
|
351
|
+
inspectable;
|
|
345
352
|
- no executable Pi RPC bridge yet;
|
|
346
353
|
- no MCP transport execution yet;
|
|
347
354
|
- native subagent execution is prompt-isolated and provider/model-inherited; richer multi-subagent orchestration, streaming and budget telemetry remain next-cycle items.
|
|
Binary file
|
|
Binary file
|