ur-agent 1.30.6 → 1.31.0

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.31.0
4
+
5
+ - Add in-app provider connection: `ur connect` / `/connect` connects a provider
6
+ once and persists it. Subscription providers (Codex, Claude Code, Gemini,
7
+ Antigravity) launch their official CLI login using your own account; API
8
+ providers (OpenAI, Anthropic, Gemini, OpenRouter) store the key in the OS
9
+ keychain (with an encrypted file fallback) — the same secure store UR uses for
10
+ its own credentials.
11
+ - Runtime now reads a stored key first, then the environment variable, so a
12
+ once-connected API provider works in later sessions without re-entering the
13
+ key. `ur provider doctor` and the `/model` picker reflect stored-key
14
+ connections and, when not connected, show the exact `ur connect <provider>`
15
+ command instead of failing opaquely.
16
+ - `ur connect status` reports connection state for every provider; keys are read
17
+ from stdin (not argv/shell history) and never written to plaintext settings.
18
+
3
19
  ## 1.30.6
4
20
 
5
21
  - Restore a visible `subscription` access entry in provider lists without