docs: daily update 2026-08-04 — release v4.171.1 - #5689
Open
deco-cms[bot] wants to merge 26 commits into
Open
Conversation
…metry opt-in for self-hosted Kubernetes
…to-merge, and ship-to-production
…ub sandbox repo picker
…ox-go only (no ts/go daemon switch)
… auth-config.json (v4.160.7)
…ural, not a text-heuristic (v4.163.1)
…o Native coding-agent terminals
…orktree reclaim on archive
…it warning in agents
…ption tooltip toggle
…harness for hosted runs
…riction on connections (release v4.171.1)
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.
Summary
Triggered by the
studio.releasedwebhook for v4.171.1 (previous release: v4.171.0, compare: v4.171.0...v4.171.1).Commits covered (range v4.171.0...v4.171.1)
58c588156— fix(connection): block SSRF on CONNECTION_TEST's health-check fetch (fix(connection): block SSRF on CONNECTION_TEST's health-check fetch #5686) — warranted a docs update (see below)Commits skipped
e3d522194—[release]: bump changed workspace versions— version bump only, no content changed40303d10—[chore]: bump homebrew cask to 4.171.0— cask bump, no user-facing changef908ba454—[chore]: bump homebrew cask to 4.170.9— cask bump, no user-facing changeWhy
58c588156warranted a docs changetestConnection()(backing theCONNECTION_TESThealth check) previously fetched a connection's stored URL with a plainfetch, following redirects and without the private-network guard that create/update and tool-discovery already applied. It now reusesguardAgainstPrivateUrl+ a no-redirect fetch, so a connection whose URL resolves to (or redirects to) a private/internal-network or cloud-metadata address is reported unhealthy instead of being probed.This is a user-visible behavior change: an org member who has a Custom Connection pointing at a private/internal address will now see it fail health checks, where it may have "worked" before. The restriction itself (no private URLs) already existed at connection create/update time but was completely undocumented, so this PR adds a short note about it rather than just describing the fix.
Files changed
studio/connections.mdx(en + pt-br) — added aCallout type="warning"under "Types of connections" explaining that connection URLs must resolve to public addresses, that this is enforced on create/update and on every subsequent health check, and that a blocked connection is reported unhealthy rather than probed.Consistency notes
self-hosting/quickstart.mdx,concepts.mdx,overview.mdx, andstore.mdxfor references to "Custom Connection" or private/internal URLs — none reference this behavior, so no other file needed a fix.built-in-tools.mdxfile documentingCONNECTION_TESTspecifically at the expected path — no change made there; flagging in case a reviewer wants a tool-level note added if that reference exists elsewhere.pt-br translation was produced by auto-translating the same content (prose/headings translated; code, URLs, and product terms like "connection", "Custom Connection" kept in English per style guide).
Dependency note
This branch is based on the HEAD of
docs/auto-update-2026-08-04-release-4.169.0(PR #5665), the most recently created open docs-automation PR at the time this ran, to avoid merge conflicts. This PR should be merged after #5665.Summary by cubic
Docs update for v4.171.1: adds Task Board reviewers and shipping flow, documents the new hosted
claude-codeharness, Studio Native coding-agent terminals, and warns that connection health checks now block private URLs.New Features
claude-codeharness runs inside the sandbox pod (opt-in per org); Decopilot remains default.Migration
AUTH_*env vars only; removeauth-config.jsonand set providers via env.ghcr.io/decocms/studio/studio-sandbox-go(no TS/Go switch); optional OTLP metrics from the sandbox daemon (collector ClusterIP + port required).Written for commit 9ccc6da. Summary will update on new commits.