Augustin
2e50366cd8
feat: add Cobra CLI, LSP/MCP registries, workflow engine, and enriched dashboard
...
Beta Release / beta (push) Successful in 2m24s
Major changes:
- Refactor CLI entry point to Cobra commands (root, setup, scan, doctor, install, update, lsp, mcp, skills, config, version)
- Add LSP registry with health checks, auto-install, and editor config generation
- Add MCP registry with editor detection, status tracking, and per-editor configuration
- Add workflow engine with planner and step execution for automated task chains
- Add conversation search, export (Markdown/JSON), and detailed token counting
- Add streaming shell chat handler with tool call/result events
- Add skill validation, dry-run testing, and export endpoints
- Enrich dashboard with Tools/Activity/Status tabs and tool cards grid
- Add PRD documentation
- Complete i18n for both EN and FR
💘 Generated with Crush
Assisted-by: GLM-5.1 via Crush <crush@charm.land >
2026-04-22 22:22:05 +02:00
Augustin
04b0fff791
refactor(api): split monolithic handlers.go into focused modules
...
Beta Release / beta (push) Successful in 44s
Break down the 627-line handlers.go into specialized modules:
- handlers_chat.go: chat and streaming endpoints
- handlers_config.go: configuration endpoints
- handlers_common.go: shared utilities
- handlers_info.go: info and status endpoints
- handlers_terminal.go: terminal/shell endpoints
- handlers_tools.go: tool-related endpoints
Also includes config improvements, orchestrator enhancements, and
web component updates.
💘 Generated with Crush
Assisted-by: MiniMax-M2.7 via Crush <crush@charm.land >
2026-04-22 18:34:14 +02:00
Augustin
f3cb306053
refactor: redesign Config as settings window with sidebar panels, remove system overview from Dashboard
...
Beta Release / beta (push) Successful in 38s
- Config: sidebar navigation with 5 panels (Profile, AI Providers, Updates, Locale, Skills)
- Dashboard: remove duplicated system overview section, keep workflows and activity log
- New CSS for config window layout, cards, provider cards, update rows
- Add i18n panel keys (FR/EN)
💾 Generated with Crush
Assisted-by: GLM-5-Turbo via Crush <crush@charm.land >
2026-04-21 22:41:25 +02:00