ur-agent 1.27.6 → 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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
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
+
11
+ ## 1.28.0
12
+
13
+ - Subscription CLI providers (Codex, Claude Code, Gemini, Antigravity) now
14
+ perform real dispatch: the official CLI is spawned in non-interactive mode with
15
+ the scoped model and prompt, and its stdout becomes the response. Non-zero exit
16
+ or empty output fails clearly instead of returning placeholder text.
17
+ - API providers now use each provider's native wire format: Anthropic
18
+ `x-api-key` + `anthropic-version` on `/v1/messages`, OpenAI `Authorization:
19
+ Bearer` on `/v1/chat/completions`, Gemini `x-goog-api-key` on
20
+ `:generateContent`, routed by a new provider-family classifier.
21
+ - Real runtime provider identity: `getRuntimeProviderId`/`getProviderFamily`
22
+ expose the true selected provider; `getAPIProvider` is derived from it rather
23
+ than string-matching raw settings.
24
+ - Fix saved local/server (live-discovery) model pairs being rejected on a cold
25
+ process; the endpoint is treated as the source of truth before discovery runs.
26
+ Static (API/subscription) pairs remain strictly validated.
27
+ - Add behavior-proving tests that exercise the real clients (CLI runner, mocked
28
+ HTTP) and assert wire format, response content, identity, and cold-cache
29
+ restart — not just provider-id routing. Centralize the Ollama default and
30
+ remove dead code.
31
+
3
32
  ## 1.27.6
4
33
 
5
34
  - Route runtime requests through the selected provider/model pair instead of