docs: daily update 2026-08-03 — release v4.167.0 - #5622
Open
deco-cms[bot] wants to merge 18 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
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 evaluated
v4.166.2...v4.167.0(2 substantive commits, after excluding release-bump and homebrew-cask-bump noise).Commits covered (warranted a doc change)
feat(native): reclaim a branch's worktree when its last chat is archived— commit 3dfabb576. Archiving the last open chat/thread on a branch in the Studio Native desktop app now offers to stop everything running on that branch and delete its local git worktree. This is a new, directly user-visible confirmation dialog and workflow, gated to the desktop app.Commits skipped (reviewed, no doc change)
fix(runtime): propagate StudioKV write/delete failures instead of swallowing them— commit 20f623162. Internal reliability fix: a failed trigger-config persist now surfaces as an error instead of silently reporting success. No documented behavior changes —automations.mdxnever claimed persistence always succeeds, so there's nothing to correct, and this doesn't introduce a new option or workflow worth documenting.(All other commits in the raw log between the two tags were
[release]: bump changed workspace versionsand[chore]: bump homebrew cask to ...— excluded per the bot's own filtering rules.)Files changed
apps/docs/client/src/content/deco-studio/en/studio/agents.mdx— added a paragraph under Studio Native: coding-agent terminals explaining that opening a branch clones a local working tree, and that archiving the last open thread on a branch now offers to reclaim (stop + delete) it.apps/docs/client/src/content/deco-studio/pt-br/studio/agents.mdx— same addition, translated (pt-br auto-translated; code, product terms or UI labels kept in English per the standing translation rules).Consistency notes
overview.mdx,concepts.mdx,quickstart.mdx, andarchitecture.mdxfor references to branch worktrees, the desktop app's local sandbox lifecycle, or archiving — no matches, no changes needed there.agents.mdx's "Where an agent runs" section was already rewritten in the still-open predecessor PR (see below) to describe the sandbox as fully managed with no local/deco linkruntime; the new paragraph was placed instead under the newer Studio Native section (branches/worktrees/threads), which is the section that already matches this feature's actual surface area. No other stale cross-references found.Dependency note
This PR is stacked on top of the still-open #5594 (
docs/auto-update-2026-08-03-release-4.163.0), since that was the most recently created opendocs/auto-update-*PR at run time. Please merge #5594 first, then this one, to avoid conflicts inagents.mdx.🤖 Automated daily docs check, triggered by the
studio.releasedwebhook forv4.167.0(previous release:v4.166.2).Summary by cubic
Docs update for v4.167.0. Adds Studio Native behavior that offers to stop processes and delete a branch’s local worktree when you archive the last open thread on that branch.
New Features
Dependencies
agents.mdx.Written for commit 4dfdfb5. Summary will update on new commits.