gui/pkg
Claude 484f7138ee
feat(mcp): add event_emit, event_on, event_off, event_list tools
4 new MCP tools for the events package:
- event_emit — fire custom events with optional data
- event_on — register event listener via IPC
- event_off — remove listeners by name
- event_list — query all registered listeners

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 15:03:30 +01:00
..
browser refactor(ax): AX compliance sweep — comments, error handling, test names 2026-03-31 12:18:41 +01:00
clipboard refactor(ax): AX compliance sweep — comments, error handling, test names 2026-03-31 12:18:41 +01:00
contextmenu refactor(ax): AX compliance sweep — comments, error handling, test names 2026-03-31 12:18:41 +01:00
dialog feat(dialog): expand with typed tasks, file options, 3 new MCP tools 2026-03-31 14:55:55 +01:00
display refactor(ax): AX compliance sweep — comments, error handling, test names 2026-03-31 12:18:41 +01:00
dock refactor(ax): AX compliance sweep — comments, error handling, test names 2026-03-31 12:18:41 +01:00
environment refactor(ax): AX compliance sweep — comments, error handling, test names 2026-03-31 12:18:41 +01:00
events feat(events): new package — custom event system bridged to Core IPC 2026-03-31 14:59:34 +01:00
keybinding feat(keybinding): add TaskProcess, error sentinels, concurrency test 2026-03-31 14:55:01 +01:00
lifecycle refactor(ax): AX compliance sweep — comments, error handling, test names 2026-03-31 12:18:41 +01:00
mcp feat(mcp): add event_emit, event_on, event_off, event_list tools 2026-03-31 15:03:30 +01:00
menu refactor(ax): AX compliance sweep — comments, error handling, test names 2026-03-31 12:18:41 +01:00
notification refactor(ax): AX compliance sweep — comments, error handling, test names 2026-03-31 12:18:41 +01:00
screen feat(screen): expand with QueryCurrent, ScreenPlacement, Rect geometry 2026-03-31 14:54:17 +01:00
systray refactor(ax): AX compliance sweep — comments, error handling, test names 2026-03-31 12:18:41 +01:00
webview refactor(ax): AX compliance sweep — comments, error handling, test names 2026-03-31 12:18:41 +01:00
window feat(window): zoom, content, bounds, fullscreen, print + new events pkg 2026-03-31 15:01:40 +01:00