docs: daily update 2026-08-07 — release v4.192.1 - #5842
Open
deco-cms[bot] wants to merge 64 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
…-finding dismissal on deletion
…del-permission failures
… Agent (v4.180.0)
…boot-time validation (1-65535)
…fix + reports-only reviewer defaults
…board Re-run action
…na and restricted toolset (v4.186.0)
… and Sync header button (v4.188.0)
…ty parking and tenant-pool dispatch exclusion (v4.192.0)
…TTL renewal keeps watched sandboxes alive
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.192.0...v4.192.1(compare: v4.192.0...v4.192.1)Note: the tagged release commit
d2900efis a[release]: bumpsquash, but the two-dot rangev4.192.0..v4.192.1(commits reachable from the new tag but not the old one) contains one real commit bundled into that same SHA:d2900ef57d42f375ae87640bafb8aa59748e1d7e— sandbox: renew a watched claim's TTL from open preview event streams, so a sandbox a user is actively viewing is never reaped by the idle housekeeper just because its agent is idle (apps/api/src/api/routes/sandbox-events-handler.ts,packages/sandbox/server/provider/agent-sandbox/runner.ts,packages/sandbox/server/provider/types.ts). Docs update warranted — this changes documented self-hosting behavior of the idle housekeeper / claim-activity refresh.Everything else in the diff (
Casks/deco-studio.rb, package.json versions, Helm chart/appVersion bumps) is release-version bumping only — no docs impact.Depends on
This PR is stacked on top of #5838 (
docs/auto-update-2026-08-07-release-4.192.0), which was still open when this run started. Merge #5838 first, then this one.Files changed
apps/docs/client/src/content/deco-studio/en/studio/self-hosting/deploy/kubernetes.mdx— clarified the "Idle housekeeper" section: claim activity is now refreshed by two sources (agent runs and any open preview stream), and an open preview's heartbeat renews the claim TTL every 5 minutes without ever shortening an existing shutdown commitment.apps/docs/client/src/content/deco-studio/pt-br/studio/self-hosting/deploy/kubernetes.mdx— matching translation.Consistency notes
architecture.mdx,overview.mdx,concepts.mdx,agents.mdx, anddecopilot/*for other references to sandbox idle/TTL/shutdown behavior — none describe housekeeper mechanics in enough detail to be contradicted by this change, so no further edits made.selfhost/production(outsideapps/docs/) also documents housekeeper defaults but is out of scope for this automation (onlyapps/docs/is in scope).Translation
pt-br translated for the changed file; all other pt-br files are unaffected.
Summary by cubic
Updates docs for v4.192.1. Open preview streams now renew a sandbox claim’s TTL so any sandbox you’re actively viewing isn’t reaped by the idle housekeeper. Also adds Task Board docs and several self‑hosting clarifications.
New Features
Self-hosting
AUTH_*env vars only (noauth-config.json)STUDIO_TOPUP_FEE_PERCENT(supports0fee), task‑quota envs (STUDIO_TASK_QUOTA_ENFORCED,STUDIO_FREE_TASKS)Written for commit 4b54de8. Summary will update on new commits.