@nyex/nyex 1.0.8 → 1.0.9

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.
Files changed (2) hide show
  1. package/README.md +30 -6
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # NYEX
2
2
 
3
- NYEX is a terminal-first AI workspace for real developer workflows: identity-gated access, deterministic multi-provider routing, and guardrails designed to keep teams shipping with confidence.
3
+ NYEX is a terminal-first Agentic-AI execution runtime built for real software delivery. It enforces identity-gated access, routes work deterministically across roles and providers, and keeps execution observable through trace-first diagnostics and safety guardrails so teams can ship faster without losing control of runtime behavior.
4
4
 
5
- > **Defaults (v1.0.6+)**
5
+ > **Defaults (v1.0.9)**
6
6
  > - **Strict Cloud Mode: ON** (cloud failures do **not** silently fall back to local)
7
7
  > - **Local Mode: OFF** (the local proxy never starts unless you explicitly enable it)
8
8
 
@@ -72,11 +72,35 @@ You can change models/providers via:
72
72
 
73
73
  If no providers are connected after NYEX login, the onboarding flow will prompt you to connect one.
74
74
 
75
+ ### NYEX 1.0.9
76
+ NYEX 1.0.9 strengthens the runtime with more explicit orchestration, improved TUI stability, and the first concrete Tool OS substrate improvements, including canonical tool contracts, descriptor-driven permission tightening, tool discovery, and clearer tool outcome surfaces.
77
+ This is a Tool OS foundation release, not a complete Tool OS.
78
+
79
+ ### Version
80
+ - Package: `@nyex/nyex@1.0.9`
81
+
82
+ ### Core Features
83
+ - Deterministic multi-role orchestration (`primary`, `planner`, `tool_exec`, `summarizer`, `validator`).
84
+ - Attempt-based observability with trace-first diagnostics (`/trace`, `/status`, `/doctor`, `/signals explain`).
85
+ - Validator safety invariants: pre-final only and no-tools.
86
+ - Canonical tool descriptors and lifecycle-normalized tool execution outcomes.
87
+ - Descriptor-driven tool permission enforcement with explicit denial reasons.
88
+ - Tool discovery and clarity surfaces (`/tools`, `/tools show <tool_id>`).
89
+ - Tool outcome UX clarity with normalized success/failure/denial surfaces.
90
+ - Multi-provider routing with explicit auth/connect guidance.
91
+ - Local persistent memory support with session-aware context continuity.
92
+ - Session persistence and explicit resume flows (`nyex resume <session-id>`) with clearer invalid-id handling.
93
+ - Refresh-token-backed auth/session reliability with silent refresh on startup/resume.
94
+ - Strict Cloud Mode defaults with deterministic fallback behavior and explicit local-mode opt-in.
95
+
75
96
  ### Recent updates
76
- - Clickable + copy-safe login links for NYEX and cloud provider auth flows (clickable link + raw URL + code line).
77
- - Dynamic provider model discovery and refresh surfaces in `/models`.
78
- - Provider auth guards prevent dispatch to disconnected providers and return actionable connect guidance.
79
- - Role/trace observability improvements for fallback visibility and attempt-based diagnostics.
97
+ - Orchestration policy refinement + real-trace calibration for clearer planner/tool_exec delegation behavior.
98
+ - TUI UX stability pass: calmer progress rendering, better bottom composer/footer alignment, and stronger readability.
99
+ - Tool OS foundation: canonical built-in tool descriptors, normalized result/error envelopes, and lifecycle-normalized trace stages.
100
+ - Descriptor-driven permission tightening with explicit, traceable `permission_denied` outcomes.
101
+ - Tool discovery surfaces: `/tools` and `/tools show <tool_id>`.
102
+ - Tool outcome UX clarity: consistent descriptor-backed success/failure/denial rendering.
103
+ - Documentation and policy baseline refresh (README/changelog/license/branding/trademark/spec/runbook/inventory).
80
104
 
81
105
  ---
82
106
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nyex/nyex",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Nyex CLI (private beta)",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "homepage": "https://nyex.ai",
@@ -18,7 +18,7 @@
18
18
  "nyex": "bin/nyex.js"
19
19
  },
20
20
  "optionalDependencies": {
21
- "@nyex/nyex-win32-x64-msvc": "1.0.8"
21
+ "@nyex/nyex-win32-x64-msvc": "1.0.9"
22
22
  },
23
23
  "engines": {
24
24
  "node": ">=18"
@@ -32,4 +32,3 @@
32
32
  "package.json"
33
33
  ]
34
34
  }
35
-