docs: update remote MCP reconnect, thinking runtime cycling, distribution, and Go SDK docs#3084
Merged
Conversation
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟡 NEEDS ATTENTION
Documentation update with 1 confirmed medium issue and 1 low-severity concern in the changed lines.
| Severity | Count |
|---|---|
| 🟡 MEDIUM (CONFIRMED) | 1 |
| 🔵 LOW (LIKELY) | 1 |
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟡 NEEDS ATTENTION
Documentation-only PR updating 6 markdown files. Two factual inconsistencies found in added lines.
dgageot
approved these changes
Jun 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation updates
This PR updates five areas of the docs to reflect code changes merged into
mainin the last 36 hours.dc84089774ebefec033c7http://localhostURL support for local agent dev5ea48dc.docker.comregistriesb145daepkg/tui/components/transcriptto Go SDK core packagesDetails
Remote MCP idle reconnection (#3064)
Remote MCP servers (Streamable HTTP / SSE) now reconnect automatically after idle connection closes, not just after failures. Updated three files:
docs/configuration/tools/index.md— extended therestarttable row to note thaton_failureis auto-promoted toalwaysfor remote MCP;neverstill honored.docs/features/remote-mcp/index.md— added a callout explaining automatic reconnection after idle timeouts, with a link to lifecycle tuning.docs/tools/mcp/index.md— updated the Lifecycle section to call out idle/clean closes alongside crashes.Shift+Tab thinking-level cycling (#3067)
The keyboard shortcut was already listed in the TUI shortcuts table but had no prose explanation. Added a "Changing Thinking Level at Runtime" section to
docs/guides/thinking/index.mdcovering: cycling with Shift+Tab, provider-specific ranges with wrap-around, sidebar display, session-only scope (not saved to config), and no-op behaviour on unsupported models/remote runtimes.Localhost HTTP URL for local dev (#3075)
Added a "Local Development" section to
docs/concepts/distribution/index.mdshowingdocker agent run http://localhost:PORT/agent.yamlfor testing against locally-served agent configs.Docker Desktop JWT for
.docker.comregistries (#3077)Added a callout inside the "Private Repositories" section of
docs/concepts/distribution/index.mdnoting that docker-agent auto-forwards the Docker Desktop JWT when pulling from.docker.comURLs — no explicitdocker loginneeded when Docker Desktop is running.pkg/tui/components/transcriptin Go SDK docs (#3081)Added a row for
pkg/tui/components/transcriptto the Core Packages table indocs/guides/go-sdk/index.md, and a bullet in the "Embedding TUI Components" section describingMessages()as a read-only accessor for host-side tests and persistence layers.PRs reviewed and found up to date