@rnbsolucoes/axion-code 0.1.44 → 0.1.45

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
@@ -399,7 +399,10 @@ normalized lifecycle telemetry to the TUI for Fusion and PCP phases; internal
399
399
  PCP worker dispatches stay private and do not surface as app-level tool
400
400
  approvals. Image/video dispatch is refused unless permission mode is `yolo`;
401
401
  even in `yolo`, the CLI currently returns a structured "media runtime
402
- unavailable" tool result until the local media runtime lands.
402
+ unavailable" tool result until the local media runtime lands. When Axion
403
+ Desktop saves PCP image/video slots as model-only capability references, the CLI
404
+ resolves the provider label from Desktop's `capability_selections` store on a
405
+ best-effort basis for status, audit metadata and worker labels.
403
406
 
404
407
  ## Build
405
408
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnbsolucoes/axion-code",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
4
4
  "description": "Axion Code CLI harness for the Axion ecosystem.",
5
5
  "type": "module",
6
6
  "repository": {