@nyex/nyex 1.0.5 → 1.0.6

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.
Files changed (2) hide show
  1. package/README.md +9 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
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.5+)**
5
+ > **Defaults (v1.0.6+)**
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
 
@@ -63,6 +63,7 @@ Common providers:
63
63
  - OpenAI (ChatGPT / API)
64
64
  - Gemini (API key or OAuth)
65
65
  - Claude (API key)
66
+ - xAI / Grok (BYOC API key)
66
67
  - Ollama (Local Mode)
67
68
 
68
69
  You can change models/providers via:
@@ -70,6 +71,12 @@ You can change models/providers via:
70
71
  - **CLI config overrides** (examples below)
71
72
 
72
73
  If no providers are connected after NYEX login, the onboarding flow will prompt you to connect one.
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.
73
80
 
74
81
  ---
75
82
 
@@ -160,4 +167,4 @@ NYEX is built with “keep main green” discipline:
160
167
  See repository license.
161
168
 
162
169
 
163
- Digilabs Company Australia © NYEX AI Platform. All rights reserved. AIC Pty Ltd (ACN 082 378 256)
170
+ Digilabs Company Australia © NYEX AI Platform. All rights reserved. AIC Pty Ltd (ACN 082 378 256)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nyex/nyex",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
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.5"
21
+ "@nyex/nyex-win32-x64-msvc": "1.0.6"
22
22
  },
23
23
  "engines": {
24
24
  "node": ">=18"