ur-agent 1.45.6 → 1.47.0
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 +69 -0
- package/QUALITY.md +8 -3
- package/README.md +67 -13
- package/RELEASE.md +9 -6
- package/dist/cli.js +73656 -36080
- package/docs/A2A.md +180 -0
- package/docs/ACP.md +69 -17
- package/docs/AGENT_FEATURES.md +64 -7
- package/docs/AGENT_TRENDS.md +91 -26
- package/docs/AG_UI.md +132 -0
- package/docs/CONFIGURATION.md +123 -3
- package/docs/DEVELOPMENT.md +1 -0
- package/docs/IDE.md +20 -17
- package/docs/TROUBLESHOOTING.md +5 -3
- package/docs/USAGE.md +34 -4
- package/docs/VALIDATION.md +31 -1
- package/docs/providers.md +15 -1
- package/documentation/app.js +18 -6
- package/documentation/index.html +27 -8
- package/examples/agent_features.md +18 -0
- package/examples/agent_trends.md +5 -0
- package/examples/mcp.md +4 -0
- package/examples/memory.md +5 -2
- package/extensions/jetbrains-ur/README.md +12 -5
- package/extensions/jetbrains-ur/build.gradle.kts +22 -6
- package/extensions/jetbrains-ur/gradle.properties +1 -0
- package/extensions/jetbrains-ur/settings.gradle.kts +4 -0
- package/extensions/jetbrains-ur/src/main/kotlin/dev/urnexus/SendSelectionAction.kt +39 -5
- package/extensions/jetbrains-ur/src/main/kotlin/dev/urnexus/UrAcpClient.kt +52 -20
- package/extensions/jetbrains-ur/src/main/kotlin/dev/urnexus/UrToolWindowFactory.kt +7 -4
- package/extensions/jetbrains-ur/src/main/resources/META-INF/plugin.xml +1 -1
- package/extensions/vscode-ur-inline-diffs/README.md +6 -2
- package/extensions/vscode-ur-inline-diffs/out/extension.js +328 -157
- package/extensions/vscode-ur-inline-diffs/package.json +33 -5
- package/package.json +70 -56
- package/plugins/core/engineering-discipline/skills/reproducible-release/SKILL.md +2 -1
- package/plugins/core/github/skills/github-workflow/SKILL.md +2 -1
- package/plugins/core/gitlab/skills/gitlab-workflow/SKILL.md +2 -1
- package/plugins/core/huggingface/skills/huggingface-workflow/SKILL.md +2 -1
- package/plugins/core/miro/skills/miro-workflow/SKILL.md +2 -1
- package/plugins/core/obsidian/skills/second-brain/SKILL.md +2 -1
- package/plugins/core/powerpoint/skills/deck-craft/SKILL.md +2 -1
- package/plugins/core/skill-forge/skills/skill-authoring/SKILL.md +2 -1
- package/plugins/core/word/skills/document-craft/SKILL.md +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ur-agent",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.47.0",
|
|
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",
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"test": "bun test",
|
|
58
58
|
"smoke": "node ./bin/ur.js --version",
|
|
59
59
|
"secrets:scan": "bash scripts/secret-scan.sh",
|
|
60
|
+
"dependencies:audit": "bun audit",
|
|
60
61
|
"benchmark:report": "node scripts/benchmark-report.mjs",
|
|
61
62
|
"benchmark:smoke": "node scripts/benchmark-smoke.mjs",
|
|
62
63
|
"benchmark:local": "node scripts/benchmark-local.mjs",
|
|
@@ -69,91 +70,104 @@
|
|
|
69
70
|
"package:check": "node scripts/package-check.mjs",
|
|
70
71
|
"prepack": "bun run release:check"
|
|
71
72
|
},
|
|
73
|
+
"overrides": {
|
|
74
|
+
"fast-uri": "3.1.3",
|
|
75
|
+
"form-data": "4.0.6",
|
|
76
|
+
"hono": "4.12.30",
|
|
77
|
+
"ip-address": "10.2.0",
|
|
78
|
+
"qs": "6.15.3"
|
|
79
|
+
},
|
|
72
80
|
"dependencies": {
|
|
81
|
+
"@a2a-js/sdk": "0.3.14",
|
|
82
|
+
"@ag-ui/core": "0.0.57",
|
|
83
|
+
"@ag-ui/encoder": "0.0.57",
|
|
73
84
|
"diff2html": "^3.4.56",
|
|
74
|
-
"playwright-core": "^1.
|
|
75
|
-
"sharp": "^0.35.
|
|
85
|
+
"playwright-core": "^1.61.1",
|
|
86
|
+
"sharp": "^0.35.3"
|
|
76
87
|
},
|
|
77
88
|
"devDependencies": {
|
|
78
|
-
"@
|
|
79
|
-
"@
|
|
89
|
+
"@agentclientprotocol/sdk": "1.2.1",
|
|
90
|
+
"@alcalzone/ansi-tokenize": "^0.1.3",
|
|
91
|
+
"@aws-sdk/credential-provider-node": "^3.972.68",
|
|
80
92
|
"@commander-js/extra-typings": "^13.1.0",
|
|
81
93
|
"@growthbook/growthbook": "1.6.5",
|
|
82
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
94
|
+
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
83
95
|
"@opentelemetry/api": "1.9.1",
|
|
84
|
-
"@opentelemetry/api-logs": "0.
|
|
85
|
-
"@opentelemetry/core": "2.
|
|
86
|
-
"@opentelemetry/
|
|
87
|
-
"@opentelemetry/
|
|
88
|
-
"@opentelemetry/
|
|
89
|
-
"@opentelemetry/
|
|
90
|
-
"@opentelemetry/
|
|
91
|
-
"@
|
|
92
|
-
"@
|
|
96
|
+
"@opentelemetry/api-logs": "0.220.0",
|
|
97
|
+
"@opentelemetry/core": "2.9.0",
|
|
98
|
+
"@opentelemetry/exporter-logs-otlp-http": "0.220.0",
|
|
99
|
+
"@opentelemetry/exporter-metrics-otlp-http": "0.220.0",
|
|
100
|
+
"@opentelemetry/exporter-trace-otlp-http": "0.220.0",
|
|
101
|
+
"@opentelemetry/resources": "2.9.0",
|
|
102
|
+
"@opentelemetry/sdk-logs": "0.220.0",
|
|
103
|
+
"@opentelemetry/sdk-metrics": "2.9.0",
|
|
104
|
+
"@opentelemetry/sdk-trace-base": "2.9.0",
|
|
105
|
+
"@opentelemetry/semantic-conventions": "1.43.0",
|
|
106
|
+
"@smithy/node-http-handler": "^4.9.6",
|
|
93
107
|
"@types/lodash-es": "^4.17.12",
|
|
94
|
-
"@types/node": "^22.
|
|
95
|
-
"@types/picomatch": "^3.0.
|
|
108
|
+
"@types/node": "^22.20.1",
|
|
109
|
+
"@types/picomatch": "^3.0.2",
|
|
96
110
|
"@types/proper-lockfile": "^4.1.4",
|
|
97
|
-
"@types/react": "^18.3.
|
|
98
|
-
"@types/react-reconciler": "^0.28.
|
|
99
|
-
"@types/semver": "^7.
|
|
100
|
-
"@types/shell-quote": "^1.7.
|
|
101
|
-
"@types/stack-utils": "^2.0.
|
|
102
|
-
"@types/ws": "^8.
|
|
103
|
-
"ajv": "^8.
|
|
111
|
+
"@types/react": "^18.3.31",
|
|
112
|
+
"@types/react-reconciler": "^0.28.9",
|
|
113
|
+
"@types/semver": "^7.7.1",
|
|
114
|
+
"@types/shell-quote": "^1.7.5",
|
|
115
|
+
"@types/stack-utils": "^2.0.3",
|
|
116
|
+
"@types/ws": "^8.18.1",
|
|
117
|
+
"ajv": "^8.20.0",
|
|
104
118
|
"asciichart": "^1.5.25",
|
|
105
119
|
"auto-bind": "^5.0.1",
|
|
106
|
-
"axios": "^1.
|
|
120
|
+
"axios": "^1.18.1",
|
|
107
121
|
"bidi-js": "^1.0.3",
|
|
108
|
-
"bun-types": "^1.
|
|
109
|
-
"chalk": "^5.
|
|
110
|
-
"chokidar": "^4.0.
|
|
122
|
+
"bun-types": "^1.3.14",
|
|
123
|
+
"chalk": "^5.6.2",
|
|
124
|
+
"chokidar": "^4.0.3",
|
|
111
125
|
"cli-boxes": "^3.0.0",
|
|
112
126
|
"code-excerpt": "^4.0.0",
|
|
113
127
|
"color-diff-napi": "^0.0.1",
|
|
114
128
|
"commander": "^13.1.0",
|
|
115
|
-
"diff": "^
|
|
116
|
-
"emoji-regex": "^10.
|
|
129
|
+
"diff": "^8.0.4",
|
|
130
|
+
"emoji-regex": "^10.6.0",
|
|
117
131
|
"env-paths": "^3.0.0",
|
|
118
|
-
"execa": "^9.
|
|
119
|
-
"fflate": "^0.8.
|
|
132
|
+
"execa": "^9.6.1",
|
|
133
|
+
"fflate": "^0.8.3",
|
|
120
134
|
"figures": "^6.1.0",
|
|
121
|
-
"fuse.js": "^7.
|
|
122
|
-
"get-east-asian-width": "^1.
|
|
135
|
+
"fuse.js": "^7.5.0",
|
|
136
|
+
"get-east-asian-width": "^1.6.0",
|
|
123
137
|
"google-auth-library": "^10.9.0",
|
|
124
138
|
"highlight.js": "^11.11.1",
|
|
125
|
-
"https-proxy-agent": "^7.0.
|
|
126
|
-
"ignore": "^6.0.
|
|
139
|
+
"https-proxy-agent": "^7.0.6",
|
|
140
|
+
"ignore": "^6.0.2",
|
|
127
141
|
"indent-string": "^5.0.0",
|
|
128
142
|
"jsonc-parser": "^3.3.1",
|
|
129
|
-
"lodash-es": "^4.
|
|
130
|
-
"lru-cache": "^11.
|
|
131
|
-
"marked": "^15.0.
|
|
132
|
-
"p-map": "^7.0.
|
|
133
|
-
"picomatch": "^4.0.
|
|
143
|
+
"lodash-es": "^4.18.1",
|
|
144
|
+
"lru-cache": "^11.5.2",
|
|
145
|
+
"marked": "^15.0.12",
|
|
146
|
+
"p-map": "^7.0.5",
|
|
147
|
+
"picomatch": "^4.0.5",
|
|
134
148
|
"proper-lockfile": "^4.1.2",
|
|
135
149
|
"qrcode": "^1.5.4",
|
|
136
150
|
"react": "^19.2.7",
|
|
137
151
|
"react-compiler-runtime": "^1.0.0",
|
|
138
152
|
"react-reconciler": "^0.33.0",
|
|
139
|
-
"semver": "^7.
|
|
140
|
-
"shell-quote": "^1.
|
|
153
|
+
"semver": "^7.8.5",
|
|
154
|
+
"shell-quote": "^1.10.0",
|
|
141
155
|
"signal-exit": "^4.1.0",
|
|
142
|
-
"stack-utils": "^2.0.
|
|
143
|
-
"strip-ansi": "^7.
|
|
144
|
-
"supports-hyperlinks": "^3.
|
|
156
|
+
"stack-utils": "^2.0.6",
|
|
157
|
+
"strip-ansi": "^7.2.0",
|
|
158
|
+
"supports-hyperlinks": "^3.2.0",
|
|
145
159
|
"tree-kill": "^1.2.2",
|
|
146
|
-
"type-fest": "^4.
|
|
147
|
-
"typescript": "^5.
|
|
148
|
-
"undici": "^7.
|
|
149
|
-
"usehooks-ts": "^3.1.
|
|
160
|
+
"type-fest": "^4.41.0",
|
|
161
|
+
"typescript": "^5.9.3",
|
|
162
|
+
"undici": "^7.28.0",
|
|
163
|
+
"usehooks-ts": "^3.1.1",
|
|
150
164
|
"vscode-jsonrpc": "^8.2.1",
|
|
151
|
-
"vscode-languageserver-protocol": "^3.
|
|
152
|
-
"vscode-languageserver-types": "^3.
|
|
153
|
-
"wrap-ansi": "^9.0.
|
|
154
|
-
"ws": "^8.
|
|
165
|
+
"vscode-languageserver-protocol": "^3.18.2",
|
|
166
|
+
"vscode-languageserver-types": "^3.18.0",
|
|
167
|
+
"wrap-ansi": "^9.0.2",
|
|
168
|
+
"ws": "^8.21.1",
|
|
155
169
|
"xss": "^1.0.15",
|
|
156
|
-
"yaml": "^2.
|
|
157
|
-
"zod": "^3.
|
|
170
|
+
"yaml": "^2.9.0",
|
|
171
|
+
"zod": "^3.25.76"
|
|
158
172
|
}
|
|
159
173
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: reproducible-release
|
|
3
|
+
display-name: Reproducible Release
|
|
3
4
|
description: Use when preparing a UR-style engineering change for release. Enforces spec -> plan -> patch -> test -> verify -> document -> benchmark -> reproduce, with explicit command evidence and rollback notes.
|
|
4
5
|
version: 0.1.0
|
|
5
6
|
---
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: github-workflow
|
|
3
|
+
display-name: GitHub Workflow
|
|
3
4
|
description: Reference for operating GitHub safely from an agent — the official MCP server toolsets, gh CLI cheatsheet, token scopes, pull-request etiquette, and guardrails. Use when reviewing or creating PRs, triaging issues, or inspecting CI on GitHub.
|
|
4
5
|
version: 0.1.0
|
|
5
6
|
---
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: gitlab-workflow
|
|
3
|
+
display-name: GitLab Workflow
|
|
3
4
|
description: Reference for operating GitLab from an agent — the official MCP server transport and prerequisites, glab CLI cheatsheet, token scopes, merge-request etiquette, pipeline triage, and guardrails. Use when reviewing or creating MRs, triaging issues, or inspecting CI/CD on GitLab.
|
|
4
5
|
version: 0.1.0
|
|
5
6
|
---
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: huggingface-workflow
|
|
3
|
+
display-name: Hugging Face Workflow
|
|
3
4
|
description: Reference for working the Hugging Face Hub from an agent — the official MCP server and its tools, hf CLI cheatsheet, token scopes, model-selection criteria, dataset due diligence, and licensing pitfalls. Use when searching, vetting, downloading, or comparing models and datasets.
|
|
4
5
|
version: 0.1.0
|
|
5
6
|
---
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: miro-workflow
|
|
3
|
+
display-name: Miro Workflow
|
|
3
4
|
description: Reference for operating Miro from an agent — the official MCP server and its OAuth/team scoping, the tool groups (context, diagrams, docs, items), the REST API v2 fallback and token scopes, board structure conventions, and guardrails. Use when creating boards, diagrams, sticky notes, or summarizing a board.
|
|
4
5
|
version: 0.1.0
|
|
5
6
|
---
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: second-brain
|
|
3
|
+
display-name: Second Brain (Obsidian)
|
|
3
4
|
description: Conventions for building and maintaining a durable Obsidian knowledge base — atomic and evergreen notes, Zettelkasten linking, PARA structure, Maps of Content, frontmatter, and daily notes. Use when creating, organizing, linking, or searching notes in an Obsidian vault.
|
|
4
5
|
version: 0.1.0
|
|
5
6
|
---
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: deck-craft
|
|
3
|
+
display-name: Deck Craft (PowerPoint)
|
|
3
4
|
description: Conventions for professional PowerPoint decks — layouts over text boxes, one idea per slide, sparse text with detail in notes, visual hierarchy, charts, templates, and accessibility. Use when building, converting, reviewing, or theming .pptx files.
|
|
4
5
|
version: 0.1.0
|
|
5
6
|
---
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: skill-authoring
|
|
3
|
+
display-name: Skill Authoring
|
|
3
4
|
description: Conventions for writing a high-quality UR skill — frontmatter fields, trigger design, step structure with success criteria, tool scoping, and storage locations. Use when authoring, generating, or refining a SKILL.md.
|
|
4
5
|
when_to_use: Use when creating or improving a skill — e.g. "make a skill that…", "turn this into a skill", "forge a skill", or editing a SKILL.md.
|
|
5
6
|
allowed-tools: Read, Write, Edit, Glob, Grep, Bash(mkdir:*), AskUserQuestion
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
2
|
+
name: document-craft
|
|
3
|
+
display-name: Document Craft (Word)
|
|
3
4
|
description: Conventions for producing professional Microsoft Word documents — styles over manual formatting, heading hierarchy, tables of contents, templates, track changes, tables, and accessibility. Use when creating, converting, reviewing, or editing .docx files.
|
|
4
5
|
version: 0.1.0
|
|
5
6
|
---
|