@nyex/nyex 1.0.10 → 1.0.11
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 +16 -16
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -72,12 +72,12 @@ 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.0.10
|
|
76
|
-
NYEX 1.0.10 is a hotfix release focused on trust and integrity surfaces after 1.0.9:
|
|
77
|
-
- summary rendering integrity
|
|
78
|
-
- visible-but-muted silenced output
|
|
79
|
-
- footer RoleHits reconciliation from canonical trace attempts
|
|
80
|
-
- improved `/trace` readability
|
|
75
|
+
### NYEX 1.0.10
|
|
76
|
+
NYEX 1.0.10 is a hotfix release focused on trust and integrity surfaces after 1.0.9:
|
|
77
|
+
- summary rendering integrity
|
|
78
|
+
- visible-but-muted silenced output
|
|
79
|
+
- footer RoleHits reconciliation from canonical trace attempts
|
|
80
|
+
- improved `/trace` readability
|
|
81
81
|
|
|
82
82
|
### Version
|
|
83
83
|
- Package: `@nyex/nyex@1.0.10`
|
|
@@ -96,16 +96,16 @@ NYEX 1.0.10 is a hotfix release focused on trust and integrity surfaces after 1.
|
|
|
96
96
|
- Refresh-token-backed auth/session reliability with silent refresh on startup/resume.
|
|
97
97
|
- Strict Cloud Mode defaults with deterministic fallback behavior and explicit local-mode opt-in.
|
|
98
98
|
|
|
99
|
-
### Recent updates
|
|
100
|
-
- 1.0.10 hotfix integrity pass:
|
|
101
|
-
- summary surface first-line/clipping fixes
|
|
102
|
-
- muted-but-visible silenced command output
|
|
103
|
-
- footer RoleHits sync from canonical trace attempts
|
|
104
|
-
- `/trace` surface readability cleanup
|
|
105
|
-
- 1.0.9 foundation:
|
|
106
|
-
- canonical tool descriptors + normalized lifecycle/result/error contracts
|
|
107
|
-
- descriptor-driven permission tightening and clear `permission_denied` outcomes
|
|
108
|
-
- tool discovery (`/tools`, `/tools show <tool_id>`) and clearer tool outcome rendering
|
|
99
|
+
### Recent updates
|
|
100
|
+
- 1.0.10 hotfix integrity pass:
|
|
101
|
+
- summary surface first-line/clipping fixes
|
|
102
|
+
- muted-but-visible silenced command output
|
|
103
|
+
- footer RoleHits sync from canonical trace attempts
|
|
104
|
+
- `/trace` surface readability cleanup
|
|
105
|
+
- 1.0.9 foundation:
|
|
106
|
+
- canonical tool descriptors + normalized lifecycle/result/error contracts
|
|
107
|
+
- descriptor-driven permission tightening and clear `permission_denied` outcomes
|
|
108
|
+
- tool discovery (`/tools`, `/tools show <tool_id>`) and clearer tool outcome rendering
|
|
109
109
|
|
|
110
110
|
---
|
|
111
111
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nyex/nyex",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
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.11"
|
|
22
22
|
},
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">=18"
|