No description
Find a file
Snider d3858dcd26 feat(gui): core:// scheme handler + 7 route dispatches
display.Service now exposes a SchemeHandler interface; new
scheme_handler.go implements the core:// dispatcher covering the
7 RFC routes:
- settings, store, network, models → core.QUERY dispatch
- agent, wallet, identity → core.ACTION dispatch

Validates URL shape (rejects paths beyond the scheme host, malformed
URLs), unknown routes return a named error. Good/Bad/Ugly tests +
godoc example.

AssetServer startup wiring deferred — no tracked Wails bootstrap
(application.New / wails.Run / AssetServer config) exists in this
worktree yet; handler is ready for wiring when that lands.

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

Co-authored-by: Codex <noreply@openai.com>
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-24 06:17:33 +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): core:// scheme handler + 7 route dispatches 2026-04-24 06:17:33 +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