docs: daily update 2026-08-06 (release v4.188.0) - #5790
Open
deco-cms[bot] wants to merge 58 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
… 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)
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.
Daily docs update — release v4.188.0
Triggered by the
studio.releasedwebhook for v4.188.0 (previous: v4.187.2).Evaluated the real diff over the range
v4.187.2...v4.188.0(not the release-bump commit409bb77).Depends on: #5774 (
docs/auto-update-2026-08-05-release-4.186.0) — this branch is stacked on top of that PR's HEAD to avoid conflicts with the other open docs PRs. Please merge #5774 (and the chain before it) first.Compare
v4.187.2...v4.188.0
Commits reviewed
Diffing the tag range shows one substantive feature change (the range's only first-parent commit is the version-bump
409bb77, but the file diff between the tags contains real product changes, most likely landed via a squash/rebase merge that doesn't show as a separate first-parent commit):apps/web/src/components/thread/github/header-actions.tsx— newSyncButton, shown whenmetadata.syncButtonEnabledis true and the thread is backed by a GitHub repo/branchapps/web/src/components/thread/github/message-templates.ts(+ test) — newsyncBranch()chat-prompt template: commit pending changes →git pull --rebase→git rebase origin/<base>→ pushapps/web/src/views/virtual-mcp/index.tsx— new Team sync switch in Settings → CMS → Editing, gated on the agent having a linked GitHub repopackages/shared/src/sdk/types/virtual-mcp.ts— newmetadata.syncButtonEnabledfield (boolean, optional, off by default) on the Virtual MCP entity/create/update schemasapps/web/src/i18n/en/*.ts+pt-br/*.ts— new UI strings (thread.headerActions.sync*,virtualMcp.virtualMcp.teamSync*)No other commits in the range needed review — the remaining diff (
Casks/deco-studio.rb,apps/api/package.json,apps/native/package.json,packages/shared/package.json) is version-bump housekeeping only.Doc files changed
en/studio/agents.mdx— extended the existing Fast Preview section's "Editing" bullet to mention Team sync, and added a new "Sync with your team" subsection explaining the Sync button's behavior (commit → pull --rebase → rebase onto base → push) and where to enable it.pt-br/studio/agents.mdx— mirrored translation ("Sincronizando com o time").Consistency notes
overview.mdx,quickstart.mdx,concepts.mdx,automations.mdx,connections.mdxfor stale references to the GitHub/publish workflow — no contradictions found, no changes needed. The "Review changes" tab description inagents.mdx(line ~38) still holds; Sync is an additive, independent action next to it.Summary by cubic
Docs update for v4.188.0: added Team sync with a Sync button for GitHub-backed threads and introduced Task Board documentation. Also clarified self-hosting auth env vars, AI provider linking (bring your own Claude), connection URL restrictions, automations deactivation behavior, and architecture now described as two tiers.
metadata.syncButtonEnabledfield.Written for commit 7938572. Summary will update on new commits.