ekko
4176923bac
support external skill sources ( #981 )
2026-05-24 19:47:52 +08:00
ekko
f4c70bd849
Initialize profile scoped views before loading
2026-05-24 10:11:03 +08:00
ekko
284d794260
Add skill recommendations page content ( #892 )
2026-05-21 12:23:08 +08:00
Desmond Zhang
9325aa5482
feat(skills): usage stats, source filtering, archived skills, provenance, pin toggle ( #386 )
2026-05-02 08:56:58 +08:00
ekko
b5aeb876b8
feat: add dark theme support with CSS custom properties and Naive UI integration
...
Implement runtime theme switching using CSS custom properties delegated through SCSS variables, with light/dark/system modes, FOUC prevention, sidebar toggle, and settings selector. Add theme-aware video assets for sidebar and chat thinking indicator.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-16 23:13:04 +08:00
ekko
351c861777
refactor: restructure project for multi-agent extensibility
...
- Migrate source to packages/client and packages/server directories
- Namespace all Hermes-specific code under hermes/ subdirectories
(api/hermes/, components/hermes/, views/hermes/, stores/hermes/)
- Add hermes.* route names and /hermes/* path prefixes
- Upgrade @koa/router to v15, adapt path-to-regexp v8 syntax
- Fix proxy path rewriting: /api/hermes/v1/* → /v1/*, /api/hermes/* → /api/*
- Fix frontend API paths to match backend /api/hermes/* routes
- Fix WebSocket terminal path to /api/hermes/terminal
- Add proxyMiddleware for reliable unmatched route proxying
- Add profiles route module and hermes-cli profile commands
- Update CLAUDE.md development guide with new architecture
- Add Chinese README (README_zh.md)
- Add Web Terminal feature to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-16 08:38:18 +08:00