Commit graph

  • 873eafe7b6 fix: migrate module paths from forge.lthn.ai to dappco.re dev Snider 2026-04-04 16:21:14 +01:00
  • 031c286fb9 Align GUI packages with AX conventions Virgil 2026-04-02 20:51:26 +00:00
  • 6b3879fb9a refactor(ax): make webview registration declarative Virgil 2026-04-02 20:47:33 +00:00
  • d9491380f8 chore(gui): align remaining AX usage examples Virgil 2026-04-02 20:42:42 +00:00
  • 98b73fc14c refactor(display): add AX usage examples Virgil 2026-04-02 20:39:36 +00:00
  • 274a81689c chore(gui): add AX usage examples Virgil 2026-04-02 20:36:02 +00:00
  • d3443d4be9 chore(gui): add AX usage examples Virgil 2026-04-02 20:31:56 +00:00
  • 0204540b20 fix(window): fallback title for wails windows Virgil 2026-04-02 20:26:27 +00:00
  • 29dc0d9877 refactor(gui): make theme override declarative Virgil 2026-04-02 20:22:47 +00:00
  • bca53679f1 ui: add global search to shell Virgil 2026-04-02 20:16:54 +00:00
  • dd9e8da619 refactor(gui): centralize API origin handling Virgil 2026-04-02 20:12:35 +00:00
  • b50149af5d feat(display): support prompt dialogs via webview fallback Virgil 2026-04-02 20:08:42 +00:00
  • a23e265cc6 fix(window): normalize layout state before applying geometry Virgil 2026-04-02 20:04:12 +00:00
  • 3cf69533bf Refine GUI shell styling Virgil 2026-04-02 19:59:29 +00:00
  • 0423f3058d chore(gui): add AX usage examples Virgil 2026-04-02 19:54:47 +00:00
  • 81503d0968 chore(gui): align AX naming and docs Virgil 2026-04-02 19:50:55 +00:00
  • 8db26398af Expand display websocket window bridge Virgil 2026-04-02 19:45:31 +00:00
  • f2eb9f03c4 feat(gui): wire shell routes and provider previews Virgil 2026-04-02 19:41:35 +00:00
  • fdff5435c2 refactor(gui): tighten display AX docs Virgil 2026-04-02 19:35:03 +00:00
  • cf8091e7e7 Add display layout helper wrappers Virgil 2026-04-02 19:32:00 +00:00
  • b8ddd2650b docs(display): add AX usage examples Virgil 2026-04-02 19:28:48 +00:00
  • 0d2ae6c299 Refactor MCP layout queries Virgil 2026-04-02 19:24:59 +00:00
  • cf284e9954 feat(gui): add event info and layout query fixes Virgil 2026-04-02 19:21:28 +00:00
  • 3d7998a9ca feat(systray): wire tray window attachment Virgil 2026-04-02 19:16:59 +00:00
  • 856bb89022 docs(gui): align public API comments with AX Virgil 2026-04-02 19:12:40 +00:00
  • cad4e212c4 feat(gui): add missing MCP aliases and webview errors Virgil 2026-04-02 19:09:10 +00:00
  • 483c408497 Implement tray close-desktop action Virgil 2026-04-02 19:03:11 +00:00
  • 4f03fc4c64 Implement systray panel window handling Virgil 2026-04-02 18:59:54 +00:00
  • 4f7236a8bb feat(gui): add compatibility aliases for spec names Virgil 2026-04-02 14:54:14 +00:00
  • 54d77d85cd fix(window): use detected screen size for tiling Virgil 2026-04-02 14:47:40 +00:00
  • 4f4a4eb8e4 feat(window): add window opacity support Virgil 2026-04-02 14:42:03 +00:00
  • 45fa6942f7 feat(window): expose visibility in window lists Virgil 2026-04-02 14:36:08 +00:00
  • 77e03060ac feat(window): expose visibility and minimized state Virgil 2026-04-02 14:30:42 +00:00
  • 81b71ff50b refactor(display): delegate window mutations through IPC Virgil 2026-04-02 14:25:25 +00:00
  • 61ddae80f4 feat(ui): replace placeholder shell with live dashboard Virgil 2026-04-02 14:20:45 +00:00
  • c3361b7064 refactor(gui): align gui services with ax guidance Virgil 2026-04-02 14:13:58 +00:00
  • 973217ae54 feat(gui): bridge arrange-pair and find-space Virgil 2026-04-02 14:08:32 +00:00
  • a07fa49c20 feat(gui): add missing window mutators and MCP tools Virgil 2026-04-02 14:03:29 +00:00
  • 57fb567a68 feat(gui): add webview element screenshots Virgil 2026-04-02 13:55:56 +00:00
  • a4c696ec01 Implement display service spec wrappers Virgil 2026-04-02 13:48:27 +00:00
  • 573eb5216a feat(systray): wire tray mutations and submenus Virgil 2026-04-02 13:39:36 +00:00
  • a0cad39fbb feat(gui): add webview diagnostics and tray fallback Virgil 2026-04-02 13:29:46 +00:00
  • 3413b64f6c Expose layout stack and workflow actions Virgil 2026-04-02 13:23:17 +00:00
  • 3c5c109c3a feat(display): bridge missing GUI features Virgil 2026-04-02 13:17:20 +00:00
  • a1fbcdf6ed feat(window): restore config and screen-aware layouts Virgil 2026-04-02 13:09:54 +00:00
  • 5653bfcc8d feat(mcp): implement missing GUI features Virgil 2026-04-02 13:03:55 +00:00
  • 8f66d81184 feat(mcp): add missing GUI feature tools Virgil 2026-04-02 12:52:53 +00:00
  • a9b795f223
    feat: Wails v3 stub bridge + feature expansion + display bridge + MCP events Claude 2026-03-31 17:42:09 +01:00
  • d9fa59ab04
    feat(stubs): rebuild Wails v3 stub bridge from clean dev — 15 files, 479 exports feat/wails-v3-upgrade Claude 2026-03-31 17:20:22 +01:00
  • 9bd0e7b025
    refactor: remove banned imports from test files feat/wails-submodule Claude 2026-03-31 16:53:40 +01:00
  • f1f7fcfab9
    refactor: remove banned imports from display, window/layout, window/state Claude 2026-03-31 16:37:47 +01:00
  • 22668f7faa
    feat(display): wire events, dock, notification actions to WebSocket bridge Claude 2026-03-31 16:33:46 +01:00
  • 18a455b460
    refactor: migrate entire gui to Core v0.8.0 API Claude 2026-03-31 16:14:19 +01:00
  • 84ec201a05
    feat: notification perms/categories, dock progress/bounce, webview zoom/print Claude 2026-03-31 15:19:39 +01:00
  • bb5122580a
    feat(environment,contextmenu): expand with new queries and lifecycle Claude 2026-03-31 15:08:50 +01:00
  • 484f7138ee
    feat(mcp): add event_emit, event_on, event_off, event_list tools Claude 2026-03-31 15:03:30 +01:00
  • de6c6c3405
    feat(window): zoom, content, bounds, fullscreen, print + new events pkg Claude 2026-03-31 15:01:40 +01:00
  • dcd2c9bcb8
    feat(events): new package — custom event system bridged to Core IPC Claude 2026-03-31 14:59:34 +01:00
  • 31f6e0b67e
    feat(dialog): expand with typed tasks, file options, 3 new MCP tools Claude 2026-03-31 14:55:55 +01:00
  • 0f6400052c
    feat(keybinding): add TaskProcess, error sentinels, concurrency test Claude 2026-03-31 14:55:01 +01:00
  • ab0722d19e
    feat(screen): expand with QueryCurrent, ScreenPlacement, Rect geometry Claude 2026-03-31 14:54:17 +01:00
  • ee34ed5b26
    fix(mcp): remove duplicate coreerr imports in 3 tool files Claude 2026-03-31 14:51:06 +01:00
  • fc94b4d2a5
    feat(stubs): expand Wails v3 stub bridge — 16 files, 316 functions Claude 2026-03-31 14:43:17 +01:00
  • 82f427dc12
    feat(wails): pin Wails v3 source as submodule at alpha 74 Claude 2026-03-31 14:42:22 +01:00
  • 4533018f80 Merge pull request '[agent/codex:gpt-5.4-mini] Update the code against the AX design principles in ~/spec/r...' (#6) from agent/update-the-code-against-the-ax-design-pr into dev Virgil 2026-03-31 13:20:18 +00:00
  • 3bcca95b5e refactor(ax): align GUI code with declarative AX principles Virgil 2026-03-31 13:19:46 +00:00
  • 13a493f57d refactor(ax): AX compliance sweep — comments, error handling, test names Snider 2026-03-31 12:18:41 +01:00
  • 3098fc471a refactor(ax): simplify display and webview constructors main Virgil 2026-03-31 08:52:54 +00:00
  • 762806d316 refactor(ax): expose live window visibility state Virgil 2026-03-31 08:47:38 +00:00
  • 53a4114224 refactor(ax): make bounds updates declarative Virgil 2026-03-31 08:40:24 +00:00
  • dc53b04d2a refactor(ax): make window bounds and state updates more declarative Virgil 2026-03-31 08:30:58 +00:00
  • 5ce1d67f70 refactor(ax): add atomic window bounds task Virgil 2026-03-31 08:23:59 +00:00
  • bd4dfa8027 refactor(ax): remove legacy snap aliases Virgil 2026-03-31 08:18:58 +00:00
  • 761b3b0784 refactor(ax): clarify window adapter naming and docs Virgil 2026-03-31 08:14:14 +00:00
  • 02b7fa9230 refactor(ax): dedupe window close events Virgil 2026-03-31 07:54:57 +00:00
  • 97c9d34f4f refactor(ax): tighten window creation semantics Virgil 2026-03-31 07:49:58 +00:00
  • 78a2a33ed2 refactor(ax): clarify default and named window creation Virgil 2026-03-31 07:43:28 +00:00
  • 450d04411a refactor(ax): remove legacy compatibility aliases Virgil 2026-03-31 07:28:11 +00:00
  • f854b65720 refactor(ax): align WebSocket and window naming Virgil 2026-03-31 07:23:22 +00:00
  • 7deb91ac0b refactor(ax): standardise display and window contracts Virgil 2026-03-31 06:22:04 +00:00
  • 552b0751b9 refactor(ax): route saved window state via ipc Virgil 2026-03-31 06:10:54 +00:00
  • f0a1f9027b refactor(ax): replace window option chains with declarative specs Virgil 2026-03-31 06:05:36 +00:00
  • 2001e7ed87 Merge pull request '[agent/codex:gpt-5.4-mini] Update the code against the AX design principles in ~/spec/r...' (#4) from main into dev Virgil 2026-03-31 05:57:04 +00:00
  • 089bdacadb refactor(ax): align GUI surface with AX principles Virgil 2026-03-31 05:56:36 +00:00
  • bff6c5b7d3 refactor(ax): add screen service tests and window improvements Snider 2026-03-31 06:38:55 +01:00
  • 02ea237a1d refactor(ax): use primary screen size for layouts Virgil 2026-03-31 05:38:00 +00:00
  • 0e624bfb7b refactor(ax): merge mini AX pass Snider 2026-03-31 06:32:06 +01:00
  • 35f8f5ec51 refactor(ax): align GUI APIs with AX principles Virgil 2026-03-31 05:31:00 +00:00
  • 2b6e6cee0b refactor(ax): finish AX cleanup in display stack Virgil 2026-03-31 05:24:09 +00:00
  • da22bedbc6 refactor(ax): align public APIs with AX principles Virgil 2026-03-31 05:13:43 +00:00
  • bd58099c17 docs: add AX design principles RFC for agent dispatch Snider 2026-03-30 23:56:08 +01:00
  • 9177ea99c9 Merge pull request 'DX audit and fix' (#3) from agent/dx-audit-and-fix--1--review-claude-md into dev Snider 2026-03-24 11:43:13 +00:00
  • a36392ec08 Merge origin/dev into agent/dx-audit-and-fix--1--review-claude-md agent/dx-audit-and-fix--1--review-claude-md Snider 2026-03-24 11:40:56 +00:00
  • 05a865d8f6 Merge remote-tracking branch 'github/dev' Snider 2026-03-22 00:57:51 +00:00
  • 97cc7b04ec chore: sync dependencies for v0.1.5 v0.1.5 Snider 2026-03-17 17:53:39 +00:00
  • 0038250839 chore: sync dependencies for v0.1.4 v0.1.4 Snider 2026-03-17 17:48:57 +00:00
  • b559562dd9 fix(dx): use coreerr.E() and go-io, update CLAUDE.md, add tests Snider 2026-03-17 09:05:35 +00:00
  • 29d92601cb chore: sync dependencies for v0.1.3 v0.1.3 Snider 2026-03-16 22:18:48 +00:00
  • fad16c8c76 chore: sync workspace dependencies Snider 2026-03-15 15:44:56 +00:00
  • cfc25a40b8 chore: sync go.mod dependencies v0.1.2 Snider 2026-03-15 15:28:59 +00:00