ur-agent 1.30.5 → 1.30.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.
- package/CHANGELOG.md +8 -0
- package/README.md +15 -11
- package/dist/cli.js +1263 -1501
- package/docs/AGENT_FEATURES.md +1 -1
- package/docs/USAGE.md +11 -7
- package/docs/providers.md +6 -5
- package/documentation/app.js +4 -4
- package/documentation/index.html +5 -5
- package/extensions/vscode-ur-inline-diffs/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.30.6
|
|
4
|
+
|
|
5
|
+
- Restore a visible `subscription` access entry in provider lists without
|
|
6
|
+
exposing provider app bridges as normal runtimes.
|
|
7
|
+
- Keep subscription selection honest: no fake UR model IDs are listed, and the
|
|
8
|
+
generic subscription entry is blocked until a real independent subscription
|
|
9
|
+
runtime exists.
|
|
10
|
+
|
|
3
11
|
## 1.30.5
|
|
4
12
|
|
|
5
13
|
- Hide external app bridge providers from normal `/model`, `/provider`, and
|
package/README.md
CHANGED
|
@@ -157,10 +157,12 @@ environment variables. API, local, and OpenAI-compatible server providers are
|
|
|
157
157
|
UR-native runtimes and behave like Ollama: UR owns the conversation loop, tool
|
|
158
158
|
loop, errors, and output.
|
|
159
159
|
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
160
|
+
The default provider list includes a generic `subscription` access entry so the
|
|
161
|
+
access type is visible, but this build does not invent subscription models or
|
|
162
|
+
route through provider apps. If no independent subscription runtime is
|
|
163
|
+
configured, that entry is marked unavailable. Subscription CLI integrations are
|
|
164
|
+
external app bridges; they are diagnostics/opt-in only and are disabled for
|
|
165
|
+
normal runtime selection unless `UR_ENABLE_EXTERNAL_APP_PROVIDERS=1` is set.
|
|
164
166
|
|
|
165
167
|
```sh
|
|
166
168
|
ur provider list
|
|
@@ -185,6 +187,7 @@ Use quotes for shell values with spaces.
|
|
|
185
187
|
|
|
186
188
|
| Provider | Access type | Runtime kind | Legal path |
|
|
187
189
|
| --- | --- | --- | --- |
|
|
190
|
+
| Subscription | subscription | unavailable until configured | independent subscription runtime only |
|
|
188
191
|
| OpenAI API | API key | UR-native | `OPENAI_API_KEY` |
|
|
189
192
|
| Claude API | API key | UR-native | `ANTHROPIC_API_KEY` |
|
|
190
193
|
| Gemini API | API key | UR-native | `GEMINI_API_KEY` |
|
|
@@ -193,10 +196,7 @@ Use quotes for shell values with spaces.
|
|
|
193
196
|
| LM Studio | local/server | UR-native | local OpenAI-compatible server |
|
|
194
197
|
| llama.cpp | local/server | UR-native | local OpenAI-compatible server |
|
|
195
198
|
| vLLM | local/server | UR-native | OpenAI-compatible server |
|
|
196
|
-
|
|
|
197
|
-
| Claude Code | subscription | external app bridge | official Claude Code login |
|
|
198
|
-
| Gemini CLI | subscription | external app bridge | official Gemini Code Assist login |
|
|
199
|
-
| Antigravity | subscription | external app bridge | official Antigravity login, where supported |
|
|
199
|
+
| External app bridges | subscription | opt-in diagnostics | disabled unless explicitly enabled |
|
|
200
200
|
|
|
201
201
|
#### Provider-first model selection
|
|
202
202
|
|
|
@@ -210,12 +210,13 @@ In the interactive app, `/model` is a two-step, provider-first picker:
|
|
|
210
210
|
by source: `live` (discovered from the endpoint), `cache` (last discovery),
|
|
211
211
|
or `static` (predefined). Local/server providers (Ollama, LM Studio,
|
|
212
212
|
llama.cpp, vLLM) and OpenAI-compatible endpoints are discovered live; API
|
|
213
|
-
providers use their curated model list.
|
|
214
|
-
|
|
213
|
+
providers use their curated model list. The generic `subscription` entry has
|
|
214
|
+
no models unless a real independent subscription backend is configured.
|
|
215
|
+
External app bridges are hidden unless explicitly opted in.
|
|
215
216
|
|
|
216
217
|
Model lists never cross providers: OpenAI API, Claude API, Gemini API,
|
|
217
218
|
OpenRouter, Ollama, and OpenAI-compatible local/server endpoints are separate
|
|
218
|
-
access paths. API keys, local runtimes, and
|
|
219
|
+
access paths. API keys, local runtimes, and subscription logins are not
|
|
219
220
|
interchangeable. The provider/model pair is validated before it is saved and
|
|
220
221
|
again before every request; changing provider clears an incompatible model.
|
|
221
222
|
`ur config set provider X` warns and clears an incompatible model, and
|
|
@@ -237,6 +238,9 @@ identity line in the system prompt reflects it too:
|
|
|
237
238
|
- **External app bridges** for subscription CLIs are disabled by default because
|
|
238
239
|
they delegate the turn to another agent app. Opt in with
|
|
239
240
|
`UR_ENABLE_EXTERNAL_APP_PROVIDERS=1` only when that behavior is intentional.
|
|
241
|
+
- **Subscription** access does not list fake models. If no independent
|
|
242
|
+
subscription backend is configured, `/model` marks it unavailable and asks you
|
|
243
|
+
to choose a connected local, server, or API provider.
|
|
240
244
|
|
|
241
245
|
Ollama is used only when Ollama is selected. There is no silent cross-provider
|
|
242
246
|
fallback: if dispatch fails, UR reports the selected provider, model, and runtime
|