@nyex/nyex 1.2.1 → 1.2.2
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 +7 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
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.2.
|
|
5
|
+
> **Defaults (v1.2.2)**
|
|
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,8 +72,8 @@ 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.2.
|
|
76
|
-
NYEX 1.2.
|
|
75
|
+
### NYEX 1.2.2
|
|
76
|
+
NYEX 1.2.2 is a feature release that includes runtime trust and product-surface hardening:
|
|
77
77
|
- plain `nyex` startup stays TUI-first with in-app auth gate flow
|
|
78
78
|
- live layout/render compaction and transcript/live fidelity fixes in the main conversation surface
|
|
79
79
|
- runtime tool-call integrity hardening to prevent orphan `call_id` output failures
|
|
@@ -83,13 +83,13 @@ NYEX 1.2.1 is a feature release that includes runtime trust and product-surface
|
|
|
83
83
|
- `scripts/qa/tui-validation-harness.ps1`
|
|
84
84
|
- `artifacts/tui-validation/report.md`
|
|
85
85
|
|
|
86
|
-
Mainline updates after 1.2.
|
|
86
|
+
Mainline updates after 1.2.2 (current `origin/main` pre-release line):
|
|
87
87
|
- live command output rendering is append-only (history-first) to reduce blank-space artifacts in `Ran ...` cards
|
|
88
88
|
- main completed view stays raw-result-first and no longer shows evaluator headline rows
|
|
89
89
|
- evaluator evidence remains available in transcript/debug surfaces
|
|
90
90
|
|
|
91
91
|
### Version
|
|
92
|
-
- Package: `@nyex/nyex@1.2.
|
|
92
|
+
- Package: `@nyex/nyex@1.2.2`
|
|
93
93
|
|
|
94
94
|
### Core Features
|
|
95
95
|
- Deterministic multi-role orchestration (`primary`, `planner`, `tool_exec`, `summarizer`, `validator`).
|
|
@@ -109,10 +109,10 @@ Mainline updates after 1.2.1 (current `origin/main` pre-release line):
|
|
|
109
109
|
- Entitlement-first access gate: productive use requires `active_entitlement`; blocked access states stay diagnostics-only until resolved.
|
|
110
110
|
|
|
111
111
|
### Recent updates
|
|
112
|
-
- post-1.2.
|
|
112
|
+
- post-1.2.2 mainline (unreleased):
|
|
113
113
|
- planner-first decomposition strengthened over compaction-first behavior
|
|
114
114
|
- planner artifact contract/checklist schema enforced for structured planning output
|
|
115
|
-
- 1.2.
|
|
115
|
+
- 1.2.2 runtime/product hardening pass:
|
|
116
116
|
- plain startup now remains in TUI with in-app auth gate behavior
|
|
117
117
|
- raw result + evaluator finalization replaces summary-first finalization default
|
|
118
118
|
- footer planner/tool counters now track live visible execution events
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nyex/nyex",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "Nyex CLI (private beta)",
|
|
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.2.
|
|
21
|
+
"@nyex/nyex-win32-x64-msvc": "1.2.2"
|
|
22
22
|
},
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">=18"
|