ur-agent 1.84.6 → 1.84.7
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 +20 -0
- package/README.md +16 -12
- package/dist/cli.js +20180 -399
- package/docs/AGENT_FEATURES.md +1 -1
- package/docs/CONFIGURATION.md +6 -4
- package/docs/TROUBLESHOOTING.md +12 -8
- package/docs/USAGE.md +11 -9
- package/docs/VALIDATION.md +6 -5
- package/docs/providers.md +26 -25
- package/documentation/app.js +1 -1
- package/documentation/index.html +2 -2
- package/extensions/jetbrains-ur/build.gradle.kts +1 -1
- package/extensions/vscode-ur-inline-diffs/package.json +1 -1
- package/package.json +2 -1
package/docs/AGENT_FEATURES.md
CHANGED
|
@@ -350,7 +350,7 @@ automatically changes the active provider.
|
|
|
350
350
|
| Clean update checks | `ur upgrade`, `ur update`, `src/cli/update.ts` | Detects development/source checkouts and prints a short pull-or-install message instead of attempting self-mutation. npm-installed builds compare the local version with `ur-agent` on npm and print update, latest, registry failure, and malformed-response states without stale planning text. |
|
|
351
351
|
| Bundled IDE extension install | `extensions/vscode-ur-inline-diffs/`, `src/utils/ide.ts`, `ur ide diff` | Public VS Code install now packages the repo's bundled inline-diffs extension as a local VSIX instead of trying an unpublished marketplace ID. The extension remains local-only and reviews `.ur/ide/diffs` bundles from the current workspace. |
|
|
352
352
|
| Professional clarification dialogs | `AskUserQuestion`, `src/tools/AskUserQuestionTool/AskUserQuestionTool.tsx` | Mandatory for every question with concrete choices; plain text is reserved for genuinely open-ended answers. Prefers 2-8 focused options but preserves larger legitimate menus, infers labels from description-only objects, accepts prompt aliases, deduplicates equivalent labels, safely repairs single suggestions with a neutral rejection choice, and is loaded without ToolSearch preloading. |
|
|
353
|
-
| NVIDIA agent/task split | `nvidiaHostedModels.ts`, `NvidiaNimTask`, `/model` |
|
|
353
|
+
| NVIDIA agent/task split | generated NVIDIA OpenAPI catalog, `nvidiaHostedModels.ts`, `NvidiaNimTask`, `/model` | Intersects live chat inventory with positive agent contracts and exposes 92 public hosted one-shot contracts across NVIDIA's AI, retrieval, health, optimization, and climate APIs. Task selection shows purpose, validates the documented schema, supports NVIDIA Assets and asynchronous/binary results, and never replaces the ongoing agent. |
|
|
354
354
|
| Documentation release sync | `README.md`, `docs/`, `documentation/`, `CHANGELOG.md` | Keeps the npm README, static documentation site, provider guide, usage guide, feature ledger, validation runbook, and release notes aligned with current release behavior. |
|
|
355
355
|
|
|
356
356
|
## v1.24.0 Additions
|
package/docs/CONFIGURATION.md
CHANGED
|
@@ -297,10 +297,12 @@ hosted choices unless the authenticated `/v1/models` endpoint returns them.
|
|
|
297
297
|
For the hosted service, UR focuses NVIDIA's documented fastest 30B agent model,
|
|
298
298
|
`nvidia/nemotron-3.5-lightning-30b-a3b`, first. Its thinking toggle maps to
|
|
299
299
|
NVIDIA's model-specific `chat_template_kwargs.enable_thinking` field.
|
|
300
|
-
The same key
|
|
301
|
-
|
|
302
|
-
`ai.api.
|
|
303
|
-
|
|
300
|
+
The same key authorizes the separately labelled one-shot catalog generated from
|
|
301
|
+
NVIDIA's public OpenAPI reference. Its 92 task contracts use the exact
|
|
302
|
+
`integrate.api`, `ai.api`, `health.api`, `optimize.api`, or `climate.api`
|
|
303
|
+
NVIDIA path for each model. They never replace `provider.model`; large inputs
|
|
304
|
+
use NVIDIA Assets and binary or large JSON output is saved under
|
|
305
|
+
`.ur/artifacts/nvidia/` unless an output path is supplied.
|
|
304
306
|
|
|
305
307
|
Unsloth is an inference-provider integration only. Start Unsloth Studio and
|
|
306
308
|
load the model outside UR, connect its generated key with `ur connect unsloth`,
|
package/docs/TROUBLESHOOTING.md
CHANGED
|
@@ -227,17 +227,21 @@ If `chat_models` fails, reconnect a current build.nvidia.com key with
|
|
|
227
227
|
`ur connect nvidia-nim`. A configured enterprise/self-hosted NIM endpoint is
|
|
228
228
|
validated only against that gateway's own `/models` response.
|
|
229
229
|
|
|
230
|
-
### An NVIDIA
|
|
230
|
+
### An NVIDIA specialized model is missing from `/model`
|
|
231
231
|
|
|
232
232
|
- Ongoing models appear only when NVIDIA returns them live and their exact
|
|
233
233
|
documented contract supports UR's multi-turn streaming tool loop.
|
|
234
|
-
- Dedicated models
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
234
|
+
- Dedicated models come from UR's generated NVIDIA OpenAPI catalog and appear
|
|
235
|
+
in the `ONE-SHOT` section without relying on the chat `/v1/models` response.
|
|
236
|
+
Run `bun run provider:nvidia-catalog` in a source checkout to refresh the
|
|
237
|
+
checked-in contracts from NVIDIA's current public reference.
|
|
238
|
+
- Download-only cards, status-only routes, staging URLs, broken documentation,
|
|
239
|
+
and operations without a public hosted POST contract are intentionally absent.
|
|
240
|
+
- UR inlines small supported media and automatically uses NVIDIA's Asset API
|
|
241
|
+
for larger files or contracts that require an asset UUID/reference.
|
|
242
|
+
- A task-specific entitlement failure removes only that model until `Ctrl+R`;
|
|
243
|
+
the exact endpoint and documentation link are available through the
|
|
244
|
+
`NvidiaNimTask` describe action.
|
|
241
245
|
|
|
242
246
|
### A provider says the previous answer was empty after successful tool calls
|
|
243
247
|
|
package/docs/USAGE.md
CHANGED
|
@@ -283,15 +283,17 @@ Download-only cards from the Build web catalog are not inserted into the
|
|
|
283
283
|
hosted picker. NVIDIA's live `nemotron-3.5-lightning-30b-a3b` endpoint is
|
|
284
284
|
focused first as its documented fastest 30B agent model; Left/Right controls
|
|
285
285
|
that model's advertised on/off thinking switch.
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
286
|
+
Specialized public hosted contracts appear separately as `ONE-SHOT`, with
|
|
287
|
+
their purpose visible before selection. The catalog is generated from
|
|
288
|
+
NVIDIA's official OpenAPI indexes and currently covers 92 task models across
|
|
289
|
+
generation, vision, retrieval, safety, translation, biology, molecular and
|
|
290
|
+
medical inference, optimization, and climate APIs. Selecting one leaves the
|
|
291
|
+
ongoing agent unchanged; describe the task normally and UR uses
|
|
292
|
+
`NvidiaNimTask` with the same stored NVIDIA key and exact model endpoint. For
|
|
293
|
+
advanced schemas the tool can describe required fields before running exact
|
|
294
|
+
JSON and file bindings. Large inputs use NVIDIA Assets; binary or large JSON
|
|
295
|
+
output defaults to `.ur/artifacts/nvidia/`. Download-only and non-executable
|
|
296
|
+
cards remain hidden.
|
|
295
297
|
On the `/model` model screen, `K` adds or replaces a
|
|
296
298
|
provider API key and `E` edits its endpoint. This also makes optional
|
|
297
299
|
authentication practical for generic OpenAI-compatible gateways.
|
package/docs/VALIDATION.md
CHANGED
|
@@ -19,7 +19,7 @@ You need:
|
|
|
19
19
|
|
|
20
20
|
```sh
|
|
21
21
|
ur --version
|
|
22
|
-
# expected for this release: "1.84.
|
|
22
|
+
# expected for this release: "1.84.7 (UR-Nexus)"
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
### 0.0 Redteam mode and Reverse Skills (1.81.0)
|
|
@@ -267,10 +267,11 @@ contract intersection, selected-model doctor diagnostics, redaction of
|
|
|
267
267
|
internal NVIDIA account/function IDs, endpoint-scoped runtime invalidation,
|
|
268
268
|
native dispatch, the preferred Lightning endpoint and its model-scoped
|
|
269
269
|
`enable_thinking` switch, documented effort aliases, and no Ultra on an unknown model.
|
|
270
|
-
`nvidiaTaskRuntime.test.ts` verifies
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
270
|
+
`nvidiaTaskRuntime.test.ts` verifies exact AI, retrieval, and healthcare
|
|
271
|
+
endpoint routing; generated-schema defaults and validation; FLUX, Stable Video
|
|
272
|
+
Diffusion, and PaliGemma conveniences; Bearer reuse; NVIDIA Asset upload and
|
|
273
|
+
cleanup; async request-ID polling; artifact decoding; and rejection of models
|
|
274
|
+
without a generated public hosted contract. In
|
|
274
275
|
`/model`, select `openai-compatible` and verify `K` can
|
|
275
276
|
add or replace its optional key while `E` continues to edit only its endpoint.
|
|
276
277
|
|
package/docs/providers.md
CHANGED
|
@@ -455,7 +455,7 @@ ur config set provider anthropic-api
|
|
|
455
455
|
| --- | --- | --- |
|
|
456
456
|
| API providers (openai-api, anthropic-api, gemini-api) | Live discovery from the provider's `/models` endpoint using your connected key (curated fallback until connected) | live |
|
|
457
457
|
| OpenRouter | Live `/models` discovery with an endpoint-scoped five-minute cache; Ctrl+R forces a fresh request with no stale fallback | live/cache |
|
|
458
|
-
| NVIDIA NIM | Hosted: live `/models` availability intersected with audited agent contracts, plus
|
|
458
|
+
| NVIDIA NIM | Hosted: live `/models` availability intersected with audited agent contracts, plus a generated official OpenAPI catalog for dedicated one-shot APIs. Configured NIM gateway: its own live `/models` catalog | live agents + official task contracts |
|
|
459
459
|
| Local/server providers (ollama, lmstudio, llama.cpp, vllm, unsloth) | Dynamic discovery from the selected provider endpoint | live |
|
|
460
460
|
| OpenAI-compatible | Dynamic discovery from configured endpoint | live |
|
|
461
461
|
| Subscription CLIs (codex-cli, claude-code-cli, gemini-cli, antigravity-cli) | Curated list (the official CLIs expose no models API); first-class in `/model`, dispatched via the official CLI. External CLI behavior depends on the vendor CLI. Log in with `ur auth <provider>` | static |
|
|
@@ -720,30 +720,31 @@ documented Nemotron coding-agent models, UR includes NVIDIA's
|
|
|
720
720
|
and [NIM endpoint guide](https://docs.nvidia.com/nim/large-language-models/latest/tutorials.html).
|
|
721
721
|
|
|
722
722
|
NVIDIA's dedicated APIs are a separate one-shot surface. `/model` labels them
|
|
723
|
-
`ONE-SHOT`, shows
|
|
724
|
-
is selected.
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
`ur provider doctor nvidia-nim` verifies the hosted catalog and selected
|
|
743
|
-
against
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
723
|
+
`ONE-SHOT`, shows each task's real purpose, and keeps the current agent model
|
|
724
|
+
when one is selected. UR generates the executable catalog from NVIDIA's
|
|
725
|
+
official LLM, retrieval, visual, multimodal, healthcare, route-optimization,
|
|
726
|
+
and climate OpenAPI indexes. The current catalog has 92 tasks and routes each
|
|
727
|
+
one to its documented endpoint on `integrate.api.nvidia.com`,
|
|
728
|
+
`ai.api.nvidia.com`, `health.api.nvidia.com`, `optimize.api.nvidia.com`, or
|
|
729
|
+
`climate.api.nvidia.com`.
|
|
730
|
+
|
|
731
|
+
`NvidiaNimTask` accepts convenience prompt/image/query/passages fields, or its
|
|
732
|
+
`describe` action exposes the exact request schema before an advanced
|
|
733
|
+
`payload_json` call. `file_inputs` can bind local files into that payload by
|
|
734
|
+
JSON pointer. UR automatically inlines small media or creates an NVIDIA Asset
|
|
735
|
+
UUID/reference for larger and asset-based contracts, polls documented
|
|
736
|
+
asynchronous responses, and saves binary or large JSON results under
|
|
737
|
+
`.ur/artifacts/nvidia/`. It reuses `NVIDIA_API_KEY` and returns text/path
|
|
738
|
+
metadata to the enclosing agent. Download-only cards, status routes,
|
|
739
|
+
staging-only URLs, broken references, and operations without a documented
|
|
740
|
+
public hosted POST endpoint never appear as usable choices.
|
|
741
|
+
|
|
742
|
+
`ur provider doctor nvidia-nim` verifies the hosted agent catalog and selected
|
|
743
|
+
agent model against live `/v1/models`, and reports the generated task-contract
|
|
744
|
+
count. Dedicated API entitlement can be verified only with that task's valid
|
|
745
|
+
payload. If NVIDIA rejects a listed model after selection, UR redacts internal
|
|
746
|
+
function/account IDs and removes only that endpoint-scoped model until
|
|
747
|
+
`Ctrl+R` explicitly retries discovery.
|
|
747
748
|
|
|
748
749
|
Local/server providers use their normal endpoints:
|
|
749
750
|
|
package/documentation/app.js
CHANGED
|
@@ -68,7 +68,7 @@ const featureGroups = [
|
|
|
68
68
|
{
|
|
69
69
|
title: 'Providers and auth',
|
|
70
70
|
tags: ['subscription', 'API', 'local', 'effort', 'status bar'],
|
|
71
|
-
text: 'UR-native API/local/OpenAI-compatible runtimes, provider-scoped endpoints, audited NVIDIA agent discovery plus exact one-shot
|
|
71
|
+
text: 'UR-native API/local/OpenAI-compatible runtimes, provider-scoped endpoints, audited NVIDIA agent discovery plus a generated official OpenAPI catalog for 92 exact one-shot AI/retrieval/health/optimization/climate contracts, provider-only Unsloth inference, optional compatible-gateway keys, capability-driven reasoning effort, responsive OpenRouter routing, first-class subscription CLI providers dispatched through the official vendor CLIs, provider doctor checks, secure API-key connect, non-secret config, fallback hints, and provider-aware status-bar output.',
|
|
72
72
|
commands: ['ur provider list', 'ur provider status', 'ur provider doctor nvidia-nim', 'ur connect status', 'ur config set provider nvidia-nim', 'ur config set provider openai-api', 'ur config set provider ollama', 'ur config set base_url llama.cpp http://localhost:9931/v1', '/model', '/effort ultra', '/thinking on'],
|
|
73
73
|
},
|
|
74
74
|
{
|
package/documentation/index.html
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
<main id="content" class="content">
|
|
46
46
|
<header class="topbar">
|
|
47
47
|
<div>
|
|
48
|
-
<p class="eyebrow">Version 1.84.
|
|
48
|
+
<p class="eyebrow">Version 1.84.7</p>
|
|
49
49
|
<h1>UR-Nexus Documentation</h1>
|
|
50
50
|
<p class="lead">A practical, tutorial-style reference for installing, configuring, automating, extending, and operating UR-Nexus.</p>
|
|
51
51
|
</div>
|
|
@@ -196,7 +196,7 @@ ur --model kimi-k3:cloud --effort high
|
|
|
196
196
|
ur config set provider nvidia-nim
|
|
197
197
|
ur config set base_url nvidia-nim https://integrate.api.nvidia.com/v1
|
|
198
198
|
/model # K API key · E endpoint</code></pre>
|
|
199
|
-
<p>NVIDIA NIM separates ongoing agents from specialized one-shot models. Hosted agent discovery intersects
|
|
199
|
+
<p>NVIDIA NIM separates ongoing agents from specialized one-shot models. Hosted agent discovery intersects live <code>/v1/models</code> inventory with audited tool-loop contracts. The separately labelled one-shot catalog is generated from NVIDIA's official public OpenAPI indexes and currently covers 92 executable AI, retrieval, health, optimization, and climate contracts. Each entry shows its purpose and routes to its exact documented endpoint with the same stored NVIDIA key; schema validation, NVIDIA Asset upload, asynchronous polling, and binary/large-JSON artifact saving are built in. Download-only, staging-only, broken, and non-executable operations stay hidden, and choosing a task never changes the ongoing agent. Nemotron 3.5 Lightning retains its documented on/off thinking field; unknown models inherit no fabricated effort. Generic OpenAI-compatible endpoints can store an optional dedicated key, while anonymous endpoints remain valid.</p>
|
|
200
200
|
</article>
|
|
201
201
|
<article>
|
|
202
202
|
<h3>Portable shell deadlines</h3>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "ur-inline-diffs",
|
|
3
3
|
"displayName": "UR Inline Diffs",
|
|
4
4
|
"description": "Review, apply, and reject UR inline diff bundles from .ur/ide/diffs inside VS Code.",
|
|
5
|
-
"version": "1.84.
|
|
5
|
+
"version": "1.84.7",
|
|
6
6
|
"publisher": "ur-nexus",
|
|
7
7
|
"engines": {
|
|
8
8
|
"vscode": "^1.92.0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ur-agent",
|
|
3
|
-
"version": "1.84.
|
|
3
|
+
"version": "1.84.7",
|
|
4
4
|
"description": "UR-Nexus — autonomous engineering workflow engine (plan, execute, test, verify, document, benchmark, reproduce)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "bun@1.3.14",
|
|
@@ -68,6 +68,7 @@
|
|
|
68
68
|
"benchmark:aider-polyglot": "node scripts/benchmark-external.mjs aider-polyglot",
|
|
69
69
|
"safety:matrix": "bun scripts/generate-safety-matrix.mjs",
|
|
70
70
|
"provider:smoke": "bun scripts/provider-smoke.mjs",
|
|
71
|
+
"provider:nvidia-catalog": "node scripts/update-nvidia-hosted-catalog.mjs",
|
|
71
72
|
"package:check": "node scripts/package-check.mjs",
|
|
72
73
|
"prepack": "bun run build && bun run release:check"
|
|
73
74
|
},
|