Skip to content

Commit aada198

Browse files
committed
deploy: f237607
1 parent 00bca9e commit aada198

26 files changed

Lines changed: 33 additions & 28 deletions

File tree

CHANGELOG/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4212,6 +4212,7 @@
42124212
<h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">#</a></h1>
42134213
<h2 id="unreleased">Unreleased<a class="headerlink" href="#unreleased" title="Permanent link">#</a></h2>
42144214
<ul>
4215+
<li>MCP tools that return image content blocks (e.g. an MCP image-generation/edit server) now render those images in the chat UI as <code>ChatImageContent</code> and replay them back to the LLM as image inputs on follow-up turns when the model supports vision. Implemented for <code>openai-responses</code> (synthetic user-role <code>input_image</code> after the <code>function_call_output</code>) and <code>anthropic</code> (mixed text + image blocks inside <code>tool_result.content</code>). <code>openai-chat</code> and <code>ollama</code> continue to receive a text placeholder until a parallel pattern is implemented there.</li>
42154216
<li>Bugfix: MCP tools without a <code>description</code> (which the MCP spec marks optional) no longer break Anthropic chat requests with <code>tools.&lt;n&gt;.custom.description: Input should be a valid string</code>. Missing/empty descriptions now fall back to the tool's <code>title</code>, then to a synthesized <code>MCP tool: &lt;name&gt;</code> string at the MCP boundary so all providers receive a non-null string.</li>
42164217
</ul>
42174218
<h2 id="01310">0.131.0<a class="headerlink" href="#01310" title="Permanent link">#</a></h2>
@@ -5918,7 +5919,7 @@ <h2 id="001">0.0.1<a class="headerlink" href="#001" title="Permanent link">#</a>
59185919
<span class="md-icon" title="Last update">
59195920
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
59205921
</span>
5921-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 29, 2026 15:50:15 UTC">April 29, 2026</span>
5922+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 29, 2026 18:18:40 UTC">April 29, 2026</span>
59225923
</span>
59235924

59245925

config/agents/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,7 @@ <h2 id="subagents">Subagents<a class="headerlink" href="#subagents" title="Perma
15701570
<span class="md-icon" title="Last update">
15711571
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
15721572
</span>
1573-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 29, 2026 15:48:54 UTC">April 29, 2026</span>
1573+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 29, 2026 18:18:15 UTC">April 29, 2026</span>
15741574
</span>
15751575

15761576

config/commands/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@ <h1 id="commands">Commands<a class="headerlink" href="#commands" title="Permanen
13271327
<span class="md-icon" title="Last update">
13281328
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
13291329
</span>
1330-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 29, 2026 15:48:54 UTC">April 29, 2026</span>
1330+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 29, 2026 18:18:15 UTC">April 29, 2026</span>
13311331
</span>
13321332

13331333

config/completion/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ <h1 id="completion">Completion<a class="headerlink" href="#completion" title="Pe
13081308
<span class="md-icon" title="Last update">
13091309
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
13101310
</span>
1311-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 29, 2026 15:48:54 UTC">April 29, 2026</span>
1311+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 29, 2026 18:18:15 UTC">April 29, 2026</span>
13121312
</span>
13131313

13141314

config/context-management/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1503,7 +1503,7 @@ <h2 id="file-reading">File Reading<a class="headerlink" href="#file-reading" tit
15031503
<span class="md-icon" title="Last update">
15041504
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
15051505
</span>
1506-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 29, 2026 15:48:54 UTC">April 29, 2026</span>
1506+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 29, 2026 18:18:15 UTC">April 29, 2026</span>
15071507
</span>
15081508

15091509

config/examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1824,7 +1824,7 @@ <h2 id="from-users">From users<a class="headerlink" href="#from-users" title="Pe
18241824
<span class="md-icon" title="Last update">
18251825
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
18261826
</span>
1827-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 29, 2026 15:48:54 UTC">April 29, 2026</span>
1827+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 29, 2026 18:18:15 UTC">April 29, 2026</span>
18281828
</span>
18291829

18301830

config/hooks/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@ <h2 id="examples">Examples<a class="headerlink" href="#examples" title="Permanen
16401640
<span class="md-icon" title="Last update">
16411641
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
16421642
</span>
1643-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 29, 2026 15:48:54 UTC">April 29, 2026</span>
1643+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 29, 2026 18:18:15 UTC">April 29, 2026</span>
16441644
</span>
16451645

16461646

config/introduction/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,7 @@ <h2 id="default-config">Default config<a class="headerlink" href="#default-confi
15701570
<span class="md-icon" title="Last update">
15711571
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
15721572
</span>
1573-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 29, 2026 15:48:54 UTC">April 29, 2026</span>
1573+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 29, 2026 18:18:15 UTC">April 29, 2026</span>
15741574
</span>
15751575

15761576

config/metrics/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ <h2 id="opentelemetry-integration">Opentelemetry integration<a class="headerlink
13601360
<span class="md-icon" title="Last update">
13611361
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
13621362
</span>
1363-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 29, 2026 15:48:54 UTC">April 29, 2026</span>
1363+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 29, 2026 18:18:15 UTC">April 29, 2026</span>
13641364
</span>
13651365

13661366

config/models/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1987,7 +1987,7 @@ <h3 id="retry-rules">Retry Rules<a class="headerlink" href="#retry-rules" title=
19871987
<span class="md-icon" title="Last update">
19881988
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 13.1c-.1 0-.3.1-.4.2l-1 1 2.1 2.1 1-1c.2-.2.2-.6 0-.8l-1.3-1.3c-.1-.1-.2-.2-.4-.2m-1.9 1.8-6.1 6V23h2.1l6.1-6.1zM12.5 7v5.2l4 2.4-1 1L11 13V7zM11 21.9c-5.1-.5-9-4.8-9-9.9C2 6.5 6.5 2 12 2c5.3 0 9.6 4.1 10 9.3-.3-.1-.6-.2-1-.2s-.7.1-1 .2C19.6 7.2 16.2 4 12 4c-4.4 0-8 3.6-8 8 0 4.1 3.1 7.5 7.1 7.9l-.1.2z"/></svg>
19891989
</span>
1990-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 29, 2026 15:48:54 UTC">April 29, 2026</span>
1990+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="April 29, 2026 18:18:15 UTC">April 29, 2026</span>
19911991
</span>
19921992

19931993

0 commit comments

Comments
 (0)