@nyex/nyex 1.0.8 → 1.0.10

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 +36 -7
  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.10)**
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,40 @@ 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
- ### 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.
75
+ ### NYEX 1.0.10
76
+ NYEX 1.0.10 is a hotfix release focused on trust and integrity surfaces after 1.0.9:
77
+ - summary rendering integrity
78
+ - visible-but-muted silenced output
79
+ - footer RoleHits reconciliation from canonical trace attempts
80
+ - improved `/trace` readability
81
+
82
+ ### Version
83
+ - Package: `@nyex/nyex@1.0.10`
84
+
85
+ ### Core Features
86
+ - Deterministic multi-role orchestration (`primary`, `planner`, `tool_exec`, `summarizer`, `validator`).
87
+ - Attempt-based observability with trace-first diagnostics (`/trace`, `/status`, `/doctor`, `/signals explain`).
88
+ - Validator safety invariants: pre-final only and no-tools.
89
+ - Canonical tool descriptors and lifecycle-normalized tool execution outcomes.
90
+ - Descriptor-driven tool permission enforcement with explicit denial reasons.
91
+ - Tool discovery and clarity surfaces (`/tools`, `/tools show <tool_id>`).
92
+ - Tool outcome UX clarity with normalized success/failure/denial surfaces.
93
+ - Multi-provider routing with explicit auth/connect guidance.
94
+ - Local persistent memory support with session-aware context continuity.
95
+ - Session persistence and explicit resume flows (`nyex resume <session-id>`) with clearer invalid-id handling.
96
+ - Refresh-token-backed auth/session reliability with silent refresh on startup/resume.
97
+ - Strict Cloud Mode defaults with deterministic fallback behavior and explicit local-mode opt-in.
98
+
99
+ ### Recent updates
100
+ - 1.0.10 hotfix integrity pass:
101
+ - summary surface first-line/clipping fixes
102
+ - muted-but-visible silenced command output
103
+ - footer RoleHits sync from canonical trace attempts
104
+ - `/trace` surface readability cleanup
105
+ - 1.0.9 foundation:
106
+ - canonical tool descriptors + normalized lifecycle/result/error contracts
107
+ - descriptor-driven permission tightening and clear `permission_denied` outcomes
108
+ - tool discovery (`/tools`, `/tools show <tool_id>`) and clearer tool outcome rendering
80
109
 
81
110
  ---
82
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nyex/nyex",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
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.10"
22
22
  },
23
23
  "engines": {
24
24
  "node": ">=18"
@@ -32,4 +32,3 @@
32
32
  "package.json"
33
33
  ]
34
34
  }
35
-