docs: daily update 2026-08-04 — release v4.177.0 - #5711
Open
deco-cms[bot] wants to merge 35 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
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.
Summary
Release v4.177.0 (previous: v4.176.0) introduced one merged feature, PR #5707 "feat(ai-providers): use your own Claude subscription for claude-code runs" — squashed directly into the release-bump commit
9a0c3193f.Feature: users can now link their own Claude Pro/Max subscription (via an OAuth token minted by
claude setup-token) under Settings → AI Providers. Sandbox-hostedclaude-coderuns then bill against that personal plan instead of the org's AI credit, outranking the org's Thinking-tier provider. Falls back to the org credential if no subscription is linked or the token has expired. Also adds three built-in management tools:CLAUDE_SUBSCRIPTION_CONNECT,CLAUDE_SUBSCRIPTION_STATUS,CLAUDE_SUBSCRIPTION_DISCONNECT.Commits covered
9a0c3193f—[release]: bump changed workspace versions(PR feat(ai-providers): use your own Claude subscription for claude-code runs #5707, feat(ai-providers): use your own Claude subscription for claude-code runs) — warranted docs update.No other commits landed on
mainin this release range beyond the squashed feature + version bump.Changed doc files
en/studio/ai-providers.mdx— new section "Your Claude subscription (bring your own plan)": how to generate/paste aclaude setup-token, credential priority, expiry/fallback behavior, disconnect.en/studio/architecture.mdx— added one paragraph to the claude-code harness section describing the new credential-resolution priority (personal subscription outranks org Thinking-tier provider, falls back on expiry/absence).pt-br/translations for both files.Consistency notes
quickstart.mdx,concepts.mdx,overview.mdx,decopilot/overview.mdx,decopilot/tools.mdx,agents.mdxfor staleness against this change — no contradictions found.decopilot/tools.mdxdocuments Decopilot's own built-in tool set (subtask, user_ask, etc.), not org-scope management tools likeCLAUDE_SUBSCRIPTION_*, so it did not need updating.api-reference/built-in-tools.mdxdoesn't exist here) — the newCLAUDE_SUBSCRIPTION_*tools aren't documented in a tools-reference page for the same reason no otherAI_PROVIDER_*management tool is individually listed elsewhere; flagging this as a possible future doc gap for a human to decide on.Notes
docs/auto-update-2026-08-04-release-4.174.0), to avoid merge conflicts with docs changes already in flight. This PR should be merged after docs: daily update 2026-08-04 — release v4.174.0 #5699 (and after any other opendocs/auto-update-*PRs it depends on transitively).Summary by cubic
Docs update for v4.177.0: you can link your own Claude Pro/Max subscription for sandbox
claude-coderuns, plus new docs for the Task Board, Studio Native coding terminals, and self‑hosting changes.New Features
claude setup-token. It takes priority for sandboxclaude-coderuns and falls back to the org credential if expired.claude-codeharness for cloud sandboxes (opt-in per org). Task Board’s Super Agent uses it when eligible; otherwise runs Decopilot.Migration
AUTH_*env vars only; noauth-config.json. Update compose/envs per the Authentication guide.ghcr.io/decocms/studio/studio-sandbox-go(Go daemon only). Optional OTLP metrics need a collector ClusterIP in Helm values (telemetry.otlp.ip/port).STUDIO_TOPUP_FEE_PERCENTsupports0to waive fees on self-hosted deployments.Written for commit f940879. Summary will update on new commits.