Commit graph

5 commits

Author SHA1 Message Date
Virgil
1b0e197d71 feat(frontend): expose ide route
All checks were successful
Security Scan / security (push) Successful in 11s
Test / test (push) Successful in 6m56s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 09:54:40 +00:00
Snider
a424c2d589 feat: wire brain + agentic subsystems, update wails build artifacts
Some checks failed
Security Scan / security (push) Successful in 13s
Test / test (push) Failing after 1m30s
Add brain.NewDirect() and agentic.NewPrep() to MCP service.
Update go.mod to core/mcp v0.2.0. Regenerated wails bindings.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 15:11:09 +00:00
Snider
bfd5c59cac feat: update Wails to alpha 74, add iOS/Android/Docker build support
Some checks failed
Security Scan / security (push) Successful in 8s
Test / test (push) Failing after 1m41s
- Updated wails3 CLI to v3.0.0-alpha.74
- Added build/ios/, build/android/, build/docker/ from new template
- Updated all platform Taskfiles (darwin, linux, windows)
- Fixed Angular versions to ~20.3.16
- Root Taskfile with platform-aware build/package/run
- Binary compiles and runs — system tray appears on macOS

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 13:10:55 +00:00
Snider
b9500bf866 feat(frontend): wire app shell framework with dynamic providers
Some checks failed
Security Scan / security (push) Successful in 9s
Test / test (push) Failing after 52s
Replace the standalone IDE/Tray components with the framework shell from
core/gui/ui. The IDE frontend is now minimal routing config that uses:

- ApplicationFrameComponent as the HLCRF layout (header, sidebar, content, footer)
- ProviderHostComponent for dynamic custom element rendering via :provider route
- SystemTrayFrameComponent for the 380x480 tray panel

Go side: add GET /api/v1/providers endpoint (ProvidersAPI) that returns all
registered providers from the Registry plus runtime providers from the
RuntimeManager. The Angular frontend calls this on startup to populate
navigation and load custom elements.

Also bumps @angular/build and @angular/cli to 21.x to match @angular/core.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 12:41:55 +00:00
Snider
9fad7cc1ab move 2026-02-16 13:55:59 +00:00