gui/pkg/mcp
Claude 8d3c0fb6d2
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
feat(gui): implement chat-first UI and display primitives
- Replace provider dashboard with full chat UI (history, model selection, image attachments)
- Add chat settings/history/image queue/tool-call metadata persistence
- Add core://settings and core://store route handling in display package
- Add progressive assistant rendering, collapsible thinking/tool-call blocks
- Add markdown/code rendering with copy actions and lightbox image preview
- Add app mode detection (pkg/display/mode.go)
- Add chat backend coverage (pkg/display/chat_test.go)
- Add chat.service.ts frontend service
- AX sweep across pkg/mcp tools and pkg/window/webview/systray/notification

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-14 14:36:01 +01:00
..
layout_helpers.go feat(gui): implement chat-first UI and display primitives 2026-04-14 14:36:01 +01:00
mcp_test.go feat(gui): implement chat-first UI and display primitives 2026-04-14 14:36:01 +01:00
subsystem.go feat: Wails v3 stub bridge + feature expansion + display bridge + MCP events 2026-03-31 17:42:09 +01:00
tools_browser.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:01 +01:00
tools_clipboard.go feat(gui): implement chat-first UI and display primitives 2026-04-14 14:36:01 +01:00
tools_contextmenu.go feat(gui): implement chat-first UI and display primitives 2026-04-14 14:36:01 +01:00
tools_dialog.go feat(gui): implement chat-first UI and display primitives 2026-04-14 14:36:01 +01:00
tools_dock.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:01 +01:00
tools_environment.go feat(gui): implement chat-first UI and display primitives 2026-04-14 14:36:01 +01:00
tools_events.go feat(gui): implement chat-first UI and display primitives 2026-04-14 14:36:01 +01:00
tools_keybinding.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:01 +01:00
tools_layout.go feat(gui): implement chat-first UI and display primitives 2026-04-14 14:36:01 +01:00
tools_lifecycle.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:01 +01:00
tools_notification.go feat(gui): implement chat-first UI and display primitives 2026-04-14 14:36:01 +01:00
tools_screen.go feat(gui): implement chat-first UI and display primitives 2026-04-14 14:36:01 +01:00
tools_tray.go Merge remote-tracking branch 'origin/dev-homelab-20260414-1418' into dev 2026-04-14 14:20:11 +01:00
tools_webview.go feat(gui): implement chat-first UI and display primitives 2026-04-14 14:36:01 +01:00
tools_window.go feat(gui): implement chat-first UI and display primitives 2026-04-14 14:36:01 +01:00