ur-agent 1.50.1 → 1.50.3

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.50.3
4
+
5
+ - Removed the GitHub App installation step from `/install-github-app`. UR
6
+ authenticates in CI with the workflow's built-in `GITHUB_TOKEN` and a
7
+ repository secret, so there is no app to install and no bot identity to
8
+ authorize. The step was inherited from a flow that had a published app; this
9
+ fork does not, so it opened the UR source repository and asked the user to
10
+ install something that does not exist. The flow now goes from repository
11
+ selection straight to workflow selection.
12
+ - Replaced the "API key is required" dead end with a skip. The key is consumed
13
+ by the GitHub runner rather than the local session, so the person setting up
14
+ the repository often does not hold it, and on a local provider there may be
15
+ no URHQ key at all. Submitting an empty key now commits the workflow and spec
16
+ and reports the exact `gh secret set` command needed to finish.
17
+
18
+ ## 1.50.2
19
+
20
+ - Fixed local-provider sessions showing "Not logged in · Run /login" with no
21
+ account to log in to, introduced in 1.50.1. Credential ownership and URHQ
22
+ auth applicability are separate questions: an Ollama session uses the user's
23
+ own local runtime, so it is not third-party, but inference never reaches
24
+ URHQ and no URHQ credential exists to verify. `isURHQAuthEnabled()` now keys
25
+ off a dedicated `usesURHQSubscriptionAuth()` predicate, so only the
26
+ subscription provider — where `/login` is actionable — can report a missing
27
+ key. `/login` and `/logout` stay registered everywhere they are useful.
28
+ - Skipped a keychain and settings read on every session that cannot use URHQ
29
+ auth, by returning before the external-credential lookup instead of folding
30
+ the provider test into the final condition.
31
+
3
32
  ## 1.50.1
4
33
 
5
34
  - Fixed an always-true provider test that silently disabled a large part of the