docs: daily update 2026-08-03 — release v4.163.1 - #5593
Open
deco-cms[bot] wants to merge 14 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)
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.1 (previous: v4.163.0)
Range evaluated:
v4.163.0...v4.163.1(compare: v4.163.0...v4.163.1)Depends on: #5580 (
docs/auto-update-2026-08-03-release-4.160.7) — this PR branches from its HEAD and should be merged after it (which in turn depends on #5574).Commits covered
747c9d988— fix(decopilot): drop the?-in-text heuristic from thread status resolution (fix(decopilot): drop the?-in-text heuristic from thread status resolution #5585) — 747c9d9 — warranted a docs update. Previously, a finished (stop) turn was classified asrequires_actionwhenever its final text contained a?(e.g. a rhetorical question, or a schemeless URL query string likefonts.googleapis.com/css2?...). This caused task-board cards to get permanently stuck in "In Progress" instead of moving to "In Review". The fix makesrequires_actioncome only from structural signals (a pendinguser_askorapproval-requestedtool part) — a cleanstopalways maps tocompleted. The docs described theRequires actiontask state as triggered when the agent "asked you a question," which read as if any question-like text could trigger it — now clarified to be explicit about the structural trigger, matching the fixed behavior and heading off future confusion of this kind.Commits skipped
ebb522db6—[release]: bump changed workspace versions— bot release commit, version bump only (package.json changes across apps/api, apps/native, packages/e2e).Changed doc files (English)
studio/decopilot/context-and-tasks.mdx— reworded theRequires actiontask-state bullet under "What is a task?" to state plainly that it fires only for a pending tool-approval request oruser_ask, never merely because reply text contains a question mark.pt-br counterpart (
context-and-tasks.mdx) was auto-translated and updated in the same commit set (technical terms, code, and UI labels kept in English per convention).Consistency notes
quickstart.mdx,overview.mdx,concepts.mdx, anddecopilot/overview.mdxfor other mentions of task/thread status semantics — no other references to the old text-heuristic or to task states found; no changes needed there.?-heuristic or the affected source files (status.ts,thread-status.ts,project-chunks.ts).Summary by cubic
Updates docs for v4.163.1: clarifies Decopilot “Requires action” as a structural trigger only, adds Task Board docs with automated reviewers/auto‑merge, and removes desktop runtime references. Self‑hosting now uses
AUTH_*env vars (noauth-config.json), and Kubernetes docs cover thestudio-sandbox-goimage and optional sandbox OTLP metrics.New Features
Migration
AUTH_*(providers, magic link/OTP); removeauth-config.json. Compose and self‑hosting guides updated.studio-sandbox-go; no TypeScript/desktop daemon or local runtime/linking. Agents run in a managed cloud sandbox by default.Written for commit dd7a222. Summary will update on new commits.