picoclaw/web/backend
2026-03-17 20:34:11 +08:00
..
api feat(config): add exec controls and gate cron commands on exec settings (#1685) 2026-03-17 18:56:52 +08:00
dist feat(web): add agent management UI and improve launcher integration (#1358) 2026-03-11 18:37:00 +08:00
launcherconfig feat(web): migrate launcher to modular web frontend/backend and improve management UX (#1275) 2026-03-09 19:42:03 +08:00
middleware feat: add web gateway hot reload and polling state sync (#1684) 2026-03-17 18:46:00 +08:00
model feat(web): migrate launcher to modular web frontend/backend and improve management UX (#1275) 2026-03-09 19:42:03 +08:00
utils feat(web): add agent management UI and improve launcher integration (#1358) 2026-03-11 18:37:00 +08:00
winres feat(web): migrate launcher to modular web frontend/backend and improve management UX (#1275) 2026-03-09 19:42:03 +08:00
.gitignore feat(web): migrate launcher to modular web frontend/backend and improve management UX (#1275) 2026-03-09 19:42:03 +08:00
app_runtime.go refactor(backend): add darwin no-cgo tray fallback (#1689) 2026-03-17 19:43:44 +08:00
embed.go fix(web): correct SVG MIME type to image/svg+xml 2026-03-12 20:39:26 +08:00
embed_test.go feat(web): migrate launcher to modular web frontend/backend and improve management UX (#1275) 2026-03-09 19:42:03 +08:00
i18n.go add systray ui for all platform (#1649) 2026-03-17 14:12:32 +08:00
icon.ico feat(web): migrate launcher to modular web frontend/backend and improve management UX (#1275) 2026-03-09 19:42:03 +08:00
icon.png add systray ui for all platform (#1649) 2026-03-17 14:12:32 +08:00
main.go refactor(backend): add darwin no-cgo tray fallback (#1689) 2026-03-17 19:43:44 +08:00
systray.go fix(backend): add no-cgo tray fallback for darwin and freebsd (#1691) 2026-03-17 20:13:11 +08:00
systray_unix.go add systray ui for all platform (#1649) 2026-03-17 14:12:32 +08:00
systray_windows.go add systray ui for all platform (#1649) 2026-03-17 14:12:32 +08:00
tray_stub_nocgo.go fix(backend): add no-cgo tray fallback for darwin and freebsd (#1691) 2026-03-17 20:13:11 +08:00