ur-agent 1.78.13 → 1.79.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 +44 -0
- package/README.md +35 -5
- package/RELEASE.md +21 -5
- package/dist/cli.js +5006 -8047
- package/docs/AGENT_FEATURES.md +10 -1
- package/docs/AGENT_TRENDS.md +21 -1
- package/docs/CONFIGURATION.md +23 -0
- package/docs/USAGE.md +33 -14
- package/docs/VALIDATION.md +1 -1
- package/docs/plugins.md +35 -1
- package/documentation/app.js +30 -10
- package/documentation/index.html +33 -4
- package/examples/coding_task.md +3 -2
- package/examples/research_task.md +12 -1
- package/extensions/jetbrains-ur/build.gradle.kts +1 -1
- package/extensions/vscode-ur-inline-diffs/package.json +1 -1
- package/package.json +7 -7
package/docs/AGENT_FEATURES.md
CHANGED
|
@@ -9,6 +9,15 @@ reproducible autonomous software engineering agent: every substantial task can
|
|
|
9
9
|
be driven as `spec -> plan -> patch -> test -> report -> rollback`, with the
|
|
10
10
|
spec as the durable source of truth and command evidence as the success gate.
|
|
11
11
|
|
|
12
|
+
## v1.79.0 Additions
|
|
13
|
+
|
|
14
|
+
| Addition | Surface | What it adds |
|
|
15
|
+
| --- | --- | --- |
|
|
16
|
+
| Cross-catalog plugin discovery | `ur plugin search\|show`, `src/utils/plugins/pluginDiscovery.ts` | Deterministic ranked discovery across managed, personal, workspace, implicit, built-in, session, and installed catalogs with source/scope provenance, capability/status filters, secret redaction, graceful catalog degradation, and JSON output. |
|
|
17
|
+
| Evidence-backed deep research | `ur research init\|source\|finding\|question\|verify\|report`, `/research-pro`, `.ur/research/projects/` | Atomic source-backed projects, sanitized URLs, cited/contested/open findings, independent-publisher checks for high confidence, durable open questions, SHA-256 state digests, workspace-confined Markdown reports, and a primary-source research workflow. |
|
|
18
|
+
| Compiler/graph change impact | `ur repo-edit impact`, `src/services/repoEditing/changeImpact.ts` | Combines compiler-resolved callers, import-graph dependents, definitions, focused tests, related docs/config, risk reasons, and detected package verification commands before editing. Imported aliases resolve correctly and read-only AST results retain exact references. |
|
|
19
|
+
| Professional 3D and DCC/CAD automation | `ur design3d`, `/dcc-design`, `src/services/design3d/design3d.ts` | Parametric Blender Python, OpenSCAD, and 3ds Max MAXScript scaffolds; discovery for Maya, FreeCAD, Houdini, Cinema 4D, Rhino, and Khronos validation; shell-free reviewed custom adapters; bounded build execution; workspace confinement; and GLB/glTF/STL/OBJ/BLEND/MAX inspection. |
|
|
20
|
+
|
|
12
21
|
## v1.49.0 Additions
|
|
13
22
|
|
|
14
23
|
- Signed A2A Agent Cards. An Agent Card is discovery metadata served over plain
|
|
@@ -245,7 +254,7 @@ automatically changes the active provider.
|
|
|
245
254
|
|
|
246
255
|
| Addition | Surface | What it adds |
|
|
247
256
|
| --- | --- | --- |
|
|
248
|
-
| Plugin marketplace capability surfaces | `.ur-plugin/marketplace.json`, `src/utils/plugins/schemas.ts`, `plugins/core/engineering-discipline/` | Marketplace entries can advertise MCP tools, executable skills, templates, validators, language adapters, LSP servers, hooks, agents, and commands.
|
|
257
|
+
| Plugin marketplace capability surfaces | `.ur-plugin/marketplace.json`, `src/utils/plugins/schemas.ts`, `src/utils/plugins/pluginDiscovery.ts`, `plugins/core/engineering-discipline/` | Marketplace entries can advertise MCP tools, executable skills, templates, validators, language adapters, LSP servers, hooks, agents, and commands. `ur plugin search/show` adds deterministic cross-catalog discovery, scope/source provenance, installed/enabled state, capability filters, JSON output, and graceful per-catalog failure reporting. The `engineering-discipline` reference plugin demonstrates the extension contract. |
|
|
249
258
|
| Autonomous engineering workflow identity | `README.md`, `documentation/`, `plugins/core/engineering-discipline/skills/reproducible-release` | Positions UR as an autonomous engineering workflow engine: plan, execute, test, verify, document, benchmark, and reproduce, with command evidence and rollback discipline as the product promise. |
|
|
250
259
|
| Release readiness guard | `.github/workflows/test.yml`, `test/releaseReadiness.test.ts` | Asserts production bundle, release, package, and global-install checks run only after the Bun test step succeeds in GitHub CI. |
|
|
251
260
|
|
package/docs/AGENT_TRENDS.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
UR is a provider-flexible, local-first terminal coding agent. This page tracks
|
|
4
4
|
how UR maps to current agent-platform trends and where future work should go
|
|
5
|
-
next. The factual comparison below is a **2026-
|
|
5
|
+
next. The factual comparison below is a **2026-08-10 research snapshot**; run
|
|
6
6
|
`ur agent-trends` for the versioned machine-readable report and re-check the
|
|
7
7
|
linked primary sources before acting on prerelease standards.
|
|
8
8
|
|
|
@@ -17,6 +17,9 @@ ur ag-ui serve --help
|
|
|
17
17
|
ur agent-features
|
|
18
18
|
ur agent-features init
|
|
19
19
|
ur agent-templates install
|
|
20
|
+
ur plugin search git
|
|
21
|
+
ur plugin search --capability skills --json
|
|
22
|
+
ur plugin show github@ur-plugins-official
|
|
20
23
|
ur model-doctor
|
|
21
24
|
ur automation create nightly --schedule "0 9 * * 1-5" --prompt "Review open tasks"
|
|
22
25
|
ur automation run-due
|
|
@@ -26,6 +29,12 @@ ur repo-edit index
|
|
|
26
29
|
ur repo-edit search checkoutTotal
|
|
27
30
|
ur repo-edit preview rename oldName --to newName
|
|
28
31
|
ur repo-edit apply rename oldName --to newName --check "bun test"
|
|
32
|
+
ur repo-edit impact checkoutTotal --depth 5
|
|
33
|
+
ur research init agent-landscape --question "What capabilities shipped recently?"
|
|
34
|
+
ur research verify agent-landscape
|
|
35
|
+
ur design3d doctor
|
|
36
|
+
ur design3d init studio-scene --engine 3dsmax --units cm --format max
|
|
37
|
+
ur design3d build design3d/studio-scene --dry-run
|
|
29
38
|
ur agent-task pr --create --dry-run
|
|
30
39
|
ur a2a serve --dry-run
|
|
31
40
|
ur semantic-memory build
|
|
@@ -84,6 +93,10 @@ Inside an interactive session:
|
|
|
84
93
|
| Multi-agent orchestration | Covered | built-in planning, exploration, verification, and general-purpose agents; custom agents | Document reusable team patterns and role selection |
|
|
85
94
|
| Long-term memory | Partial | Existing retrieval plus a provenance-rich SHA-256 task-memory chain, file/run/user/web citations, freshness resolution, private atomic writes, quarantine, and rollback | Extend citation/deletion/integrity guarantees to semantic, embedding, and legacy stores |
|
|
86
95
|
| Portable Agent Skills | Covered | Native and `.agents/skills/` project/user discovery, strict validation, deterministic tree/permission digests, Ed25519 signing, trusted keys, and invocation-time integrity checks | Require registry attestations and dependency review before community one-command installation |
|
|
96
|
+
| Cross-catalog plugin discovery | Covered | `ur plugin search/show` searches managed, personal, workspace, implicit, built-in, session, and installed-only sources with deterministic relevance, provenance, capability/status filters, bounded output, secret-redacted sources, graceful catalog failures, and JSON automation | Add signed registry attestations and explicit remote-catalog freshness metadata before recommending unattended installation |
|
|
97
|
+
| Evidence-backed deep research | Covered | `ur research` persists sanitized sources, cited supported/contested/open findings, unresolved questions, independent corroboration warnings, SHA-256 project digests, and workspace-confined Markdown reports; `/research-pro` directs primary-source and disconfirming-evidence collection | Add authenticated source-refresh timestamps and optional archival snapshots without duplicating third-party content by default |
|
|
98
|
+
| Compiler/graph change-impact planning | Covered | `ur repo-edit impact` combines TypeScript compiler references, imported-alias resolution, direct/transitive import dependents, definitions, tests, docs, config, risk reasons, and detected verification commands | Extend exact binding-aware impact to installed LSP languages beyond JavaScript/TypeScript |
|
|
99
|
+
| Professional 3D and DCC/CAD workflows | Covered | `ur design3d` scaffolds and automates Blender, OpenSCAD, and Autodesk 3ds Max; discovers Maya, FreeCAD, Houdini, Cinema 4D, and Rhino; gates shell-free custom adapters; inspects common assets; and invokes Khronos glTF validation when available | Add native headless validators per optional DCC adapter and rendered visual-regression fixtures without pretending structural checks are visual review |
|
|
87
100
|
| Semantic codebase retrieval | Covered | local embedding-based code index (`ur code-index`), opt-in `CodeSearch` tool, incremental re-index, auto-reindex watcher, Ollama embeddings | Add richer symbol-aware ranking |
|
|
88
101
|
| Reliable repo editing | Covered | `ur repo-edit` builds a file/symbol index, performs AST-aware JS/TS identifier rename planning, previews patches before writing, and applies multi-file edits transactionally with rollback on syntax or check failure | Extend AST edits beyond identifier rename into import moves and signature-aware refactors |
|
|
89
102
|
| Permission and safety policy | Covered | `ur safety`, `.ur/safety-policy.json`, pre-Bash safety evaluation, read/write/execute/network command classes, destructive-command approval, sandbox recommendations, and secret exfiltration denial | Record sandbox attestation in every risky command's evidence trail |
|
|
@@ -196,6 +209,13 @@ Professional answer requirements:
|
|
|
196
209
|
|
|
197
210
|
## References
|
|
198
211
|
|
|
212
|
+
- OpenAI ChatGPT and Codex changelog (Agent Plugin catalogs and search): https://developers.openai.com/codex/changelog
|
|
213
|
+
- Gemini CLI release notes (tool-registry discovery): https://github.com/google-gemini/gemini-cli/blob/main/docs/changelogs/index.md
|
|
214
|
+
- TypeScript Project References and compiler structure: https://www.typescriptlang.org/docs/handbook/project-references
|
|
215
|
+
- Blender command-line arguments: https://docs.blender.org/manual/en/latest/advanced/command_line/arguments.html
|
|
216
|
+
- OpenSCAD command-line environment: https://files.openscad.org/documentation/manual/Using_OpenSCAD_in_a_command_line_environment.html
|
|
217
|
+
- Autodesk 3ds Max command-line MAXScript: https://help.autodesk.com/cloudhelp/2024/ENU/MAXScript-Help/files/MAXScript-Introduction/General-MAXScript-Topics/GUID-A04C0E75-F82A-41AC-92E8-D7CB1D797430.html
|
|
218
|
+
- Khronos glTF 2.0 specification and validator: https://registry.khronos.org/glTF/specs/2.0/glTF-2.0.html and https://github.com/KhronosGroup/glTF-Validator
|
|
199
219
|
- OpenAI Responses background mode: https://developers.openai.com/api/docs/guides/background
|
|
200
220
|
- OpenAI Responses WebSocket mode: https://developers.openai.com/api/docs/guides/websocket-mode
|
|
201
221
|
- OpenAI Responses compaction: https://developers.openai.com/api/docs/guides/compaction
|
package/docs/CONFIGURATION.md
CHANGED
|
@@ -540,17 +540,40 @@ runtime, and output controls use the `UR_AG_UI_*` prefix. Unsupported client
|
|
|
540
540
|
tools, multimodal/encrypted input, interrupts, and unimplemented transports are
|
|
541
541
|
rejected rather than silently ignored. See the [AG-UI Guide](AG_UI.md).
|
|
542
542
|
|
|
543
|
+
## Research and 3D Project State
|
|
544
|
+
|
|
545
|
+
`ur research` stores private, atomic project ledgers under
|
|
546
|
+
`.ur/research/projects/<id>.json`. Source URLs are restricted to HTTP(S),
|
|
547
|
+
embedded credentials and common secret query parameters are removed, input
|
|
548
|
+
sizes/counts are bounded, and `report --out` may write only inside the current
|
|
549
|
+
workspace. High-confidence supported findings warn unless they cite two
|
|
550
|
+
independent publishers.
|
|
551
|
+
|
|
552
|
+
`ur design3d init` writes reviewable source plus `design3d.json` under
|
|
553
|
+
`design3d/<name>/`. Source and output paths are confined to that project.
|
|
554
|
+
Blender, OpenSCAD, and 3ds Max use fixed native argv; custom DCC/CAD adapters
|
|
555
|
+
receive separate argv values, never a shell string, and require
|
|
556
|
+
`--allow-custom` after a dry-run review. Builds are time/output bounded and
|
|
557
|
+
refuse to replace existing output without `--force`.
|
|
558
|
+
|
|
543
559
|
## Plugins and Skills
|
|
544
560
|
|
|
545
561
|
Plugins can add commands, tools, and skills:
|
|
546
562
|
|
|
547
563
|
```sh
|
|
548
564
|
ur plugin list
|
|
565
|
+
ur plugin search [query] [--capability <name>] [--marketplace <name>] [--installed] [--json]
|
|
566
|
+
ur plugin show <name-or-name@marketplace> [--json]
|
|
549
567
|
ur plugin install <plugin>
|
|
550
568
|
ur plugin update <plugin>
|
|
551
569
|
ur plugin disable <plugin>
|
|
552
570
|
```
|
|
553
571
|
|
|
572
|
+
Search reads all configured catalogs with graceful per-catalog failure handling,
|
|
573
|
+
uses deterministic relevance ranking, and labels each result with catalog scope,
|
|
574
|
+
source kind, capabilities, and installed/enabled state. It does not install,
|
|
575
|
+
update, or enable anything.
|
|
576
|
+
|
|
554
577
|
Skills can be stored in `.ur/skills/` for project-specific workflows or in
|
|
555
578
|
`~/.ur/skills/` for personal workflows. UR also discovers the cross-client
|
|
556
579
|
`.agents/skills/` and `~/.agents/skills/` locations from the Agent Skills
|
package/docs/USAGE.md
CHANGED
|
@@ -277,7 +277,10 @@ UR includes slash commands and CLI subcommands for common workflows:
|
|
|
277
277
|
allowed user-facing application
|
|
278
278
|
- `ur plugin ...` to manage plugins and marketplaces. Marketplace plugins can
|
|
279
279
|
add MCP tools, commands, executable skills, templates, validators, language
|
|
280
|
-
adapters, LSP servers, agents, hooks, and output styles.
|
|
280
|
+
adapters, LSP servers, agents, hooks, and output styles. Use
|
|
281
|
+
`ur plugin search [query]` for ranked cross-catalog discovery and
|
|
282
|
+
`ur plugin show <name@marketplace>` to inspect provenance and capabilities
|
|
283
|
+
before installation.
|
|
281
284
|
- `ur agents` to list configured agents
|
|
282
285
|
- `ur agent-trends` to inspect coverage for current agent technology trends
|
|
283
286
|
- `ur a2a card` to print UR's Agent Card metadata for A2A discovery
|
|
@@ -291,7 +294,12 @@ UR includes slash commands and CLI subcommands for common workflows:
|
|
|
291
294
|
- `ur workspace ...` to coordinate dependency-aware changes across repositories
|
|
292
295
|
- `ur learn playbooks ...` to mine and explicitly approve reusable workflows
|
|
293
296
|
- `/btw ...` to create or continue private durable tool-free side chats
|
|
294
|
-
- `ur repo-edit ...` to index the repo, plan AST-aware
|
|
297
|
+
- `ur repo-edit ...` to index the repo, map compiler/graph change impact, plan AST-aware edits, preview patches, and apply with rollback
|
|
298
|
+
- `ur research ...` to create evidence-backed workspaces with sanitized sources,
|
|
299
|
+
cited findings, open questions, corroboration checks, and Markdown reports
|
|
300
|
+
- `ur design3d ...` to discover installed DCC/CAD apps and create, plan, build,
|
|
301
|
+
inspect, or validate Blender, OpenSCAD, Autodesk 3ds Max, and reviewed custom
|
|
302
|
+
application projects
|
|
295
303
|
- `ur safety ...` to inspect project shell safety policy and preview command risk
|
|
296
304
|
- `ur context-pack ...` to summarize architecture and persist project memory (decisions, constraints, commands, diffs, architecture, preferences, attempts, accepted, rejected)
|
|
297
305
|
- `ur code-index watch` to keep the local semantic code index fresh
|
|
@@ -390,18 +398,17 @@ in dependency order. `ur exec` materializes this graph deterministically; the
|
|
|
390
398
|
interactive agent follows the same lifecycle and its task/agent tools enforce
|
|
391
399
|
the concurrency boundary.
|
|
392
400
|
|
|
393
|
-
A
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
corrective follow-up reopens the existing automatic task without renaming it.
|
|
401
|
+
A user prompt does not create a placeholder task. The task panel stays quiet
|
|
402
|
+
for informational conversation, direct one-step changes, acknowledgements, and
|
|
403
|
+
small corrections. For genuinely multi-step work, multiple independently
|
|
404
|
+
verifiable outcomes, dependencies, delegation, or an explicit request for a
|
|
405
|
+
task list, the model creates concrete tasks after it understands the work. Task
|
|
406
|
+
subjects describe outcomes and never copy the raw prompt. Replies such as
|
|
407
|
+
corrections (including `no` / `still` feedback), approvals, and interruptions
|
|
408
|
+
reuse and update the relevant explicit unfinished board rather than starting
|
|
409
|
+
empty or adding the reply as another task. A terminal board is archived only
|
|
410
|
+
when the next prompt is genuinely new work. Legacy automatic placeholders from
|
|
411
|
+
older builds are hidden and removed at the next prompt boundary.
|
|
405
412
|
|
|
406
413
|
Independent read-only tasks can run in parallel. A task that may write to the
|
|
407
414
|
shared checkout is serialized with other possible writers, even when it comes
|
|
@@ -509,6 +516,18 @@ ur repo-edit index
|
|
|
509
516
|
ur repo-edit plan rename oldName --to newName
|
|
510
517
|
ur repo-edit preview rename oldName --to newName
|
|
511
518
|
ur repo-edit apply rename oldName --to newName --check "bun test"
|
|
519
|
+
ur repo-edit impact checkoutTotal --depth 5
|
|
520
|
+
ur research init current-tools --question "What changed in current coding agents?"
|
|
521
|
+
ur research source current-tools --url https://example.com/changelog --title "Official changelog"
|
|
522
|
+
ur research finding current-tools --text "Tool discovery shipped." --cite S1
|
|
523
|
+
ur research verify current-tools
|
|
524
|
+
ur research report current-tools --out docs/research/current-tools.md
|
|
525
|
+
ur design3d doctor
|
|
526
|
+
ur design3d init web-model --engine blender --units m --format glb
|
|
527
|
+
ur design3d init printable-part --engine openscad --units mm --format stl
|
|
528
|
+
ur design3d init max-scene --engine 3dsmax --units cm --format max
|
|
529
|
+
ur design3d build design3d/web-model --dry-run
|
|
530
|
+
ur design3d validate design3d/web-model
|
|
512
531
|
ur ide diff capture --title "Working tree review"
|
|
513
532
|
ur eval bench list
|
|
514
533
|
ur eval run starter --dry-run --json
|
package/docs/VALIDATION.md
CHANGED
package/docs/plugins.md
CHANGED
|
@@ -99,6 +99,8 @@ isolated to that plugin.
|
|
|
99
99
|
|
|
100
100
|
```sh
|
|
101
101
|
ur plugin list [--json] # installed plugins
|
|
102
|
+
ur plugin search [query] # ranked discovery across configured catalogs
|
|
103
|
+
ur plugin show <name-or-id> # provenance, capabilities, status, install hint
|
|
102
104
|
ur plugin doctor [--json] # validate manifests + capability report
|
|
103
105
|
ur plugin validate <path> # validate a single manifest
|
|
104
106
|
ur plugin install <name> # install from a marketplace
|
|
@@ -109,6 +111,39 @@ ur plugin uninstall <name>
|
|
|
109
111
|
|
|
110
112
|
Disabled plugins are not loaded. Enable/disable state persists in user settings.
|
|
111
113
|
|
|
114
|
+
## Discover plugins
|
|
115
|
+
|
|
116
|
+
Search is read-only and covers every configured marketplace plus installed,
|
|
117
|
+
built-in, and `--plugin-dir` session plugins. Marketplace declaration scope is
|
|
118
|
+
reported as managed, personal, workspace, or implicit; source kind identifies
|
|
119
|
+
whether its catalog came from GitHub, git, URL, npm, a directory, a file, or
|
|
120
|
+
settings. Broken catalogs do not hide healthy results and are reported as
|
|
121
|
+
bounded warnings.
|
|
122
|
+
|
|
123
|
+
```sh
|
|
124
|
+
ur plugin search
|
|
125
|
+
ur plugin search git
|
|
126
|
+
ur plugin search review --capability validators
|
|
127
|
+
ur plugin search --marketplace ur-plugins-official --limit 50
|
|
128
|
+
ur plugin search --installed
|
|
129
|
+
ur plugin search mcp --json
|
|
130
|
+
ur plugin show obsidian@ur-plugins-official
|
|
131
|
+
ur plugin show obsidian --json
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
Queries use case-insensitive AND-token matching over plugin ID, name,
|
|
135
|
+
marketplace, category, tags, capabilities, and description. Exact IDs and names
|
|
136
|
+
rank first, followed by name, tag, category, capability, marketplace, and
|
|
137
|
+
description matches. Ties are deterministic. The default result limit is 20
|
|
138
|
+
and the maximum is 100. Unqualified names must resolve to exactly one catalog;
|
|
139
|
+
when two catalogs contain the same name, `plugin show` requires the full
|
|
140
|
+
`name@marketplace` ID.
|
|
141
|
+
|
|
142
|
+
Discovery never installs or enables a plugin. Source URLs have embedded HTTP
|
|
143
|
+
credentials redacted before display. Use the exact install command printed in
|
|
144
|
+
the search/detail output after reviewing the plugin's provenance and capability
|
|
145
|
+
surface.
|
|
146
|
+
|
|
112
147
|
## Permissions
|
|
113
148
|
|
|
114
149
|
UR's declarative model grants only what a plugin declares. Components run in the
|
|
@@ -126,4 +161,3 @@ before enabling it.
|
|
|
126
161
|
(field path + message).
|
|
127
162
|
- **Command not found after install:** ensure the manifest `commands` path
|
|
128
163
|
points at existing markdown files; re-run `ur plugin doctor`.
|
|
129
|
-
|
package/documentation/app.js
CHANGED
|
@@ -31,9 +31,15 @@ const featureGroups = [
|
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
title: 'Reliable repo editing',
|
|
34
|
-
tags: ['index', 'AST', 'preview', 'rollback'],
|
|
35
|
-
text: '
|
|
36
|
-
commands: ['ur repo-edit index', 'ur repo-edit search', 'ur repo-edit preview rename', 'ur repo-edit apply rename --check'],
|
|
34
|
+
tags: ['index', 'AST', 'impact', 'preview', 'rollback'],
|
|
35
|
+
text: 'Compiler/graph change-impact maps, file and symbol indexing, AST-aware JavaScript/TypeScript edits, patch previews before writes, and rollback-safe multi-file apply.',
|
|
36
|
+
commands: ['ur repo-edit impact', 'ur repo-edit index', 'ur repo-edit search', 'ur repo-edit preview rename', 'ur repo-edit apply rename --check'],
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
title: 'Professional 3D and DCC/CAD',
|
|
40
|
+
tags: ['Blender', 'OpenSCAD', '3ds Max', 'glTF'],
|
|
41
|
+
text: 'Unit-aware parametric projects, installed-app discovery, shell-free reviewed custom adapters, bounded builds, common 3D format inspection, and optional Khronos glTF validation for Blender, OpenSCAD, 3ds Max, Maya, FreeCAD, Houdini, Cinema 4D, and Rhino workflows.',
|
|
42
|
+
commands: ['ur design3d doctor', 'ur design3d init', 'ur design3d build --dry-run', 'ur design3d validate'],
|
|
37
43
|
},
|
|
38
44
|
{
|
|
39
45
|
title: 'Automation and triggers',
|
|
@@ -44,8 +50,8 @@ const featureGroups = [
|
|
|
44
50
|
{
|
|
45
51
|
title: 'Knowledge and memory',
|
|
46
52
|
tags: ['retrieval', 'provenance', 'citations'],
|
|
47
|
-
text: 'Durable memory, semantic memory, curated knowledge sources, lexical or embedding retrieval, digest-validated
|
|
48
|
-
commands: ['ur knowledge', 'ur semantic-memory', 'ur context-pack remember --cite-file', 'ur context-pack memory revalidate', 'ur claim-ledger'],
|
|
53
|
+
text: 'Durable memory, source-backed research workspaces, independent corroboration checks, semantic memory, curated knowledge sources, lexical or embedding retrieval, digest-validated citations, claim ledgers, and research graph primitives.',
|
|
54
|
+
commands: ['ur research', '/research-pro', 'ur knowledge', 'ur semantic-memory', 'ur context-pack remember --cite-file', 'ur context-pack memory revalidate', 'ur claim-ledger'],
|
|
49
55
|
},
|
|
50
56
|
{
|
|
51
57
|
title: 'Evaluation and verification',
|
|
@@ -361,12 +367,19 @@ const commands = [
|
|
|
361
367
|
summary: 'List, inspect, install, save, or execute multi-agent collaboration patterns such as PEER, DOE, concurrent, handoff, and debate.',
|
|
362
368
|
examples: ['ur pattern list', 'ur pattern show peer', 'ur pattern run peer "Implement and review auth"', 'ur pattern run concurrent "Audit docs" --execute --dry-run'],
|
|
363
369
|
},
|
|
370
|
+
{
|
|
371
|
+
name: 'design3d',
|
|
372
|
+
category: 'Media',
|
|
373
|
+
aliases: ['three-d', 'design-3d'],
|
|
374
|
+
summary: 'Create, plan, build, inspect, and validate Blender, OpenSCAD, Autodesk 3ds Max, and reviewed custom DCC/CAD projects.',
|
|
375
|
+
examples: ['ur design3d doctor', 'ur design3d init product --engine blender --units mm --format glb', 'ur design3d init studio --engine 3dsmax --units cm --format max', 'ur design3d build design3d/product --dry-run', 'ur design3d validate design3d/product'],
|
|
376
|
+
},
|
|
364
377
|
{
|
|
365
378
|
name: 'plugin',
|
|
366
379
|
category: 'Interop',
|
|
367
380
|
aliases: ['plugins'],
|
|
368
381
|
summary: 'Manage UR plugins and marketplaces for MCP tools, skills, templates, validators, language adapters, LSP servers, agents, hooks, output styles, and commands.',
|
|
369
|
-
examples: ['ur plugin
|
|
382
|
+
examples: ['ur plugin search git', 'ur plugin search --capability skills --json', 'ur plugin show github@ur-plugins-official', 'ur plugin list', 'ur plugin install hello@ur-plugins-official', 'ur plugin update <plugin>'],
|
|
370
383
|
},
|
|
371
384
|
{
|
|
372
385
|
name: 'provider',
|
|
@@ -379,8 +392,15 @@ const commands = [
|
|
|
379
392
|
name: 'repo-edit',
|
|
380
393
|
category: 'Delivery',
|
|
381
394
|
aliases: ['repoedit', 'reliable-edit'],
|
|
382
|
-
summary: 'Reliable repo editing with a local file/symbol index, AST-aware JS/TS
|
|
383
|
-
examples: ['ur repo-edit index', 'ur repo-edit search checkoutTotal', 'ur repo-edit plan rename oldName --to newName', 'ur repo-edit preview rename oldName --to newName', 'ur repo-edit apply rename oldName --to newName --check "bun test"'],
|
|
395
|
+
summary: 'Reliable repo editing with compiler/graph impact analysis, a local file/symbol index, AST-aware JS/TS plans, patch previews, and rollback-safe multi-file apply.',
|
|
396
|
+
examples: ['ur repo-edit impact checkoutTotal', 'ur repo-edit index', 'ur repo-edit search checkoutTotal', 'ur repo-edit plan rename oldName --to newName', 'ur repo-edit preview rename oldName --to newName', 'ur repo-edit apply rename oldName --to newName --check "bun test"'],
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
name: 'research',
|
|
400
|
+
category: 'Knowledge',
|
|
401
|
+
aliases: ['deep-research'],
|
|
402
|
+
summary: 'Build source-backed research workspaces with sanitized sources, cited findings, open questions, corroboration verification, and Markdown reports.',
|
|
403
|
+
examples: ['ur research init landscape --question "What changed?"', 'ur research source landscape --url https://example.com --title "Primary source"', 'ur research finding landscape --text "A feature shipped." --cite S1', 'ur research verify landscape', 'ur research report landscape --out docs/research/landscape.md'],
|
|
384
404
|
},
|
|
385
405
|
{
|
|
386
406
|
name: 'role-mode',
|
|
@@ -537,8 +557,8 @@ const slashGroups = [
|
|
|
537
557
|
},
|
|
538
558
|
{
|
|
539
559
|
title: 'Media and research',
|
|
540
|
-
items: ['/research', '/paper', '/cite', '/image', '/video', '/youtube', '/browser', '/chrome'],
|
|
541
|
-
text: '
|
|
560
|
+
items: ['/research', '/research-pro', '/dcc-design', '/design3d', '/paper', '/cite', '/image', '/video', '/youtube', '/browser', '/chrome'],
|
|
561
|
+
text: 'Build evidence-backed research reports, automate professional 3D/DCC/CAD projects, manage citations and multimodal files, and run browser/video workflows.',
|
|
542
562
|
},
|
|
543
563
|
{
|
|
544
564
|
title: 'Preferences and environment',
|
package/documentation/index.html
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
<main id="content" class="content">
|
|
46
46
|
<header class="topbar">
|
|
47
47
|
<div>
|
|
48
|
-
<p class="eyebrow">Version 1.
|
|
48
|
+
<p class="eyebrow">Version 1.79.0</p>
|
|
49
49
|
<h1>UR-Nexus Documentation</h1>
|
|
50
50
|
<p class="lead">A practical, tutorial-style reference for installing, configuring, automating, extending, and operating UR-Nexus.</p>
|
|
51
51
|
</div>
|
|
@@ -84,7 +84,15 @@
|
|
|
84
84
|
</article>
|
|
85
85
|
<article>
|
|
86
86
|
<strong>Reliable repo editing</strong>
|
|
87
|
-
<span><code>ur repo-edit</code> indexes files and symbols, plans AST-aware
|
|
87
|
+
<span><code>ur repo-edit</code> maps compiler/graph change impact, indexes files and symbols, plans AST-aware edits, previews patches, and rolls back failed multi-file applies.</span>
|
|
88
|
+
</article>
|
|
89
|
+
<article>
|
|
90
|
+
<strong>Evidence-backed research</strong>
|
|
91
|
+
<span><code>ur research</code> persists sanitized sources, cited findings, open questions, independent corroboration checks, and reviewable reports.</span>
|
|
92
|
+
</article>
|
|
93
|
+
<article>
|
|
94
|
+
<strong>Professional 3D workflows</strong>
|
|
95
|
+
<span><code>ur design3d</code> automates Blender, OpenSCAD, Autodesk 3ds Max, and reviewed custom DCC/CAD applications with dry-run plans, bounded builds, inspection, and glTF validation.</span>
|
|
88
96
|
</article>
|
|
89
97
|
<article>
|
|
90
98
|
<strong>Test-first execution</strong>
|
|
@@ -92,7 +100,7 @@
|
|
|
92
100
|
</article>
|
|
93
101
|
<article>
|
|
94
102
|
<strong>Deterministic commands</strong>
|
|
95
|
-
<span>The external runtime exposes
|
|
103
|
+
<span>The external runtime exposes 172 commands and 253 unique slash tokens; registry tests reject ambiguous names, broken loaders, and undocumented visible commands.</span>
|
|
96
104
|
</article>
|
|
97
105
|
<article>
|
|
98
106
|
<strong>Safety and context</strong>
|
|
@@ -328,11 +336,30 @@ ur workflow run release --live --concurrency 2</code></pre>
|
|
|
328
336
|
<li>Apply transactionally with a validation command that triggers rollback on failure.</li>
|
|
329
337
|
</ol>
|
|
330
338
|
<pre><code>ur repo-edit index
|
|
339
|
+
ur repo-edit impact checkoutTotal --depth 5
|
|
331
340
|
ur repo-edit search checkoutTotal
|
|
332
341
|
ur repo-edit preview rename oldName --to newName
|
|
333
342
|
ur repo-edit apply rename oldName --to newName --check "bun test"</code></pre>
|
|
334
343
|
</article>
|
|
335
344
|
|
|
345
|
+
<article>
|
|
346
|
+
<h3>Research with a verifiable evidence map</h3>
|
|
347
|
+
<pre><code>ur research init landscape --question "Which capabilities shipped?"
|
|
348
|
+
ur research source landscape --url https://example.com/spec --title "Primary source"
|
|
349
|
+
ur research finding landscape --text "A capability shipped." --cite S1
|
|
350
|
+
ur research verify landscape
|
|
351
|
+
ur research report landscape --out docs/research/landscape.md</code></pre>
|
|
352
|
+
</article>
|
|
353
|
+
|
|
354
|
+
<article>
|
|
355
|
+
<h3>Build a reproducible 3D project</h3>
|
|
356
|
+
<pre><code>ur design3d doctor
|
|
357
|
+
ur design3d init product --engine blender --units mm --format glb
|
|
358
|
+
ur design3d init studio --engine 3dsmax --units cm --format max
|
|
359
|
+
ur design3d build design3d/product --dry-run
|
|
360
|
+
ur design3d validate design3d/product</code></pre>
|
|
361
|
+
</article>
|
|
362
|
+
|
|
336
363
|
<article>
|
|
337
364
|
<h3>Run test-first command evidence</h3>
|
|
338
365
|
<ol>
|
|
@@ -569,8 +596,10 @@ ur mcp serve-http --port 8976
|
|
|
569
596
|
ur skill verify <name-or-directory>
|
|
570
597
|
ur ag-ui serve --help
|
|
571
598
|
ur plugin list
|
|
599
|
+
ur plugin search git
|
|
600
|
+
ur plugin show github@ur-plugins-official
|
|
572
601
|
ur plugin install <plugin></code></pre>
|
|
573
|
-
<p>The opt-in stateless MCP HTTP adapter exposes negotiated Tasks and Apps. Portable skills load from native and cross-client roots with strict validation and Ed25519 provenance. AG-UI provides a bounded, opt-in frontend stream. Treat MCP servers and plugins as trusted code.</p>
|
|
602
|
+
<p>The opt-in stateless MCP HTTP adapter exposes negotiated Tasks and Apps. Portable skills load from native and cross-client roots with strict validation and Ed25519 provenance. Plugin search provides ranked cross-catalog discovery with provenance and capability metadata. AG-UI provides a bounded, opt-in frontend stream. Treat MCP servers and plugins as trusted code.</p>
|
|
574
603
|
</article>
|
|
575
604
|
<article>
|
|
576
605
|
<h3>IDE inline diffs</h3>
|
package/examples/coding_task.md
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
UR plans, reads files, edits, and can run tests. Safety + stability:
|
|
8
8
|
|
|
9
9
|
- Repo-wide identifier refactors can use `ur repo-edit`: build an index,
|
|
10
|
-
preview the AST-aware patch, then apply
|
|
11
|
-
touched files on failure.
|
|
10
|
+
map compiler/graph change impact, preview the AST-aware patch, then apply
|
|
11
|
+
with a check command that rolls back touched files on failure.
|
|
12
12
|
- Stack-aware quality loops can use `ur test-first`: detect compile/test/lint
|
|
13
13
|
commands, store failed command traces, and install the same commands as
|
|
14
14
|
after-edit verifier gates.
|
|
@@ -26,6 +26,7 @@ UR plans, reads files, edits, and can run tests. Safety + stability:
|
|
|
26
26
|
|
|
27
27
|
```sh
|
|
28
28
|
ur repo-edit index
|
|
29
|
+
ur repo-edit impact healthHandler --depth 5
|
|
29
30
|
ur repo-edit preview rename oldName --to newName
|
|
30
31
|
ur repo-edit apply rename oldName --to newName --check "bun test"
|
|
31
32
|
ur test-first detect
|
|
@@ -4,10 +4,21 @@
|
|
|
4
4
|
> summarize the MAPE-K paper and extract its claims and metrics
|
|
5
5
|
```
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- `ur research init|source|finding|question|verify|report` builds a durable,
|
|
8
|
+
source-backed evidence map with independent corroboration checks. Free text
|
|
9
|
+
still appends a legacy note.
|
|
10
|
+
- `/research-pro <question>` runs the primary-source research workflow.
|
|
8
11
|
- `/paper <title|path>` and `/cite <ref>` to record papers and citations.
|
|
9
12
|
- `/graph` is the Research Graph (sources, papers, claims, methods, datasets,
|
|
10
13
|
metrics, limitations, citations, concepts, notes, experiments, open_questions,
|
|
11
14
|
links). e.g. `/graph claims local actions reduce oscillation`.
|
|
12
15
|
- `/read <file>`, `/summarize <file>`, `/search <query>`, `/index` for files.
|
|
13
16
|
- Web fetch degrades gracefully (built-in HTML→text if `turndown` is absent).
|
|
17
|
+
|
|
18
|
+
```sh
|
|
19
|
+
ur research init mapek --question "What does MAPE-K claim and measure?"
|
|
20
|
+
ur research source mapek --url https://example.com/paper --title "MAPE-K paper"
|
|
21
|
+
ur research finding mapek --text "Atomic finding" --cite S1
|
|
22
|
+
ur research verify mapek
|
|
23
|
+
ur research report mapek --out docs/research/mapek.md
|
|
24
|
+
```
|
|
@@ -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.
|
|
5
|
+
"version": "1.79.0",
|
|
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.
|
|
3
|
+
"version": "1.79.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",
|
|
@@ -72,12 +72,12 @@
|
|
|
72
72
|
"prepack": "bun run build && bun run release:check"
|
|
73
73
|
},
|
|
74
74
|
"overrides": {
|
|
75
|
-
"@hono/node-server": "2.0.
|
|
75
|
+
"@hono/node-server": "2.0.12",
|
|
76
76
|
"body-parser": "2.3.0",
|
|
77
|
-
"fast-uri": "3.1.
|
|
77
|
+
"fast-uri": "3.1.5",
|
|
78
78
|
"form-data": "4.0.6",
|
|
79
|
-
"hono": "4.
|
|
80
|
-
"ip-address": "10.
|
|
79
|
+
"hono": "4.13.0",
|
|
80
|
+
"ip-address": "10.4.0",
|
|
81
81
|
"qs": "6.15.3"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"@aws-sdk/credential-provider-node": "^3.972.68",
|
|
95
95
|
"@commander-js/extra-typings": "^13.1.0",
|
|
96
96
|
"@growthbook/growthbook": "1.6.5",
|
|
97
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
97
|
+
"@modelcontextprotocol/sdk": "^1.30.0",
|
|
98
98
|
"@opentelemetry/api": "1.9.1",
|
|
99
99
|
"@opentelemetry/api-logs": "0.220.0",
|
|
100
100
|
"@opentelemetry/core": "2.9.0",
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"tree-kill": "^1.2.2",
|
|
164
164
|
"type-fest": "^4.41.0",
|
|
165
165
|
"typescript": "^5.9.3",
|
|
166
|
-
"undici": "^7.
|
|
166
|
+
"undici": "^7.29.0",
|
|
167
167
|
"usehooks-ts": "^3.1.1",
|
|
168
168
|
"vscode-jsonrpc": "^8.2.1",
|
|
169
169
|
"vscode-languageserver-protocol": "^3.18.2",
|