docs: daily update 2026-08-04 — release v4.173.2 - #5697
Open
deco-cms[bot] wants to merge 30 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)
…sted task comments
…O_TOPUP_FEE_PERCENT=0 waiver for self-hosted deployments
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.
Release covered
v4.173.1...v4.173.2(compare)Commits reviewed
refactor(shared): remove dead Event Bus tool category (#5692)"Event Bus"entry from the sharedToolCategoryunion/registry (dead code — the category was always populated with[]). Also allowsSTUDIO_TOPUP_FEE_PERCENT=0to waive the AI Gateway top-up fee for self-hosted deployments (previously0threw a validation error).[release]: bump changed workspace versionsSkipped / no docs change:
studio/architecture.mdx("The event bus is dormant..."). Removing the empty UI grouping doesn't change that guidance; no edit needed.Warranted change:
STUDIO_TOPUP_FEE_PERCENTnow accepts0to disable the top-up fee entirely, explicitly called out in the code comment as useful for self-hosted deployments. This env var wasn't previously documented anywhere, so added it to the self-hosting Docker Compose environment-variable reference (the only existing home for this kind of self-hosting env var doc).Files changed
studio/self-hosting/deploy/docker-compose.mdx(en) — addedSTUDIO_TOPUP_FEE_PERCENTrow to the "Environment variables" table plus a short callout clarifying it only matters when Stripe billing is enabled.studio/self-hosting/deploy/docker-compose.mdx(pt-br) — mirrored translation.pt-br was auto-translated (prose translated; code, URLs, component names, and product terms like "self-hosted", "MCP" kept as-is per convention).
Consistency notes
quickstart.mdx,concepts.mdx,overview.mdx,ai-providers.mdx,self-hosting/quickstart.mdx, andself-hosting/deploy/kubernetes.mdxfor stale references to "Event Bus" or top-up/fee behavior — none referenceSTUDIO_TOPUP_FEE_PERCENT,STRIPE_SECRET_KEY, orSTRIPE_ORG_PRICE_ID, so no other page needed changes.ai-providers.mdx's "top up" mention is about the hosted Deco AI Gateway credit flow, unrelated to the self-hosted fee-percent env var — no change needed there.Dependency note
This branch is based on the HEAD of #5690 (
docs/auto-update-2026-08-04-release-4.172.0), the most recently created open docs-auto-update PR at the time this ran. Please merge #5690 first, then this one, to avoid conflicts.Summary by cubic
Docs refresh for v4.173.2 adding the Task Board guide, the hosted
claude-codeharness, and Studio Native coding-agent terminals, plus self‑hosting and safety updates. Also documents sandbox daemon telemetry, Go-only sandbox image, new UX options, and theSTUDIO_TOPUP_FEE_PERCENT=0fee waiver.New Features
claude-codeharness; Studio Native coding-agent terminals; branch worktree reclaim on archive.Migration
AUTH_*env-vars only (noauth-config.json); see Authentication for variables.STUDIO_TOPUP_FEE_PERCENT(0–100); set0to waive top-up fees for self-hosted.ghcr.io/decocms/studio/studio-sandbox-go.Written for commit 6947e31. Summary will update on new commits.