ur-agent 1.50.2 → 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,20 @@
|
|
|
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
|
+
|
|
3
18
|
## 1.50.2
|
|
4
19
|
|
|
5
20
|
- Fixed local-provider sessions showing "Not logged in · Run /login" with no
|