docs: daily update 2026-08-05 — release v4.179.0 - #5723
Open
deco-cms[bot] wants to merge 39 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
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
decocms/studio v4.179.0 (previous: v4.178.0) — v4.178.0...v4.179.0
Commits reviewed (range v4.178.0...v4.179.0)
Warranted a docs change:
cdfae4822feat(task-board): let report-generated tasks be deleted, and make it stick (feat(task-board): let report-generated tasks be deleted, and make it stick #5720) —TASK_BOARD_ITEM_DELETEused to silently refuse to delete report-generated (system) cards; the UI showed no error, so a refused delete looked like a successful one. Now deletion works and dismisses the underlying finding, so the next report scan won't recreate the card. Two new built-in tools,TASK_BOARD_DISMISSED_LISTandTASK_BOARD_DISMISSED_RESTORE, let you view and undo dismissals. The Task Manager agent's prompt was also corrected to explain this to users before they confirm a delete.Reviewed and skipped:
b8418c1b1[release]: bump changed workspace versions— version bump only, no behavior change.6b18551fa[chore]: bump homebrew cask to 4.178.0— packaging metadata only, no user-facing behavior change.Doc files changed
studio/task-board.mdx(en + pt-br) — added a "Findings pushed by a report" section explaining that deleting a report-generated card now dismisses the underlying finding (rather than silently failing or being recreated on the next scan), and that it can be restored via the Task Manager agent.pt-br was auto-translated from the English changes (prose translated; code, tool names, and UI labels kept in English).
Consistency notes
concepts.mdx,quickstart.mdx,overview.mdx,agents.mdx, anddecopilot/tools.mdxfor existing references to report findings, dismissal, or the Task Board delete flow — none exist, so no cross-reference needed fixing.api-reference/only hasconnection-proxy.mdxandexternal-agent-integration.mdx), so the two new tools (TASK_BOARD_DISMISSED_LIST,TASK_BOARD_DISMISSED_RESTORE) are not separately catalogued anywhere in the docs; flagging in case a future built-in-tools reference page is added and should include them.Summary by cubic
Adds Task Board docs and explains that deleting a report-generated card now dismisses the underlying finding so it won’t return on the next scan. Also introduces tools to view and restore dismissed findings, with English and pt‑br coverage.
TASK_BOARD_DISMISSED_LISTandTASK_BOARD_DISMISSED_RESTOREto view and undo dismissals.Written for commit 78c8baf. Summary will update on new commits.