@nyex/nyex 1.4.0 → 1.4.1

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 +61 -61
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -1,23 +1,23 @@
1
- # NYEX
2
-
3
- ![NYEX Logo](./nyex-logo.png)
4
-
5
- [![Release](https://img.shields.io/badge/release-1.4.0-0A66C2)](https://www.npmjs.com/package/@nyex/nyex)
6
- [![npm](https://img.shields.io/npm/v/@nyex/nyex.svg)](https://www.npmjs.com/package/@nyex/nyex)
7
- [![Node.js](https://img.shields.io/badge/node-%3E%3D18-339933?logo=node.js&logoColor=white)](https://nodejs.org/)
8
- [![Rust](https://img.shields.io/badge/rust-stable-000000?logo=rust)](https://www.rust-lang.org/)
9
-
10
- **NYEX is a terminal-first agent runtime for production software work.**
11
- It provides deterministic role-based execution, policy-aware control, and traceable runtime behavior across providers and models.
12
-
13
- > **Defaults (v1.4.0)**
14
- > - **Strict Cloud Mode: ON** (cloud failures do not silently fall back to local)
15
- > - **Local Mode: OFF** (local proxy is disabled unless explicitly enabled)
16
- > - **Capability Apps: OFF by default** (install + explicit enable required)
17
- > - **Context Distillation shadow telemetry: ON by default**
18
- > - **Prompt replacement: OFF** (the model still receives the normal prompt)
19
- > - **Context Distillation enforcement: OFF by default**
20
- > - **Context Distillation telemetry: ON by default**
1
+ # NYEX
2
+
3
+ ![NYEX Logo](./nyex-logo.png)
4
+
5
+ [![Release](https://img.shields.io/badge/release-1.4.1-0A66C2)](https://www.npmjs.com/package/@nyex/nyex)
6
+ [![npm](https://img.shields.io/npm/v/@nyex/nyex.svg)](https://www.npmjs.com/package/@nyex/nyex)
7
+ [![Node.js](https://img.shields.io/badge/node-%3E%3D18-339933?logo=node.js&logoColor=white)](https://nodejs.org/)
8
+ [![Rust](https://img.shields.io/badge/rust-stable-000000?logo=rust)](https://www.rust-lang.org/)
9
+
10
+ **NYEX is a terminal-first agent runtime for production software work.**
11
+ It provides deterministic role-based execution, policy-aware control, and traceable runtime behavior across providers and models.
12
+
13
+ > **Defaults (v1.4.1)**
14
+ > - **Strict Cloud Mode: ON** (cloud failures do not silently fall back to local)
15
+ > - **Local Mode: OFF** (local proxy is disabled unless explicitly enabled)
16
+ > - **Capability Apps: OFF by default** (install + explicit enable required)
17
+ > - **Context Distillation shadow telemetry: ON by default**
18
+ > - **Prompt replacement: OFF** (the model still receives the normal prompt)
19
+ > - **Context Distillation enforcement: OFF by default**
20
+ > - **Context Distillation telemetry: ON by default**
21
21
 
22
22
  ---
23
23
 
@@ -82,41 +82,41 @@ If provider auth or entitlement is missing, onboarding and diagnostics make this
82
82
 
83
83
  ---
84
84
 
85
- ## Context Distillation (v1.4.0)
85
+ ## Context Distillation (v1.4.1)
86
+
87
+ - Context Distillation shadow telemetry and evidence signals are ON by default in non-enforcing mode.
86
88
 
87
- - Context Distillation shadow telemetry and evidence signals are ON by default in non-enforcing mode.
88
-
89
- - Functionality default: `runtime_modes.context_distillation_phase2_enabled=true`
90
- - Enforcement default: `runtime_modes.context_distillation_phase2_enforcement_enabled=false`
91
- - Telemetry default: `features.context_distillation_telemetry=true`
89
+ - Functionality default: `runtime_modes.context_distillation_phase2_enabled=true`
90
+ - Enforcement default: `runtime_modes.context_distillation_phase2_enforcement_enabled=false`
91
+ - Telemetry default: `features.context_distillation_telemetry=true`
92
92
 
93
93
  What this means:
94
94
 
95
- - Runtime behavior stays passthrough while enforcement is OFF.
96
- - No blocking/retry/discard is introduced by default.
97
- - You can view Context Distillation state and recent counters in `/status` and `/doctor`.
98
- - You can toggle telemetry from `/settings` without disabling core functionality.
99
- - Detailed runtime contract: `docs/CONTEXT_DISTILLATION.md` in the NYEX repository.
100
- - Trace-only lifecycle events are recorded in canonical trace; they are additive and do not imply a plugin bus.
101
-
102
- ## What's New in 1.4.0
103
-
104
- NYEX 1.4.0 focuses on behavioral stabilization: direct task fulfillment, safer quoted-reference handling, and quieter default governance behavior.
105
-
106
- - PR5 release guardrails: strict leak scanning, packaging checks, and version sync validation.
107
- - PR1 capability discovery: compact descriptors first, lazy hydration for selected tools/capabilities, eager fallback preserved.
108
- - PR3 lifecycle tracing: trace-only typed lifecycle visibility (`PrePlan`..`OnFailure`) with no planner/tool semantic change.
109
- - Capability Apps are separate installable app releases (`.nyexpack`)
110
- - Capability Apps are not bundled into NYEX Core payload
111
- - Runtime surfaces include install/list/show/enable lifecycle and supervisor controls
112
- - Deterministic non-TTY capability operations are supported
113
- - Capability discovery is compact-descriptor-first with lazy hydration of selected tool/capability schemas
114
- - Trace-only lifecycle events cover `PrePlan`, `PostPlan`, `PreTool`, `PostTool`, `PreFinal`, `PostFinal`, `OnPolicyViolation`, `OnMemoryCommit`, `OnTraceFlush`, and `OnFailure`
95
+ - Runtime behavior stays passthrough while enforcement is OFF.
96
+ - No blocking/retry/discard is introduced by default.
97
+ - You can view Context Distillation state and recent counters in `/status` and `/doctor`.
98
+ - You can toggle telemetry from `/settings` without disabling core functionality.
99
+ - Detailed runtime contract: `docs/CONTEXT_DISTILLATION.md` in the NYEX repository.
100
+ - Trace-only lifecycle events are recorded in canonical trace; they are additive and do not imply a plugin bus.
101
+
102
+ ## What's New in 1.4.1
103
+
104
+ NYEX 1.4.1 focuses on behavioral stabilization: direct task fulfillment, safer quoted-reference handling, and quieter default governance behavior.
105
+
106
+ - PR5 release guardrails: strict leak scanning, packaging checks, and version sync validation.
107
+ - PR1 capability discovery: compact descriptors first, lazy hydration for selected tools/capabilities, eager fallback preserved.
108
+ - PR3 lifecycle tracing: trace-only typed lifecycle visibility (`PrePlan`..`OnFailure`) with no planner/tool semantic change.
109
+ - Capability Apps are separate installable app releases (`.nyexpack`)
110
+ - Capability Apps are not bundled into NYEX Core payload
111
+ - Runtime surfaces include install/list/show/enable lifecycle and supervisor controls
112
+ - Deterministic non-TTY capability operations are supported
113
+ - Capability discovery is compact-descriptor-first with lazy hydration of selected tool/capability schemas
114
+ - Trace-only lifecycle events cover `PrePlan`, `PostPlan`, `PreTool`, `PostTool`, `PreFinal`, `PostFinal`, `OnPolicyViolation`, `OnMemoryCommit`, `OnTraceFlush`, and `OnFailure`
115
115
 
116
116
  Version:
117
117
 
118
- - `@nyex/nyex@1.4.0`
119
- - `@nyex/nyex-win32-x64-msvc@1.4.0`
118
+ - `@nyex/nyex@1.4.1`
119
+ - `@nyex/nyex-win32-x64-msvc@1.4.1`
120
120
 
121
121
  ---
122
122
 
@@ -127,13 +127,13 @@ Version:
127
127
  - Structured planner artifact handoff contract
128
128
  - Trace-first diagnostics (`/status`, `/doctor`, `/trace`, `/signals explain`)
129
129
  - Validator invariants (pre-final, no-tools)
130
- - Canonical tool descriptors and lifecycle-normalized outcomes
131
- - Compact capability discovery descriptors with lazy hydration and eager fallback compatibility
132
- - Descriptor-driven permission enforcement with explicit denial reasons
133
- - Session continuity and resume flows
134
- - Strict-cloud default posture with explicit local-mode opt-in
135
- - Entitlement-first access gating for productive runtime use
136
- - Capability App runtime host/operator controls
130
+ - Canonical tool descriptors and lifecycle-normalized outcomes
131
+ - Compact capability discovery descriptors with lazy hydration and eager fallback compatibility
132
+ - Descriptor-driven permission enforcement with explicit denial reasons
133
+ - Session continuity and resume flows
134
+ - Strict-cloud default posture with explicit local-mode opt-in
135
+ - Entitlement-first access gating for productive runtime use
136
+ - Capability App runtime host/operator controls
137
137
 
138
138
  ---
139
139
 
@@ -213,12 +213,12 @@ If it persists:
213
213
 
214
214
  ## Security and Guardrails
215
215
 
216
- NYEX emphasizes runtime truth and controlled execution:
217
-
218
- - deterministic routing traces
219
- - explicit diagnostics surfaces
220
- - policy/approval boundaries
221
- - leak-scan, version sync, and release hardening discipline
216
+ NYEX emphasizes runtime truth and controlled execution:
217
+
218
+ - deterministic routing traces
219
+ - explicit diagnostics surfaces
220
+ - policy/approval boundaries
221
+ - leak-scan, version sync, and release hardening discipline
222
222
 
223
223
  ---
224
224
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nyex/nyex",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Nyex CLI",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "homepage": "https://www.npmjs.com/package/@nyex/nyex",
@@ -18,7 +18,7 @@
18
18
  "nyex": "bin/nyex.js"
19
19
  },
20
20
  "optionalDependencies": {
21
- "@nyex/nyex-win32-x64-msvc": "1.4.0"
21
+ "@nyex/nyex-win32-x64-msvc": "1.4.1"
22
22
  },
23
23
  "engines": {
24
24
  "node": "\u003e=18"
@@ -26,12 +26,12 @@
26
26
  "scripts": {
27
27
 
28
28
  },
29
- "files": [
30
- "bin/nyex.js",
31
- "LICENSE",
32
- "TERMS_OF_USE.md",
33
- "README.md",
34
- "nyex-logo.png",
35
- "package.json"
36
- ]
37
- }
29
+ "files": [
30
+ "bin/nyex.js",
31
+ "LICENSE",
32
+ "TERMS_OF_USE.md",
33
+ "README.md",
34
+ "nyex-logo.png",
35
+ "package.json"
36
+ ]
37
+ }