ur-agent 1.47.0 → 1.47.1
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 +13 -0
- package/dist/cli.js +1547 -1012
- package/docs/VALIDATION.md +1 -1
- package/documentation/index.html +2 -2
- package/extensions/jetbrains-ur/build.gradle.kts +1 -1
- package/extensions/vscode-ur-inline-diffs/package.json +1 -1
- package/package.json +4 -2
package/docs/VALIDATION.md
CHANGED
package/documentation/index.html
CHANGED
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
<main id="content" class="content">
|
|
45
45
|
<header class="topbar">
|
|
46
46
|
<div>
|
|
47
|
-
<p class="eyebrow">Version 1.47.
|
|
47
|
+
<p class="eyebrow">Version 1.47.1</p>
|
|
48
48
|
<h1>UR-Nexus Documentation</h1>
|
|
49
49
|
<p class="lead">A practical, tutorial-style reference for installing, configuring, automating, extending, and operating UR-Nexus.</p>
|
|
50
50
|
</div>
|
|
@@ -165,7 +165,7 @@ ur config set responses.store false</code></pre>
|
|
|
165
165
|
</article>
|
|
166
166
|
<article>
|
|
167
167
|
<h3>Status bar and updates</h3>
|
|
168
|
-
<pre><code>Ollama | llama3 | ask | main | update 1.47.
|
|
168
|
+
<pre><code>Ollama | llama3 | ask | main | update 1.47.1 available</code></pre>
|
|
169
169
|
<p>The interactive status bar shows only important runtime state: provider, model, mode, branch, active tasks, checks status when known, and update availability. It is hidden in CI, dumb terminals, and print mode.</p>
|
|
170
170
|
</article>
|
|
171
171
|
<article>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "ur-inline-diffs",
|
|
3
3
|
"displayName": "UR Inline Diffs",
|
|
4
4
|
"description": "Review, apply, and reject UR inline diff bundles from .ur/ide/diffs inside VS Code.",
|
|
5
|
-
"version": "1.47.
|
|
5
|
+
"version": "1.47.1",
|
|
6
6
|
"publisher": "ur-nexus",
|
|
7
7
|
"engines": {
|
|
8
8
|
"vscode": "^1.92.0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ur-agent",
|
|
3
|
-
"version": "1.47.
|
|
3
|
+
"version": "1.47.1",
|
|
4
4
|
"description": "UR-Nexus — autonomous engineering workflow engine (plan, execute, test, verify, document, benchmark, reproduce)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "bun@1.3.14",
|
|
@@ -71,7 +71,9 @@
|
|
|
71
71
|
"prepack": "bun run release:check"
|
|
72
72
|
},
|
|
73
73
|
"overrides": {
|
|
74
|
-
"
|
|
74
|
+
"@hono/node-server": "2.0.11",
|
|
75
|
+
"body-parser": "2.3.0",
|
|
76
|
+
"fast-uri": "3.1.4",
|
|
75
77
|
"form-data": "4.0.6",
|
|
76
78
|
"hono": "4.12.30",
|
|
77
79
|
"ip-address": "10.2.0",
|