ur-agent 1.50.2 → 1.50.4

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,30 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.50.4
4
+
5
+ - Removed the `/install-github-app` command and its GitHub App setup flow,
6
+ along with the startup tip suggesting `@ur` be tagged from issues and pull
7
+ requests. The composite action at the repository root is removed with it.
8
+ - The agent is unchanged. `ur agent-ci` and the Agentic CI engine still compile
9
+ workflows, evaluate triggers, and run isolated verified patches exactly as
10
+ before; only the interactive installer that wrote those files into a
11
+ repository is gone.
12
+
13
+ ## 1.50.3
14
+
15
+ - Removed the GitHub App installation step from `/install-github-app`. UR
16
+ authenticates in CI with the workflow's built-in `GITHUB_TOKEN` and a
17
+ repository secret, so there is no app to install and no bot identity to
18
+ authorize. The step was inherited from a flow that had a published app; this
19
+ fork does not, so it opened the UR source repository and asked the user to
20
+ install something that does not exist. The flow now goes from repository
21
+ selection straight to workflow selection.
22
+ - Replaced the "API key is required" dead end with a skip. The key is consumed
23
+ by the GitHub runner rather than the local session, so the person setting up
24
+ the repository often does not hold it, and on a local provider there may be
25
+ no URHQ key at all. Submitting an empty key now commits the workflow and spec
26
+ and reports the exact `gh secret set` command needed to finish.
27
+
3
28
  ## 1.50.2
4
29
 
5
30
  - Fixed local-provider sessions showing "Not logged in · Run /login" with no