[Feature]: Send native Windows notifications when an agent task finishes #6934
Closed
ElliotDrel
started this conversation in
Ideas
Replies: 1 comment
|
Closing as a duplicate of #7046, which tracks native task-completion and approval notifications with click-through to the thread. Please keep the Windows-specific requirements and subagent completion checks there. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Before submitting
Area
apps/desktop, Windows notifications, thread lifecycle, and T3 ConnectProblem or use case
When I start a long-running task in T3 Code on Windows, I often switch to another application while the agent works. I want T3 Code to notify me through the native Windows notification system when the task is actually finished so I do not have to keep checking the app.
This is especially useful for long-running Claude Code, Codex, and other provider sessions where the work may take several minutes or more.
Proposed solution
Add native Windows completion notifications for settled agent runs.
When a thread finishes its current logical task and no longer has active work, T3 Code should send a Windows toast notification using the normal Windows notification center.
Expected behavior
Completion semantics
The notification should represent a meaningful user-facing stopping point, not every internal provider lifecycle transition.
Do not send a completion notification when:
A notification should fire when:
Why this matters
The value of long-running agent workflows is reduced if I have to keep polling the app to see whether the work is done. Native Windows notifications let T3 Code behave like other background productivity tools and make it much easier to supervise several concurrent tasks.
Smallest useful scope
Related issue
Risks or tradeoffs
All reactions