No description
Find a file
Snider dfff893f16 feat(gui): webview devtools open/close MCP tools
display.go: menu builder now consults menu.Service.ShowDevTools()
and, when enabled, adds Developer > Open DevTools + Close DevTools
menu items. Handlers route to the focused window (or the only open
window) via the existing webview.devtoolsOpen /
webview.devtoolsClose actions — which already land on Wails
WebviewWindow.OpenDevTools / CloseDevTools.

Tests: Good/Bad/Ugly coverage for both MCP tool handlers in
tools_webview_test.go plus a menu-level test in display_test.go
that clicks the built items and verifies mock devtools state flips
open/closed, with a disabled-config case.

tools_webview.go already had the handlers + registration on this
branch; locked down with tests instead of re-implementing.

Closes tasks.lthn.sh/view.php?id=31

Co-authored-by: Codex <noreply@openai.com>
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-24 06:17:34 +01:00
.core feat(gui): gpt-5.4-mini/mature pass 4 2026-04-23 13:12:12 +01:00
.forgejo/workflows ci: add Forgejo Actions test and security scan workflows 2026-02-23 03:28:13 +00:00
docs Add chat vision capability metadata 2026-04-15 21:04:09 +01:00
internal feat(wails): pin Wails v3 source as submodule at alpha 74 2026-03-31 14:42:22 +01:00
pkg feat(gui): webview devtools open/close MCP tools 2026-04-24 06:17:34 +01:00
stubs/wails feat(gui): gpt-5.4-mini/mature pass 3 2026-04-23 13:12:12 +01:00
ui Fix GUI image bridge wiring 2026-04-15 23:22:04 +01:00
.gitignore feat(gui): gpt-5.4-mini/mature pass 1 2026-04-17 17:33:28 +01:00
.gitmodules feat(wails): pin Wails v3 source as submodule at alpha 74 2026-03-31 14:42:22 +01:00
CLAUDE.md fix(dx): use coreerr.E() and go-io, update CLAUDE.md, add tests 2026-03-17 09:05:35 +00:00
go.mod Add chat vision capability metadata 2026-04-15 21:04:09 +01:00
go.sum Add chat vision capability metadata 2026-04-15 21:04:09 +01:00
go.work Add repo-local Go workspace 2026-04-17 18:26:55 +01:00
go.work.sum Harden display API return semantics 2026-04-17 19:21:53 +01:00
LICENSE.txt Add European Union Public Licence v. 1.2 2026-01-30 08:47:01 +00:00