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/docs/USAGE.md
CHANGED
|
@@ -221,7 +221,7 @@ Interactive sessions include a compact bottom status bar when stdout is a real
|
|
|
221
221
|
terminal:
|
|
222
222
|
|
|
223
223
|
```text
|
|
224
|
-
UR-AGENT v1.25.
|
|
224
|
+
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
|
|
225
225
|
```
|
|
226
226
|
|
|
227
227
|
The bar is not rendered in non-interactive mode, CI, dumb terminals, or
|
package/docs/VALIDATION.md
CHANGED
package/package.json
CHANGED