ur-agent 1.28.0 → 1.28.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/cli.js +240 -179
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.28.1
4
+
5
+ - Keep the status bar synchronized with in-session provider/model changes from
6
+ `/model`, `/model <model>`, and `/provider`, instead of waiting for persisted
7
+ settings to reload.
8
+ - Add a regression test proving the status bar prefers the active in-session
9
+ provider/model over stale persisted settings.
10
+
3
11
  ## 1.28.0
4
12
 
5
13
  - Subscription CLI providers (Codex, Claude Code, Gemini, Antigravity) now