ur-agent 1.25.0 → 1.25.1
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 +5 -0
- package/README.md +1 -1
- package/dist/cli.js +433 -326
- package/docs/USAGE.md +1 -1
- package/docs/VALIDATION.md +1 -1
- package/extensions/vscode-ur-inline-diffs/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.25.1
|
|
4
|
+
|
|
5
|
+
- Fix VS Code extension installation to use the bundled UR-AGENT inline-diffs extension instead of the stale unpublished `urhq.ur` marketplace ID.
|
|
6
|
+
- Harden AskUserQuestion normalization for description-only option objects and keep the eight-option schema in the production bundle.
|
|
7
|
+
|
|
3
8
|
## 1.25.0
|
|
4
9
|
|
|
5
10
|
- Add legal multi-provider auth/provider management for subscription CLI, API-key, and local runtime access paths.
|
package/README.md
CHANGED
|
@@ -250,7 +250,7 @@ viewer mode.
|
|
|
250
250
|
Example:
|
|
251
251
|
|
|
252
252
|
```text
|
|
253
|
-
UR-AGENT v1.25.
|
|
253
|
+
UR-AGENT v1.25.1 | Provider: Ollama | Auth: local | model: qwen3-coder:480b-cloud | mode: ask | branch: main | tasks: idle | Update: 1.25.0 -> 1.25.1 available
|
|
254
254
|
```
|
|
255
255
|
|
|
256
256
|
If a custom status-line hook is configured, UR-AGENT uses that hook output
|