fischer-agentkit/src/agentkit/server
chiguyong 5b63214bc1 fix(gui): address all P1 code review findings
- AgentLayout: lazy-load views via defineAsyncComponent, wire route meta to quadrant tab switching
- QuadrantPanel: ARIA tablist/tab/tabpanel roles, keyboard nav, v-if via computed, expose setActiveTab
- SplitPane: touch support, keyboard resize, ARIA separator role
- ChatMessage: DOMPurify sanitization, anchor toolCalls regex to line start
- TerminalEmulator: fix ANSI span imbalance with depth tracking
- theme.ts: read CSS custom properties at runtime via readToken()
- responsive.css: fix bottom-right auto-collapse selector
- app.py: path traversal protection, exclude docs/openapi.json
- skills.ts: use BaseApiClient.request() for installSkill/uninstallSkill
2026-06-13 10:01:26 +08:00
..
frontend fix(gui): address all P1 code review findings 2026-06-13 10:01:26 +08:00
routes feat: frontend productization with code review fixes 2026-06-13 01:29:58 +08:00
static fix(gui): address all P1 code review findings 2026-06-13 10:01:26 +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 fix(gui): address all P1 code review findings 2026-06-13 10:01:26 +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