@rnbsolucoes/axion-code 0.1.37 → 0.1.39

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
@@ -390,7 +390,7 @@ Maestro/workers loop from the new Desktop Nexus provider:
390
390
 
391
391
  ```powershell
392
392
  axion provider nexus status --profile nexus
393
- axion provider nexus set --profile pcp-nexus --engine pcp --judge-kind sakana --judge sakana:fugu --exec3 mock:mock/worker --exec3-instruction "general text worker"
393
+ axion provider nexus set --profile pcp-nexus --engine pcp --judge-kind sakana --judge sakana:fugu --image-model image-default --video-model video-pro --exec3 mock:mock/worker --exec3-instruction "general text worker"
394
394
  ```
395
395
 
396
396
  PCP in the CLI currently supports Maestro tool-calling with text workers
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnbsolucoes/axion-code",
3
- "version": "0.1.37",
3
+ "version": "0.1.39",
4
4
  "description": "Axion Code CLI harness for the Axion ecosystem.",
5
5
  "type": "module",
6
6
  "repository": {