@rnbsolucoes/axion-code 0.1.31 → 0.1.32

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
@@ -392,8 +392,11 @@ axion provider nexus set --profile pcp-nexus --engine pcp --judge-kind sakana --
392
392
  ```
393
393
 
394
394
  PCP in the CLI currently supports Maestro tool-calling with text workers
395
- `exec3` and `exec4`. Image/video generative slots are preserved in the shared
396
- schema for Desktop compatibility but are not executed by the CLI yet.
395
+ `exec3` and `exec4`. Nexus streams normalized lifecycle telemetry to the TUI
396
+ for Fusion and PCP phases; internal PCP worker dispatches stay private and do
397
+ not surface as app-level tool approvals. Image/video generative slots are
398
+ preserved in the shared schema for Desktop compatibility but are not executed
399
+ by the CLI yet.
397
400
 
398
401
  ## Build
399
402
 
@@ -411,8 +414,9 @@ This is a functional direction MVP, not the full harness:
411
414
  - direct provider streaming exists for OpenAI-compatible chat completions,
412
415
  OpenAI Responses and Anthropic Messages;
413
416
  - Nexus supports the legacy Fusion engine and the new PCP text-only
414
- Maestro/workers engine; Nexus streaming normalization, judge telemetry,
415
- redaction/audit surfacing and image/video workers remain deferred;
417
+ Maestro/workers engine with initial stream normalization; richer judge
418
+ telemetry, redaction/audit surfacing, TUI Nexus configuration and image/video
419
+ workers remain deferred;
416
420
  - terminal logo uses Sixel when available and falls back to width-bounded ANSI/block rendering;
417
421
  - initial chat splash shows the Axion logo and system name until the first interaction;
418
422
  - guarded dispatcher execution is limited to workspace-local `Read`, `Glob`,
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnbsolucoes/axion-code",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "description": "Axion Code CLI harness for the Axion ecosystem.",
5
5
  "type": "module",
6
6
  "repository": {