@rnbsolucoes/axion-code 0.1.81 → 0.1.82
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
|
@@ -80,10 +80,16 @@ axion-code hooks status --json
|
|
|
80
80
|
axion-code hooks add --event UserPromptSubmit --action inject --name Safety --content "Use trusted hook context only." --enabled
|
|
81
81
|
axion-code hooks enable
|
|
82
82
|
axion-code package inspect <path>
|
|
83
|
-
axion-code package self-check --json
|
|
84
|
-
```
|
|
85
|
-
|
|
86
|
-
|
|
83
|
+
axion-code package self-check --json
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
`remote-control intent --json` validates the active paired lease and enqueues
|
|
87
|
+
accepted mobile intents for the owning TUI session. The TUI remains the executor:
|
|
88
|
+
`user_message` is dispatched as a normal local provider turn, `tool_approval`
|
|
89
|
+
resolves the existing approval queue, and provider/tool execution never moves to
|
|
90
|
+
the mobile client.
|
|
91
|
+
|
|
92
|
+
## Install
|
|
87
93
|
|
|
88
94
|
Official install, after the package is published to the public npm registry:
|
|
89
95
|
|
|
Binary file
|
|
Binary file
|