No description
Find a file
Snider f884d698b2
Some checks failed
Security Scan / security (push) Failing after 9s
Test / test (push) Has been cancelled
fix(display): correct GetWindowTitle and add WS input validation
GetWindowTitle was returning info.Name (the window's identifier) instead
of the actual title. Added Title() to the PlatformWindow interface and
Title field to WindowInfo so the real title flows through queries.

Added wsRequire() helper and input validation for all webview:* WS
message cases — window name is required for every webview action, and
selectors/URLs are validated where they'd cause errors if empty.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 16:25:29 +00:00
.forgejo/workflows ci: add Forgejo Actions test and security scan workflows 2026-02-23 03:28:13 +00:00
docs docs: add MCP bridge implementation plan (13 tasks) 2026-03-13 15:53:48 +00:00
pkg fix(display): correct GetWindowTitle and add WS input validation 2026-03-13 16:25:29 +00:00
ui refactor: move ui/ demo to top level 2026-03-13 12:27:52 +00:00
.gitignore feat: initial Wails v3 desktop framework 2026-01-30 08:44:23 +00:00
CLAUDE.md docs: add CLAUDE.md project instructions 2026-03-13 13:38:02 +00:00
go.mod chore: add go-webview and MCP SDK dependencies 2026-03-13 16:10:33 +00:00
go.sum chore: add go-webview and MCP SDK dependencies 2026-03-13 16:10:33 +00:00
LICENSE.txt Add European Union Public Licence v. 1.2 2026-01-30 08:47:01 +00:00