docs: daily update 2026-08-02 — release v4.160.2 (remove desktop link feature) - #5574
Open
deco-cms[bot] wants to merge 2 commits into
Open
Conversation
This was referenced Aug 3, 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.
Trigger
Studio release
v4.160.2(previous:v4.160.1). Compare: v4.160.1...v4.160.2This PR depends on #5571 (
docs/auto-update-2026-08-02) and is based on its branch to avoid merge conflicts with the in-flight daily docs PR. Please merge #5571 first, then this PR.Commits reviewed (range v4.160.1...v4.160.2)
6ebea4d—[chore]: bump homebrew cask to 4.160.1— skipped: bot version-bump commit, no user-facing change.6fcec06(chore(link): remove the desktop link feature #5570) —chore(link): remove the desktop link feature— docs update warranted: this removes the entire "Desktop Link" feature — thedeco linkCLI command, the Link Daemon, the desktop sandbox provider (user-desktop), the Desktop Loop, and all supporting NATS/tunnel infrastructure. This was a documented, user-facing capability (running an agent locally via a linked desktop machine) and its removal makes several doc sections inaccurate.9857286—[release]: bump changed workspace versions— skipped: bot version-bump commit, no user-facing change.Doc files changed
en/studio/agents.mdx/pt-br/studio/agents.mdx— Removed the "Local" runtime group (Decopilot-on-desktop, Claude Code, Codex viadeco link) from "Where an agent runs." The runtime picker now only documents the single Decopilot (cloud sandbox) option. Removed the "Windows" section, which only existed to document Link Daemon behavior on Windows.en/studio/architecture.mdx/pt-br/studio/architecture.mdx— Reworked from three tiers (Edge / Cloud cluster / Desktop) down to two (Edge / Cloud cluster). Removed the Desktop column from the architecture diagram, the NATS "pull work-queue to desktop" responsibility, the "Pull" run transport, the "Cloud vs. desktop sandboxes" comparison table, the desktop half of the org-fs mount table, and the entire "## Desktop" section describing the Link Daemon. The "At a glance" summary no longer mentions desktop sandboxes.en/studio/decopilot/overview.mdx/pt-br/studio/decopilot/overview.mdx— Removed the "macOS desktop links" callout about network-volume permissions fordeco linksandboxes, since sandboxes now only run in the cloud.pt-br versions were translated to match (prose and headings translated; code, URLs, and product terms like "agent", "sandbox", "MCP" kept in English, per doc convention).
Consistency notes
ArchitectureDiagram.astrocomponent (apps/docs/client/src/components/ArchitectureDiagram.astro) likely still renders a visual desktop/link column and may need a matching update. It's outsideapps/docs/client/src/content/deco-studio/so it was not touched by this automated PR — flagging for a human follow-up.quickstart.mdx,concepts.mdx,overview.mdx,connections.mdx,self-hosting/quickstart.mdx,self-hosting/deploy/*.mdx,decopilot/tools.mdx, and all other.mdxfiles underen/for "link"/"desktop"/"tunnel" references — no other stale mentions found. Note: "linked GitHub repo" phrasing inagents.mdxanddecopilot/tools.mdx/overview.mdxrefers to a distinct, still-valid feature (an agent's sandbox linked to a GitHub repo) and was intentionally left unchanged.Summary by cubic
Updates docs to remove the desktop link/local runtime feature and move to a cloud-only sandbox model. Aligns Studio docs with v4.160.2 and simplifies guidance in EN and PT-BR.
Refactors
SandboxClaimprovisioning and org-fs mount via privileged sidecar.pt-brpages.Migration
deco linkis no longer supported.Written for commit dfd9ab0. Summary will update on new commits.