@rnbsolucoes/axion-code 0.1.76 → 0.1.77

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
@@ -37,6 +37,7 @@ axion-code session list --json
37
37
  axion-code remote-control start --ttl 15m --json
38
38
  axion-code remote-control status --json
39
39
  axion-code remote-control stop --json
40
+ axion-code remote-control intent --json < intent.json
40
41
  axion-code provider list --json
41
42
  axion-code provider profile init
42
43
  axion-code provider profile list --json
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnbsolucoes/axion-code",
3
- "version": "0.1.76",
3
+ "version": "0.1.77",
4
4
  "description": "Axion Code CLI harness for the Axion ecosystem.",
5
5
  "type": "module",
6
6
  "repository": {