@nyex/nyex 1.3.5 → 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.
- package/README.md +26 -17
- package/nyex-logo.png +0 -0
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -1,16 +1,23 @@
|
|
|
1
1
|
# NYEX
|
|
2
2
|
|
|
3
|
+

|
|
4
|
+
|
|
5
|
+
[](https://www.npmjs.com/package/@nyex/nyex)
|
|
6
|
+
[](https://www.npmjs.com/package/@nyex/nyex)
|
|
7
|
+
[](https://nodejs.org/)
|
|
8
|
+
[](https://www.rust-lang.org/)
|
|
9
|
+
|
|
3
10
|
**NYEX is a terminal-first agent runtime for production software work.**
|
|
4
11
|
It provides deterministic role-based execution, policy-aware control, and traceable runtime behavior across providers and models.
|
|
5
12
|
|
|
6
|
-
> **Defaults (v1.
|
|
13
|
+
> **Defaults (v1.4.1)**
|
|
7
14
|
> - **Strict Cloud Mode: ON** (cloud failures do not silently fall back to local)
|
|
8
15
|
> - **Local Mode: OFF** (local proxy is disabled unless explicitly enabled)
|
|
9
16
|
> - **Capability Apps: OFF by default** (install + explicit enable required)
|
|
10
|
-
> - **Context Distillation shadow telemetry:
|
|
17
|
+
> - **Context Distillation shadow telemetry: ON by default**
|
|
11
18
|
> - **Prompt replacement: OFF** (the model still receives the normal prompt)
|
|
12
19
|
> - **Context Distillation enforcement: OFF by default**
|
|
13
|
-
> - **Context Distillation telemetry:
|
|
20
|
+
> - **Context Distillation telemetry: ON by default**
|
|
14
21
|
|
|
15
22
|
---
|
|
16
23
|
|
|
@@ -75,13 +82,13 @@ If provider auth or entitlement is missing, onboarding and diagnostics make this
|
|
|
75
82
|
|
|
76
83
|
---
|
|
77
84
|
|
|
78
|
-
## Context Distillation (v1.
|
|
85
|
+
## Context Distillation (v1.4.1)
|
|
79
86
|
|
|
80
|
-
Context Distillation
|
|
87
|
+
- Context Distillation shadow telemetry and evidence signals are ON by default in non-enforcing mode.
|
|
81
88
|
|
|
82
|
-
- Functionality default: `runtime_modes.context_distillation_phase2_enabled=
|
|
89
|
+
- Functionality default: `runtime_modes.context_distillation_phase2_enabled=true`
|
|
83
90
|
- Enforcement default: `runtime_modes.context_distillation_phase2_enforcement_enabled=false`
|
|
84
|
-
- Telemetry default: `features.context_distillation_telemetry=
|
|
91
|
+
- Telemetry default: `features.context_distillation_telemetry=true`
|
|
85
92
|
|
|
86
93
|
What this means:
|
|
87
94
|
|
|
@@ -90,24 +97,26 @@ What this means:
|
|
|
90
97
|
- You can view Context Distillation state and recent counters in `/status` and `/doctor`.
|
|
91
98
|
- You can toggle telemetry from `/settings` without disabling core functionality.
|
|
92
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.
|
|
93
101
|
|
|
94
|
-
## What's New in 1.
|
|
102
|
+
## What's New in 1.4.1
|
|
95
103
|
|
|
96
|
-
NYEX 1.
|
|
104
|
+
NYEX 1.4.1 focuses on behavioral stabilization: direct task fulfillment, safer quoted-reference handling, and quieter default governance behavior.
|
|
97
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.
|
|
98
109
|
- Capability Apps are separate installable app releases (`.nyexpack`)
|
|
99
110
|
- Capability Apps are not bundled into NYEX Core payload
|
|
100
111
|
- Runtime surfaces include install/list/show/enable lifecycle and supervisor controls
|
|
101
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`
|
|
102
115
|
|
|
103
116
|
Version:
|
|
104
117
|
|
|
105
|
-
- `@nyex/nyex@1.
|
|
106
|
-
- `@nyex/nyex-win32-x64-msvc@1.
|
|
107
|
-
|
|
108
|
-
Release prep:
|
|
109
|
-
|
|
110
|
-
- Fresh Windows release binary is built from `workspace target/release/nyex.exe`.
|
|
118
|
+
- `@nyex/nyex@1.4.1`
|
|
119
|
+
- `@nyex/nyex-win32-x64-msvc@1.4.1`
|
|
111
120
|
|
|
112
121
|
---
|
|
113
122
|
|
|
@@ -119,6 +128,7 @@ Release prep:
|
|
|
119
128
|
- Trace-first diagnostics (`/status`, `/doctor`, `/trace`, `/signals explain`)
|
|
120
129
|
- Validator invariants (pre-final, no-tools)
|
|
121
130
|
- Canonical tool descriptors and lifecycle-normalized outcomes
|
|
131
|
+
- Compact capability discovery descriptors with lazy hydration and eager fallback compatibility
|
|
122
132
|
- Descriptor-driven permission enforcement with explicit denial reasons
|
|
123
133
|
- Session continuity and resume flows
|
|
124
134
|
- Strict-cloud default posture with explicit local-mode opt-in
|
|
@@ -208,7 +218,7 @@ NYEX emphasizes runtime truth and controlled execution:
|
|
|
208
218
|
- deterministic routing traces
|
|
209
219
|
- explicit diagnostics surfaces
|
|
210
220
|
- policy/approval boundaries
|
|
211
|
-
- leak-scan and release hardening discipline
|
|
221
|
+
- leak-scan, version sync, and release hardening discipline
|
|
212
222
|
|
|
213
223
|
---
|
|
214
224
|
|
|
@@ -226,4 +236,3 @@ NYEX emphasizes runtime truth and controlled execution:
|
|
|
226
236
|
See repository license.
|
|
227
237
|
|
|
228
238
|
Digilabs Company Australia © NYEX AI Platform. All rights reserved. AIC Pty Ltd (ACN 082 378 256)
|
|
229
|
-
|
package/nyex-logo.png
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nyex/nyex",
|
|
3
|
-
"version": "1.
|
|
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.
|
|
21
|
+
"@nyex/nyex-win32-x64-msvc": "1.4.1"
|
|
22
22
|
},
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": "\u003e=18"
|
|
@@ -31,8 +31,7 @@
|
|
|
31
31
|
"LICENSE",
|
|
32
32
|
"TERMS_OF_USE.md",
|
|
33
33
|
"README.md",
|
|
34
|
+
"nyex-logo.png",
|
|
34
35
|
"package.json"
|
|
35
36
|
]
|
|
36
37
|
}
|
|
37
|
-
|
|
38
|
-
|