ur-agent 1.50.3 → 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 +10 -0
- package/dist/cli.js +9633 -12726
- package/documentation/index.html +1 -1
- package/extensions/jetbrains-ur/build.gradle.kts +1 -1
- package/extensions/vscode-ur-inline-diffs/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
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
|
+
|
|
3
13
|
## 1.50.3
|
|
4
14
|
|
|
5
15
|
- Removed the GitHub App installation step from `/install-github-app`. UR
|