docs: daily update 2026-08-05 — release v4.181.0 - #5747
Open
deco-cms[bot] wants to merge 45 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)
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
Daily docs check for release v4.181.0 (previous: v4.180.1).
Commits covered (v4.180.1...v4.181.0)
ff15bbe5e— feat(task-board): auto-task subscription paywall UI + billing settings (feat(task-board): auto-task subscription paywall UI + billing settings #5731) — warranted a docs update54563ea01— feat(commerce-onboarding): gate Shopify card behind?shopifysearch param (feat(commerce-onboarding): gate Shopify card behind ?shopify search param #5743) — skipped: internal rollout flag hiding an unreleased companion behind an unlisted query param; no stable, documented workflow it affects54d243103—[chore]: bump homebrew cask to 4.180.1— skipped (release bot version bump only)773197910—[release]: bump changed workspace versions— skipped (release bot version bump only)Doc files changed
studio/task-board.mdx(en + pt-br): added a new Billing and auto-task quota section — free trial (3 lifetime runs), paid subscription ($50/month, 10 runs/cycle), the 5-run per-task cap, the three paywall dialog variants (trial exhausted / monthly exhausted / task run limit), and where to manage billing (Settings → Billing).studio/self-hosting/deploy/docker-compose.mdx(en + pt-br): added theSTUDIO_TASK_QUOTA_ENFORCED,STUDIO_FREE_TASKS,STUDIO_MONTHLY_TASKS, andSTUDIO_MAX_RUNS_PER_TASKenvironment variables to the table, cross-linked from the new Task Board section. These back the feature this release surfaces in the UI; self-hosted deployments are unmetered by default.pt-br was auto-translated, keeping UI labels, code, and product terms (Super Agent, Task Board, Settings → Billing, etc.) in English per the doc conventions already used on these pages.
Consistency notes
concepts.mdx,architecture.mdx, andai-providers.mdxfor Task Board / Super Agent / billing references — all are high-level mentions unaffected by this specific paywall/billing detail, no changes needed.user-management.mdxor built-in-tools reference doc changes: the newORGANIZATION_TASK_QUOTA_GET/ORGANIZATION_BILLING_CHECKOUT_START/ORGANIZATION_BILLING_PORTALtools are internal reads/writes backing the Billing settings page (not part of the Decopilot built-in tool surface documented indecopilot/tools.mdx), so no addition made there.STUDIO_TASK_QUOTA_ENFORCEDbackend support actually landed in an earlier release (feat(billing): gate reports-task executions behind the org subscription #5663) without a matching self-hosting doc update; since this release is what makes the feature user-visible (Settings → Billing UI, paywall dialog), the env var docs were added now rather than left stale.Release: v4.180.1...v4.181.0 compare · CI run: https://github.com/decocms/studio/actions/runs/31013516023
Summary by cubic
Docs update for release v4.181.0. Adds a full Task Board guide with auto-task billing/quota and updates across agents, AI providers, runtime/architecture, and self-hosting.
New Features
studio-sandbox-goonly.Migration
AUTH_*variables; don’t mountauth-config.json.STUDIO_TASK_QUOTA_ENFORCED,STUDIO_FREE_TASKS,STUDIO_MONTHLY_TASKS,STUDIO_MAX_RUNS_PER_TASK, andSTUDIO_TOPUP_FEE_PERCENTvars (self-hosted stays unmetered unless enabled).ghcr.io/decocms/studio/studio-sandbox-go; no TypeScript daemon switch.telemetry.otlp.ip) and port (4318/4317).Written for commit 7fdc2d8. Summary will update on new commits.