@nyex/nyex 1.0.7 → 1.0.8
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 +8 -12
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
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.
|
|
4
4
|
|
|
5
|
-
> **Defaults (v1.0.
|
|
6
|
-
> - **Strict Cloud Mode: ON** (cloud failures do **not** silently fall back to local)
|
|
7
|
-
> - **Local Mode: OFF** (the local proxy never starts unless you explicitly enable it)
|
|
5
|
+
> **Defaults (v1.0.6+)**
|
|
6
|
+
> - **Strict Cloud Mode: ON** (cloud failures do **not** silently fall back to local)
|
|
7
|
+
> - **Local Mode: OFF** (the local proxy never starts unless you explicitly enable it)
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
@@ -72,15 +72,11 @@ 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.
|
|
80
|
-
- Session reliability hardening: better silent refresh behavior and restart/resume stickiness.
|
|
81
|
-
- Resume handling improvements: clearer invalid session ID failures with no login detour.
|
|
82
|
-
- Validator remains pre-final and no longer emits contradictory post-final follow-up output.
|
|
83
|
-
- TUI readability improvements: cleaner `/trace`, taller summary/output area, and event-driven activity phrases.
|
|
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.
|
|
84
80
|
|
|
85
81
|
---
|
|
86
82
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nyex/nyex",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
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.
|
|
21
|
+
"@nyex/nyex-win32-x64-msvc": "1.0.8"
|
|
22
22
|
},
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">=18"
|
|
@@ -32,3 +32,4 @@
|
|
|
32
32
|
"package.json"
|
|
33
33
|
]
|
|
34
34
|
}
|
|
35
|
+
|