@nyex/nyex 1.3.4 → 1.3.5
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 +12 -11
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
**NYEX is a terminal-first agent runtime for production software work.**
|
|
4
4
|
It provides deterministic role-based execution, policy-aware control, and traceable runtime behavior across providers and models.
|
|
5
5
|
|
|
6
|
-
> **Defaults (v1.3.
|
|
6
|
+
> **Defaults (v1.3.5)**
|
|
7
7
|
> - **Strict Cloud Mode: ON** (cloud failures do not silently fall back to local)
|
|
8
8
|
> - **Local Mode: OFF** (local proxy is disabled unless explicitly enabled)
|
|
9
9
|
> - **Capability Apps: OFF by default** (install + explicit enable required)
|
|
10
|
-
> - **Context Distillation shadow telemetry: OFF by default**
|
|
10
|
+
> - **Context Distillation shadow telemetry: OFF by default**
|
|
11
11
|
> - **Prompt replacement: OFF** (the model still receives the normal prompt)
|
|
12
12
|
> - **Context Distillation enforcement: OFF by default**
|
|
13
|
-
> - **Context Distillation telemetry: OFF by default**
|
|
13
|
+
> - **Context Distillation telemetry: OFF by default**
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|
|
@@ -75,13 +75,13 @@ If provider auth or entitlement is missing, onboarding and diagnostics make this
|
|
|
75
75
|
|
|
76
76
|
---
|
|
77
77
|
|
|
78
|
-
## Context Distillation (v1.3.
|
|
78
|
+
## Context Distillation (v1.3.5)
|
|
79
79
|
|
|
80
80
|
Context Distillation is enabled by default for runtime functionality in non-enforcing mode.
|
|
81
81
|
|
|
82
|
-
- Functionality default: `runtime_modes.context_distillation_phase2_enabled=false`
|
|
82
|
+
- Functionality default: `runtime_modes.context_distillation_phase2_enabled=false`
|
|
83
83
|
- Enforcement default: `runtime_modes.context_distillation_phase2_enforcement_enabled=false`
|
|
84
|
-
- Telemetry default: `features.context_distillation_telemetry=false`
|
|
84
|
+
- Telemetry default: `features.context_distillation_telemetry=false`
|
|
85
85
|
|
|
86
86
|
What this means:
|
|
87
87
|
|
|
@@ -91,9 +91,9 @@ What this means:
|
|
|
91
91
|
- You can toggle telemetry from `/settings` without disabling core functionality.
|
|
92
92
|
- Detailed runtime contract: `docs/CONTEXT_DISTILLATION.md` in the NYEX repository.
|
|
93
93
|
|
|
94
|
-
## What's New in 1.3.
|
|
94
|
+
## What's New in 1.3.5
|
|
95
95
|
|
|
96
|
-
NYEX 1.3.
|
|
96
|
+
NYEX 1.3.5 focuses on behavioral stabilization: direct task fulfillment, safer quoted-reference handling, and quieter default governance behavior.
|
|
97
97
|
|
|
98
98
|
- Capability Apps are separate installable app releases (`.nyexpack`)
|
|
99
99
|
- Capability Apps are not bundled into NYEX Core payload
|
|
@@ -102,12 +102,12 @@ NYEX 1.3.3 focuses on behavioral stabilization: direct task fulfillment, safer q
|
|
|
102
102
|
|
|
103
103
|
Version:
|
|
104
104
|
|
|
105
|
-
- `@nyex/nyex@1.3.
|
|
106
|
-
- `@nyex/nyex-win32-x64-msvc@1.3.
|
|
105
|
+
- `@nyex/nyex@1.3.5`
|
|
106
|
+
- `@nyex/nyex-win32-x64-msvc@1.3.5`
|
|
107
107
|
|
|
108
108
|
Release prep:
|
|
109
109
|
|
|
110
|
-
- Fresh Windows release binary is built from `
|
|
110
|
+
- Fresh Windows release binary is built from `workspace target/release/nyex.exe`.
|
|
111
111
|
|
|
112
112
|
---
|
|
113
113
|
|
|
@@ -226,3 +226,4 @@ NYEX emphasizes runtime truth and controlled execution:
|
|
|
226
226
|
See repository license.
|
|
227
227
|
|
|
228
228
|
Digilabs Company Australia © NYEX AI Platform. All rights reserved. AIC Pty Ltd (ACN 082 378 256)
|
|
229
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nyex/nyex",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.5",
|
|
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.3.
|
|
21
|
+
"@nyex/nyex-win32-x64-msvc": "1.3.5"
|
|
22
22
|
},
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": "\u003e=18"
|
|
@@ -35,3 +35,4 @@
|
|
|
35
35
|
]
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
+
|