docs: daily update 2026-07-31 - #5510
Open
deco-cms[bot] wants to merge 14 commits into
Open
Conversation
…reorder and preview
…active map picker
…ared sandbox branches
…_SUBAGENTS validation
…on AI Gateway top-ups
…nstall entry point
This was referenced Jul 31, 2026
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.155.1 (range
v4.155.0...v4.155.1).Depends on: #5493 — this branch is stacked on
docs/auto-update-2026-07-31-v2(the most recently-created open docs PR at the time of this run) to avoid merge conflicts. Please merge #5493 first, then this PR.Commits reviewed (v4.155.0...v4.155.1)
Warranted a docs change:
DUCKDB_THREADSinstead of silently producingNaN(fix(settings): validate DUCKDB_THREADS instead of silently producing NaN #5505).DUCKDB_THREADSis a documented self-hosting env var; its startup validation behavior changed from "silently becomes NaN" to "fails fast with a clear error", which is worth documenting.Skipped (reviewed, no docs impact):
TASK_BOARD_ITEM_UPDATE(perf(task-board): batch activity-log inserts in TASK_BOARD_ITEM_UPDATE #5507). Internal performance refactor; same activity-log entries are produced, just written in one batched insert instead of several sequential ones. No user-facing or API behavior change.BranchStatusMonitorwatchers in branch-status tests (fix(daemon): stop BranchStatusMonitor watchers in branch-status tests #5504). Test-only fix.Files changed
apps/docs/client/src/content/deco-studio/en/studio/self-hosting/monitoring.mdx— added a troubleshooting bullet and updated theDUCKDB_THREADSenv var table row to document the new startup validation (positive-integer check, fails fast onabc/0/-1/1.5).apps/docs/client/src/content/deco-studio/pt-br/studio/self-hosting/monitoring.mdx— matching translation, auto-translated from the English change (code, URLs, and theDUCKDB_THREADSvariable name kept in English).Consistency notes
Searched all
deco-studiodocs for other references toDUCKDB_THREADS/DUCKDB_MEMORY_LIMIT/ DuckDB env vars —studio/self-hosting/monitoring.mdxis the only file that documents them, so no other pages needed updates.🤖 Automated daily docs update — run date 2026-07-31.
Summary by cubic
Daily docs refresh across English and Portuguese to cover new product behavior and self-hosting validation. Highlights include sections editor improvements, shared cloud sandbox, Mac desktop app install, AI Gateway top-up cap, Decopilot subagent concurrency, seat billing, and
DUCKDB_THREADSvalidation.New Features
deco linkstays isolated.DECOPILOT_MAX_CONCURRENT_SUBAGENTSlimits concurrent subagents; invalid values fail at startup; extra calls queue.Bug Fixes
DUCKDB_THREADSmust be a positive integer; added a troubleshooting note and updated the env var table.Written for commit f1fa2e2. Summary will update on new commits.