@rnbsolucoes/axion-code 0.1.74 → 0.1.76

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
@@ -33,8 +33,11 @@ axion-code run --json
33
33
  axion-code doctor --json
34
34
  axion-code init --json
35
35
  axion-code init --project --json
36
- axion-code session list --json
37
- axion-code provider list --json
36
+ axion-code session list --json
37
+ axion-code remote-control start --ttl 15m --json
38
+ axion-code remote-control status --json
39
+ axion-code remote-control stop --json
40
+ axion-code provider list --json
38
41
  axion-code provider profile init
39
42
  axion-code provider profile list --json
40
43
  axion-code provider profile add or-free --catalog openrouter --model openrouter/free --credential-ref env:OPENROUTER_API_KEY
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnbsolucoes/axion-code",
3
- "version": "0.1.74",
3
+ "version": "0.1.76",
4
4
  "description": "Axion Code CLI harness for the Axion ecosystem.",
5
5
  "type": "module",
6
6
  "repository": {