fischer-agentkit/src/agentkit/server
chiguyong 6d5a08cb0c feat(gui): refactor chat panel with Markdown rendering and tool indicators (U3)
- ChatMessage: replace v-html with markdown-it, add ToolCallIndicator
- ChatInput: add ContextPill support for file/skill context
- ChatSidebar: make collapsible (default collapsed)
- Create ToolCallIndicator.vue with color-coded tool type badges
- Create ContextPill.vue for context references
- Replace all hardcoded colors with Design Token references
- Install markdown-it for Markdown rendering
2026-06-13 02:38:37 +08:00
..
frontend feat(gui): refactor chat panel with Markdown rendering and tool indicators (U3) 2026-06-13 02:38:37 +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