ur-agent 1.40.0 → 1.40.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 +7 -0
- package/dist/cli.js +5451 -7291
- package/documentation/index.html +1 -1
- package/extensions/vscode-ur-inline-diffs/package.json +1 -1
- package/package.json +5 -5
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.40.
|
|
47
|
+
<p class="eyebrow">Version 1.40.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>
|
|
@@ -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.40.
|
|
5
|
+
"version": "1.40.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.40.
|
|
3
|
+
"version": "1.40.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",
|
|
@@ -82,9 +82,9 @@
|
|
|
82
82
|
"@opentelemetry/api-logs": "0.214.0",
|
|
83
83
|
"@opentelemetry/core": "2.6.1",
|
|
84
84
|
"@opentelemetry/resources": "2.6.1",
|
|
85
|
-
"@opentelemetry/sdk-logs": "
|
|
86
|
-
"@opentelemetry/sdk-metrics": "
|
|
87
|
-
"@opentelemetry/sdk-trace-base": "
|
|
85
|
+
"@opentelemetry/sdk-logs": "0.214.0",
|
|
86
|
+
"@opentelemetry/sdk-metrics": "2.6.1",
|
|
87
|
+
"@opentelemetry/sdk-trace-base": "2.6.1",
|
|
88
88
|
"@opentelemetry/semantic-conventions": "1.40.0",
|
|
89
89
|
"@smithy/node-http-handler": "^4.8.2",
|
|
90
90
|
"@types/diff": "^7.0.0",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"code-excerpt": "^4.0.0",
|
|
111
111
|
"color-diff-napi": "^0.0.1",
|
|
112
112
|
"commander": "^13.1.0",
|
|
113
|
-
"diff": "^
|
|
113
|
+
"diff": "^7.0.0",
|
|
114
114
|
"emoji-regex": "^10.4.0",
|
|
115
115
|
"env-paths": "^3.0.0",
|
|
116
116
|
"execa": "^9.5.0",
|