docs: daily update 2026-08-05 — release v4.182.0 - #5758
Open
deco-cms[bot] wants to merge 2 commits into
Open
Conversation
…fix + reports-only reviewer defaults
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 covered
v4.181.4...v4.182.0(compare: v4.181.4...v4.182.0)Depends on: #5756 (
docs/auto-update-2026-08-05-release-4.181.3) — this branch is stacked on top of it since that PR was still open when this run started. Merge #5756 first, then this one.Commits reviewed
d909a1e77feat(reports): default QA Agent + Code Reviewer on with reports_only (feat(reports): default QA Agent + Code Reviewer on with reports_only #5739) — warranted a docs update.e12a756fa[release]: bump changed workspace versions— skipped, version-bump-only commit, no functional diff.What changed and why docs needed updating
PR #5739 does two user-visible things:
COMMERCE_DISCOVERY_SETUPnow also defaultsqa_agent_enabledandcode_reviewer_enabledtotruethe first timereports_onlyitself defaults on for a freshly-created org (never overriding an explicitly-set flag). This changes the "off by default" statement in the Task Board doc for that specific case.reports_only— it's now available for any Triage/To Do card not already on the Super Agent, and it was also added inside the task dialog (previously card-only). The dialog's Save button now only renders once the form is actually dirty.Auto-fix wasn't documented at all before this change, so this is a net-new doc addition, not just a correction.
Files changed
apps/docs/client/src/content/deco-studio/en/studio/task-board.mdx— added an Auto-fix section (new button, where it shows, what it does) and a tip about Save-only-when-dirty; added an exception note to the "QA Agent / Code Reviewer off by default" callout for reports-only orgs.apps/docs/client/src/content/deco-studio/pt-br/studio/task-board.mdx— mirrored translation of the above.Consistency notes
Checked
concepts.mdx,architecture.mdx,ai-providers.mdx, andself-hosting/deploy/docker-compose.mdxfor other Task Board / QA Agent / Code Reviewer / reports_only references — all existing mentions are still accurate, no other file needed changes.pt-br translation was done manually (auto-translated) alongside the English changes in this same PR, keeping code blocks, URLs, and product terms (agent, connection, automation, MCP, Auto-fix, Save, New chat) in English per doc conventions.
Summary by cubic
Documented Task Board Auto-fix and clarified reviewer defaults for
reports_onlyorgs in v4.182.0, mirrored in pt-br.reports_only,qa_agent_enabledandcode_reviewer_enableddefault to true; never override explicit flags.Written for commit 0cfc7d7. Summary will update on new commits.