docs: daily update 2026-08-02 - #5571
Open
deco-cms[bot] wants to merge 8 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)
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.
Daily docs update — 2026-08-02
Depends on #5565 (
docs/auto-update-2026-08-01) — this branch is stacked on that PR's HEAD since it was still open at trigger time. Merge #5565 first, then this one.Range reviewed
v4.160.0...v4.160.1(4.160.0→4.160.1)Commits covered
8797867— release bump for PR #5569 "chore(sandbox): drop the ts/go daemon switch, Go is the only implementation" — warranted a docs change. This removes the TypeScript/Go sandbox-daemon runtime switch entirely: thedaemonImplparam onSANDBOX_START, thesandbox_go_daemonorg flag, and the HelmdaemonImpl/goTemplate/image.goRepositoryvalues are all gone. Go is now the only sandbox daemon, and the daemon implementation is baked into the image (studio-sandbox-go) rather than selected at runtime.Commits skipped
None — the only non-bot, non-docs-only commit in the 24h window was the one above.
Files changed
en/studio/self-hosting/deploy/kubernetes.mdx— "Main sandbox values" table:image.repositorydefault updated fromghcr.io/decocms/studio/studio-sandboxtoghcr.io/decocms/studio/studio-sandbox-go(the image the chart now ships). Added a tip callout explaining there's no more TS/Go daemon switch — the image itself is the implementation.pt-br/studio/self-hosting/deploy/kubernetes.mdx— mirrored translation of the same change.Consistency notes
architecture.mdx,self-hosting/quickstart.mdx,decopilot/tools.mdx,agents.mdx, andapi-reference/built-in-tools.mdxfor any other TS/Go daemon ordaemonImplreferences — none found. These files use the generic term "daemon" only, which is still accurate.sandbox_go_daemon,goRepository, orgoTemplate, so no further changes needed.pt-br translation was produced automatically; please spot-check phrasing.
Summary by cubic
Updates docs for v4.160.1: the sandbox daemon is now Go-only with the
studio-sandbox-goimage, plus new OTLP metrics setup, Task Board reviewer/auto-merge docs, and GitHub fork support in the repo picker.New Features
Migration
ghcr.io/decocms/studio/studio-sandbox-go.daemonImplonSANDBOX_START,sandbox_go_daemonorg flag, and HelmdaemonImpl/goTemplate/image.goRepository.Written for commit 3aa2680. Summary will update on new commits.