ur-agent 1.81.1 → 1.81.2
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 +16 -0
- package/dist/cli.js +613 -450
- package/docs/VALIDATION.md +1 -1
- package/docs/providers.md +17 -0
- package/documentation/index.html +1 -1
- package/extensions/jetbrains-ur/build.gradle.kts +1 -1
- package/extensions/vscode-ur-inline-diffs/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.81.2
|
|
4
|
+
|
|
5
|
+
- Fixed `/effort max` being acknowledged as `max` while OpenRouter requests,
|
|
6
|
+
the spinner, and the status indicator still used `high`. UR now preserves
|
|
7
|
+
provider reasoning metadata, treats `max` as the model's highest capability,
|
|
8
|
+
and translates it to the correct OpenRouter wire value (including `xhigh`).
|
|
9
|
+
- Made the live provider/model selection authoritative for the next request and
|
|
10
|
+
removed the duplicate `/model` settings write, preventing a newly selected
|
|
11
|
+
OpenRouter model from being dispatched through stale Ollama settings.
|
|
12
|
+
- Bounded deterministic duplicate Edit, Write, and NotebookEdit failures. After
|
|
13
|
+
two unchanged failures UR tells the model to reread the target and rebuild a
|
|
14
|
+
unique edit; continued identical calls stop the turn instead of looping.
|
|
15
|
+
- Replaced the sparse welcome-screen block mark with a balanced outlined UR
|
|
16
|
+
wordmark and branded tagline, while keeping a concise plain-text rendering in
|
|
17
|
+
screen-reader mode.
|
|
18
|
+
|
|
3
19
|
## 1.81.1
|
|
4
20
|
|
|
5
21
|
- Preflighted UR task tracking in `/reverse-skills:start` and every bundled
|