docs: daily update 2026-08-03 — release v4.163.0 - #5594
Open
deco-cms[bot] wants to merge 16 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
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 v4.163.0 (previous: v4.162.0)
Range evaluated:
v4.162.0...v4.163.0(compare: v4.162.0...v4.163.0)Depends on: #5593 (
docs/auto-update-2026-08-03-release-4.163.1) — this PR branches from its HEAD and should be merged after it (which in turn depends on #5580, which depends on #5574, etc.). Note: release v4.163.1 is chronologically after v4.163.0; its docs PR was opened first because releases were evaluated out of order. This PR fills in the v4.163.0 gap and should be merged in tag order relative to the others in the chain.Commits covered
fa7a2e391(feat(native): run Claude Code, Codex, and OpenCode in xterm terminals #5557) —feat(native): run Claude Code, Codex, and OpenCode in xterm terminals— warranted a docs update. This reworks Studio Native (the Tauri desktop app) so that starting a brand-new native thread shows a "Choose a coding agent" picker (Claude Code / Codex / OpenCode) instead of the normal chat composer, launching the chosen CLI as a live, interactivexterm.jsterminal in the thread. OpenCode is a genuinely new third option; Claude Code and Codex existed before but are newly run as real interactive terminals rather than through the older structured-chat path. This is a new, user-facing concept with zero prior documentation.889f89fab—[chore]: bump homebrew cask to 4.162.0— skipped: bot version-bump commit, no user-facing change.412c76937—[release]: bump changed workspace versions— skipped: this is the release-tag commit itself; its diff is only a package.json version bump.Changed doc files (English)
studio/agents.mdx— added a new "Studio Native: coding-agent terminals" subsection under "Where an agent runs," describing the new picker, the three CLI options, detection/"try anyway" behavior, the per-threadcmsMCP connection, and that this is unrelated to (and does not replace) the managed Decopilot cloud runtime.studio/quickstart.mdx— fixed a stale cross-reference: the runtime-picker description still said "where the agent runs — cloud or your own machine," left over from before an earlier docs PR (docs: daily update 2026-08-02 — release v4.160.2 (remove desktop link feature) #5574, still open/unmerged) removed the old local-runtime (deco link) section fromagents.mdx. Updated to drop the now-inaccurate "or your own machine" claim.pt-br counterparts (
agents.mdx,quickstart.mdx) were auto-translated and updated in the same commit set (technical terms, code, URLs, and UI labels kept in English per convention).Consistency notes
studio/ai-providers.mdxhas a "Local-only providers" section describing Claude Code/Codex as AI-provider options when self-hosting Studio locally viabunx -p decocms deco. This is a distinct, still-valid mechanism (self-hosted Studio server, not the Studio Native desktop app or its terminal picker) — left unchanged, but flagged here in case a human reviewer judges it now reads as redundant with the new Studio Native section.studio/concepts.mdx's "agent workspace" runtime-picker description does not claim a local-machine option, so no fix needed there.apps/docs/client/src/utils/navigation.ts, which is outsideapps/docs/client/src/content/deco-studio/and out of scope for this automation to edit — a new page would be orphaned from prev/next navigation. Added the content as a subsection of the closest existing relevant page (agents.mdx) instead.deco link/Link Daemon local-runtime section fromagents.mdx,architecture.mdx, anddecopilot/overview.mdx. This PR's branch is built on top of that removal (via the docs: daily update 2026-08-03 — release v4.163.1 #5593 chain), so no conflict — the new Studio Native section is additive and describes a different, newer mechanism.Label: documentation
Summary by cubic
Docs update for v4.163.0: adds Studio Native coding-agent terminals and a new Task Board guide, and updates self-hosting docs (env-based auth, Go sandbox image, optional daemon telemetry).
New Features
cmsis wired; “try anyway” is available if a CLI isn’t detected.telemetry.otlp.ipat the collector’s ClusterIP.Migration
AUTH_*environment variables only;auth-config.jsonis removed. Update Compose/Helm to set providers via env.ghcr.io/decocms/studio/studio-sandbox-go(no ts/go switch).Written for commit 3d99586. Summary will update on new commits.