-
Notifications
You must be signed in to change notification settings - Fork 258
Tray UI: completed ACP/subagent sessions clutter session list — need archive/hide support #881
Copy link
Copy link
Open
Labels
P3Low-risk cleanup, docs, polish, ergonomics, or speculative feature.Low-risk cleanup, docs, polish, ergonomics, or speculative feature.bugSomething isn't workingSomething isn't workingclawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.impact:ux-frictionUser-facing flow adds avoidable confusion or support burden without fully blocking progress.User-facing flow adds avoidable confusion or support burden without fully blocking progress.issue-rating: 🦪 silver shellfishThin issue quality; more reproduction proof or environment detail is needed.Thin issue quality; more reproduction proof or environment detail is needed.
Description
Metadata
Metadata
Assignees
Labels
P3Low-risk cleanup, docs, polish, ergonomics, or speculative feature.Low-risk cleanup, docs, polish, ergonomics, or speculative feature.bugSomething isn't workingSomething isn't workingclawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.ClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:needs-product-decisionClawSweeper marked this issue as needing a product or behavior decision.ClawSweeper marked this issue as needing a product or behavior decision.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.impact:ux-frictionUser-facing flow adds avoidable confusion or support burden without fully blocking progress.User-facing flow adds avoidable confusion or support burden without fully blocking progress.issue-rating: 🦪 silver shellfishThin issue quality; more reproduction proof or environment detail is needed.Thin issue quality; more reproduction proof or environment detail is needed.
Type
Fields
Priority
Medium
Projects
StatusShow more project fields
UX
Summary
The Windows tray app (and likely other UI surfaces) shows a growing list of completed ACP/copilot sessions and native subagents with no way to hide or dismiss them. This makes the session list cluttered and hard to navigate.
Current behavior
sessions_spawncall (ACP codex/copilot sessions, native subagents) adds an entry to the session list in the tray UIExpected behavior
agents.defaults.subagents.archiveAfterMinutesthe same way native subagents do (or have an equivalentacp.archiveAfterMinutessetting)Config context
agents.defaults.subagents.archiveAfterMinutesis set to60— this helps with native subagents but ACP sessions don't appear to be affected by it.Suggested fixes
status: donesessions from the session listarchiveAfterMinutes(or equivalent) to ACP session lifecycle so they drop off the list after completionsessions.uiShowCompleted: falseor similar setting that controls visibility across all UI surfaces