feat(notify): notify tool — native macOS notification (#17) - #152
Merged
Conversation
Fire-and-forget async-completion signal for the agent ("tests green",
"deploy done", "merge conflicts, need you"). Unlike confirm/ask/form/
gallery this does not block on a user response: the companion hands the
notification straight to macOS's UNUserNotificationCenter via
tauri-plugin-notification and the tool call returns {ok: true}
immediately — no dialog window, no registry entry, no progress
keepalive.
- New POST /notify endpoint on the companion (http.rs), with pure/
unit-tested helpers for title validation and body+subtitle
composition.
- Registered as an MCP tool in both bridges: the native Rust server
(mcp.rs) and the Python remote bridge (aiui_mcp/server.py), same
{title, body, subtitle?, sound?} shape and error handling in both.
- docs/skill.md (canonical + the python-bundled copy) documents notify
alongside confirm/ask/form/gallery, with anti-patterns and an updated
tool-choice table.
- CHANGELOG + version bump (0.8.3 -> 0.9.0, all three manifests) per
this repo's per-feature versioning convention.
iret77
force-pushed
the
feat/issue-17-notify-tool
branch
from
August 1, 2026 10:24
754b08e to
70ce19d
Compare
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.
Neues
notify-MCP-Tool: fire-and-forget native macOS-Notification (tauri-plugin-notification→ UNUserNotificationCenter). Kein Dialog/Registry/Progress — Companion reicht an OS durch, gibt sofort{ok}zurück.title/body+ optionalsubtitle/sound. Rust- + Python-Bridge.Build: Rust 141✓, clippy✓, Python 41✓. Mac-E2E offen: Banner erscheint, einmaliger Permission-Prompt, denied→
{ok:false}.Closes #17
Batch-Kontext: Teil eines 6-PR-Sets (#141, #146, #23, #24, #25, #17) aus parallelen Sub-Sessions, das zusammen einen Release ergibt.
mainrebased (Hotspots:mcp.rs,http.rs,skill.md,CHANGELOG.md,server.py).main; Merge via PR (AGENTS.md). CI baut/testet; interaktives Dialog-E2E nur am Mac verifizierbar.Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.