docs: daily update 2026-08-04 — release v4.169.0 - #5665
Open
deco-cms[bot] wants to merge 24 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
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.
Automated daily docs review for release
v4.169.0(previous:v4.168.2), range: v4.168.2...v4.169.0.Depends on #5659 (
docs/auto-update-2026-08-04-release-4.168.0) — this branch is based on its HEAD, notmain, to avoid conflicting with that in-flight docs PR. Please merge #5659 first, then this one.Commits reviewed (v4.168.2...v4.169.0)
860b39e7— feat(sandbox): run the claude-code harness in the sandbox via the Claude Agent SDK (feat(sandbox): run the claude-code harness in the sandbox via the Claude Agent SDK #5604). Adds a second execution location for hosted runs: theclaude-codeharness now runs inside the sandbox pod (via the newpackages/harness-runner, driven by the Claude Agent SDK) instead of in-process on the worker. Gated by a default-off org flag (claude_code_sandbox_enabled); engages for Task Board Super Agent tasks only when the org has opted in and has exactly one importable repo.1761e9b6—[chore]: bump homebrew cask to 4.168.2— version bump only, no user-facing change.bc018b32—[release]: bump changed workspace versions— release bot commit.Files changed
en/studio/architecture.mdx— added a "Harnesses: where the agent loop actually runs" subsection under "The Decopilot run lifecycle," explaining the new claude-code sandbox-pod harness alongside the existing in-process Decopilot harness, plus a summary bullet in "At a glance."pt-br/studio/architecture.mdx— mirrored translation of the same section and bullet. (This file was previously missing the "Desktop" tier removal that already landed inenvia docs: daily update 2026-08-04 #5659's chain — no separate fix needed here since the base branch already carries that removal on both locales; only the new harness content was added.)Consistency notes
apps/docs. This commit changes how Super Agent tasks execute (which harness), but the Task Board feature itself (kanban board, task assignment, "Super Agent") has no dedicated page to update. Flagging for the team to consider a dedicated Task Board doc — out of scope for this tightly-scoped PR.quickstart.mdx,concepts.mdx,overview.mdx, anddecopilot/overview.mdxfor staleness relative to this change — no updates needed, none of them describe hosted-run execution internals at this level of detail.pt-br was auto-translated for the changed file.
Summary by cubic
Updates Studio docs for v4.169.0: adds the claude-code sandbox harness for hosted runs, a new Task Board guide, and self‑hosting auth via
AUTH_*env vars. Also documents Studio Native coding terminals, sandbox daemon telemetry on Kubernetes, and small UX updates (fork imports, 25MB file limit, block-form tooltips).New Features
claude_code_sandbox_enabled(Decopilot stays default). Task Board Super Agent tasks use it only if the org opted in and has exactly one importable repo.Migration
AUTH_*vars (incl. magic link and email OTP); noauth-config.json. Social login is separate from OIDC SSO.ghcr.io/decocms/studio/studio-sandbox-goonly; optional OTLP metrics export from the daemon (settelemetry.*values, use the collector Service’s ClusterIP).Written for commit cb65665. Summary will update on new commits.