Add desktop system notifications for turns / 为桌面端任务完成增加系统通知#5847
Merged
SivanCola merged 4 commits intoJul 3, 2026
Merged
Conversation
Credits the Windows Toast direction from PR esengine#5365 in the repository history. Co-authored-by: Barsit <86559454+Barsit@users.noreply.github.com>
This was referenced Jul 3, 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
[notifications].enabledis set.Related
Repository contributor credits
reasonix chat/reasonix run增加可选系统通知。默认关闭,用户在配置中开启后,可在任务完成、等待工具批准、等待用户回答时收到系统通知。feat(cli): add desktop notifications #3248 created the sharedinternal/notifyconfig, sink, and platform sender foundation for CLI notifications. This PR reuses that merged foundation for desktop instead of creating a separate notification path.Cache impact
None. This only wraps local desktop event sinks and platform notification delivery; it does not change provider prompts, tool schemas, serialization, MCP registration, or model-visible context.
Test plan
go test ./internal/config ./internal/notifyGOOS=linux GOARCH=amd64 go test -c ./internal/notify -o /tmp/reasonix-notify-linux.testGOOS=windows GOARCH=amd64 go test -c ./internal/notify -o /tmp/reasonix-notify-windows.test.execd desktop && go test .go test ./...