docs: daily update 2026-08-05 — release v4.179.2 - #5738
Open
deco-cms[bot] wants to merge 41 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
…-repo (TASK_ADD_REPO) and comment author-only edit/delete
…laude subscription for sandbox coding runs
…review and CMS settings reorg
…-finding dismissal on deletion
…del-permission failures
This was referenced Aug 5, 2026
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.179.1...v4.179.2(compare: v4.179.1...v4.179.2)Note: This PR depends on #5723 (
docs/auto-update-2026-08-05-release-4.179.0), which was still open at run time. This branch is based on that PR's HEAD to avoid conflicts — please merge #5723 first.Commits reviewed
Warranted doc changes:
7286fe2c1fix(decopilot): make automation model-permission failures permanent (fix(decopilot): make automation model-permission failures permanent #5724) — automations that hit a disallowed-model error now get permanently deactivated with a clear reason instead of retrying and failing forever.Skipped (no user-facing impact):
e9a0dffa4fix(task-board): release a reviewer's claim if its dispatch failed (fix(task-board): release a reviewer's claim if its dispatch failed #5728) — internal bug fix, task-board reviewer dispatch isn't a documented workflow.8edb8f7b0fix(connection): clear fetch-tools timeout timers instead of leaking them (fix(connection): clear fetch-tools timeout timers instead of leaking them #5726) — internal resource-leak fix, no behavior change visible to users.adda523fdrefactor(task-board): dedupe claimConflictResolution/claimReviewChangesBounce (refactor(task-board): dedupe claimConflictResolution/claimReviewChangesBounce #5725) — pure internal refactor.e47eba7e5[chore]: bump homebrew cask to 4.179.1 — bot/release chore.a22e754e4[release]: bump changed workspace versions — release bot commit (version bump only).Files changed
apps/docs/client/src/content/deco-studio/en/studio/automations.mdx— added a sentence to the Limits section noting that automations are also auto-deactivated when a run hits an unrecoverable error (e.g. their configured model becomes disallowed for their role), with the reason surfaced in Monitoring.apps/docs/client/src/content/deco-studio/pt-br/studio/automations.mdx— matching translation.pt-br content was auto-translated following the existing file's terminology conventions (product terms and UI labels kept in English).
Consistency notes
ai-providers.mdx: already mentions "Model availability may be filtered by your organization's model permission settings" — consistent with this change, no update needed.concepts.mdxandoverview.mdx: no mention of automation deactivation reasons; no contradiction, no change made.monitoring.mdx: generically covers failure visibility; no specific claim to update.Summary by cubic
Update docs for v4.179.2: adds Task Board coverage, CMS Fast Preview and field-description tooltips, the opt‑in
claude-codesandbox harness with BYO Claude subscription, and clarifies automation deactivation on unrecoverable errors. Includes self‑hosting changes (auth via env vars, sandbox daemon telemetry, and compose/Kubernetes updates).New Features
claude-codesandbox harness (opt‑in per org); link a personal Claude Pro/Max under “Your Claude subscription” for sandboxclaude-coderuns, with automatic fallback to the org credential.user_ask; Studio Native adds coding‑agent terminals and optional local worktree reclaim on archive.Migration
AUTH_*environment variables only (email/password toggle, Google/GitHub, magic link, email OTP); noauth-config.json.studio-sandbox-goonly; telemetry requires a collector ClusterIP; architecture docs simplified to edge + cloud tiers.STUDIO_TOPUP_FEE_PERCENTis configurable (set0to waive fees); updated secrets guidance.Written for commit 395905d. Summary will update on new commits.