ur-agent 1.57.0 → 1.57.2

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/providers.md CHANGED
@@ -47,7 +47,14 @@ multimodal input, external CLI boundary, and sandbox scope:
47
47
  | Antigravity | subscription | subscription-cli | yes | no | no | no† | UR-run tools/output only† | `subscription-cli:antigravity` | official Antigravity CLI login, where supported |
48
48
 
49
49
  \* Ollama forwards images only to models that advertise vision support;
50
- unsupported models get a text placeholder instead of the image.
50
+ unsupported models get a text placeholder instead of the image. This applies to
51
+ images returned by tools as well as images you paste: a `Computer` screenshot or
52
+ any other image-bearing tool result is extracted from the tool message and sent
53
+ as `images` on the following user message, because Ollama renders `images`
54
+ reliably there but only template-dependently on a `tool` message. On a text-only
55
+ model the placeholder names the model and points at `/model`, so the agent tells
56
+ you why it cannot see rather than guessing. Check a model with `ur model-doctor`
57
+ or `ollama show <model>`.
51
58
 
52
59
  † External vendor CLI boundary (see below): UR passes prompt text only to the
53
60
  official CLI, so image blocks are not forwarded, and UR-native tool/streaming/
@@ -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.57.0</p>
48
+ <p class="eyebrow">Version 1.57.2</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.57.0"
10
+ version = "1.57.2"
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.57.0",
5
+ "version": "1.57.2",
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.57.0",
3
+ "version": "1.57.2",
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",