Skip to content

Commit 2ba7ef5

Browse files
committed
deploy: f18cf74
1 parent 10c95e2 commit 2ba7ef5

30 files changed

Lines changed: 65 additions & 55 deletions

File tree

CHANGELOG/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4837,6 +4837,10 @@
48374837

48384838
<h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">#</a></h1>
48394839
<h2 id="unreleased">Unreleased<a class="headerlink" href="#unreleased" title="Permanent link">#</a></h2>
4840+
<ul>
4841+
<li>Retry LLM requests on network failures (VPN/wifi drops: DNS, refused or timed-out connects) with "Network issues" progress, instead of failing or hanging.</li>
4842+
<li>Add <code>connectTimeoutSeconds</code> config (default 15) so requests fail fast instead of hanging when the network black-holes connections.</li>
4843+
</ul>
48404844
<h2 id="01541">0.154.1<a class="headerlink" href="#01541" title="Permanent link">#</a></h2>
48414845
<ul>
48424846
<li>Skip redundant MCP <code>tool/serverUpdated</code> notification after prompts/resources listing when the server has none.</li>
@@ -6924,7 +6928,7 @@ <h2 id="001">0.0.1<a class="headerlink" href="#001" title="Permanent link">#</a>
69246928
<span class="md-icon" title="Last update">
69256929
<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>
69266930
</span>
6927-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 15, 2026 19:57:08 UTC">August 15, 2026</span>
6931+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 18, 2026 17:42:49 UTC">August 18, 2026</span>
69286932
</span>
69296933

69306934

config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,12 @@
192192
"markdownDescription": "Timeout in seconds to wait without receiving data before considering a LLM stream stalled.",
193193
"default": 120
194194
},
195+
"connectTimeoutSeconds": {
196+
"type": "integer",
197+
"description": "Timeout in seconds to establish outgoing HTTP connections (e.g. to LLM providers). Set 0 to disable. Read from file-based config only (like network settings), not initializationOptions.",
198+
"markdownDescription": "Timeout in seconds to establish outgoing HTTP connections (e.g. to LLM providers). Set `0` to disable. Read from file-based config only (like network settings), not `initializationOptions`.",
199+
"default": 15
200+
},
195201
"mcpServers": {
196202
"type": "object",
197203
"description": "MCP (Model Context Protocol) server configurations.",

config/agents/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,7 +1695,7 @@ <h3 id="parent-scoped-subagents">Parent-scoped subagents<a class="headerlink" hr
16951695
<span class="md-icon" title="Last update">
16961696
<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>
16971697
</span>
1698-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 15, 2026 19:56:49 UTC">August 15, 2026</span>
1698+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 18, 2026 17:42:17 UTC">August 18, 2026</span>
16991699
</span>
17001700

17011701

config/commands/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ <h2 id="frontmatter-description-and-named-arguments">Frontmatter: description an
14311431
<span class="md-icon" title="Last update">
14321432
<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>
14331433
</span>
1434-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 15, 2026 19:56:49 UTC">August 15, 2026</span>
1434+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 18, 2026 17:42:17 UTC">August 18, 2026</span>
14351435
</span>
14361436

14371437

config/completion/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@ <h1 id="completion">Completion<a class="headerlink" href="#completion" title="Pe
13311331
<span class="md-icon" title="Last update">
13321332
<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>
13331333
</span>
1334-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 15, 2026 19:56:49 UTC">August 15, 2026</span>
1334+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 18, 2026 17:42:17 UTC">August 18, 2026</span>
13351335
</span>
13361336

13371337

config/context-management/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@ <h2 id="file-reading">File Reading<a class="headerlink" href="#file-reading" tit
15261526
<span class="md-icon" title="Last update">
15271527
<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>
15281528
</span>
1529-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 15, 2026 19:56:49 UTC">August 15, 2026</span>
1529+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 18, 2026 17:42:17 UTC">August 18, 2026</span>
15301530
</span>
15311531

15321532

config/examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1843,7 +1843,7 @@ <h2 id="from-users">From users<a class="headerlink" href="#from-users" title="Pe
18431843
<span class="md-icon" title="Last update">
18441844
<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>
18451845
</span>
1846-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 15, 2026 19:56:49 UTC">August 15, 2026</span>
1846+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 18, 2026 17:42:17 UTC">August 18, 2026</span>
18471847
</span>
18481848

18491849

config/hooks/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2762,7 +2762,7 @@ <h2 id="examples">Examples<a class="headerlink" href="#examples" title="Permanen
27622762
<span class="md-icon" title="Last update">
27632763
<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>
27642764
</span>
2765-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 15, 2026 19:56:49 UTC">August 15, 2026</span>
2765+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 18, 2026 17:42:17 UTC">August 18, 2026</span>
27662766
</span>
27672767

27682768

config/introduction/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ <h2 id="templates">Templates<a class="headerlink" href="#templates" title="Perma
16921692
<span class="md-icon" title="Last update">
16931693
<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>
16941694
</span>
1695-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 15, 2026 19:56:49 UTC">August 15, 2026</span>
1695+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 18, 2026 17:42:17 UTC">August 18, 2026</span>
16961696
</span>
16971697

16981698

config/metrics/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,7 @@ <h2 id="opentelemetry-integration">Opentelemetry integration<a class="headerlink
13831383
<span class="md-icon" title="Last update">
13841384
<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>
13851385
</span>
1386-
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 15, 2026 19:56:49 UTC">August 15, 2026</span>
1386+
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-date" title="August 18, 2026 17:42:17 UTC">August 18, 2026</span>
13871387
</span>
13881388

13891389

0 commit comments

Comments
 (0)