fischer-agentkit/src/agentkit/server
chiguyong 2988d3768e feat(gui): add Design Token system and theme configuration (U1)
- Create tokens.css with CSS custom properties for colors, spacing,
  radius, fonts, shadows, transitions, and code theme
- Create theme.ts mapping tokens to Ant Design Vue ConfigProvider
- Create styles/index.ts as unified entry point
- Inject theme into App.vue ConfigProvider
- Import styles in main.ts

Primary color unified to #7c3aed (purple gradient brand color).
2026-06-13 02:32:29 +08:00
..
frontend feat(gui): add Design Token system and theme configuration (U1) 2026-06-13 02:32:29 +08:00
routes feat: frontend productization with code review fixes 2026-06-13 01:29:58 +08:00
static fix(review): comprehensive P0-P2 code review fixes 2026-06-12 22:18:25 +08:00
__init__.py feat(agentkit): v2 Phase 1 - ReAct/LLM Gateway/Skill/Server + review fixes 2026-06-05 23:32:16 +08:00
app.py feat: frontend productization with code review fixes 2026-06-13 01:29:58 +08:00
client.py feat(streaming): Phase C - LLM streaming + ReAct events + SSE endpoint 2026-06-06 11:54:17 +08:00
client_config.py feat(cli): pair command + doctor rename + client config priority 2026-06-06 13:08:14 +08:00
config.py fix(review): address code review findings for speed optimization 2026-06-12 13:21:44 +08:00
middleware.py fix(security,reliability): resolve all P2 findings from code review 2026-06-10 15:05:40 +08:00
runner.py feat(server): Phase D - async task system (TaskStore + BackgroundRunner + API) 2026-06-06 11:39:41 +08:00
task_store.py fix(review): address all 14 P2 advisory findings 2026-06-06 18:20:46 +08:00