ur-agent 1.60.0 → 1.61.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/docs/USAGE.md CHANGED
@@ -339,6 +339,10 @@ UR includes slash commands and CLI subcommands for common workflows:
339
339
  raw video/trace requires selector redaction to be disabled
340
340
  - `ur trigger ...` to parse GitHub/Slack webhook payloads and optionally launch a headless run
341
341
  - `ur agent-templates ...`, `ur agent-task ...`, `ur agent-inspect`, `ur agent-features`, and `ur agent-trends` for agent template, PR handoff, timeline, and coverage utilities
342
+ - `ur selftest run` spawns the shipped binary against real directories and
343
+ checks the features end-to-end, then prints the manual drills — the ones
344
+ needing a live model — as prompts with a concrete expectation each. Run it
345
+ after upgrading; unit tests passing is not the same as the feature working.
342
346
  - `ur sources` lists every untrusted block that entered the session (web fetches,
343
347
  MCP results) with its source, size, digest and any injection signals.
344
348
  `ur sources --check "<span>"` reports which source contains a span, or states
@@ -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.60.0</p>
48
+ <p class="eyebrow">Version 1.61.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>
@@ -7,7 +7,7 @@ plugins {
7
7
  }
8
8
 
9
9
  group = "dev.urnexus"
10
- version = "1.60.0"
10
+ version = "1.61.0"
11
11
 
12
12
  repositories {
13
13
  mavenCentral()
@@ -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.60.0",
5
+ "version": "1.61.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.60.0",
3
+ "version": "1.61.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",