Commit Graph

  • b2feaeddb4 update for mcp main wangwei 2026-08-06 11:08:46 +08:00
  • 31bbf80aeb feat: surface MCP server status in System Status page wangweiandCopilot 2026-08-03 11:37:22 +08:00
  • 73e79a610d docs: design spec for MCP status panel wangweiandCopilot 2026-08-03 10:56:56 +08:00
  • 49ee50c104 fix: harden MCP endpoint after code review wangweiandCopilot 2026-07-29 17:11:54 +08:00
  • bd3dc38d1d feat: add MCP server module exposing search_regulations tool wangweiandCopilot 2026-07-29 13:00:52 +08:00
  • e78c8a989f docs: add MCP search_regulations implementation plan wangweiandCopilot 2026-07-29 11:03:28 +08:00
  • 483689c1e8 docs: add MCP search_regulations server design spec wangweiandCopilot 2026-07-29 10:58:01 +08:00
  • 6aaaff05f5 docs: add implementation plan for status model usage hardening wangweiandCopilot 2026-07-23 15:31:19 +08:00
  • 0907470a2d fix: offload flush to thread pool, add QwenVL stream_options assert, document single-worker assumption wangweiandCopilot 2026-07-23 15:30:21 +08:00
  • 29f79d7434 feat: seed and periodically persist model usage stats to Postgres wangweiandCopilot 2026-07-23 14:32:21 +08:00
  • 5d132981ad feat: add PostgresModelUsageStore and ModelUsageTracker.seed() wangweiandCopilot 2026-07-23 14:18:22 +08:00
  • 4f6cc4812e revert: disable Cross-Encoder reranker wangweiandCopilot 2026-07-23 14:09:33 +08:00
  • 2547d04b9d chore: enable Cross-Encoder reranker wangweiandCopilot 2026-07-23 14:03:43 +08:00
  • 7adc050968 feat: record streaming token usage in TrackedLLMClient.stream_chat wangweiandCopilot 2026-07-23 13:42:33 +08:00
  • f2bd0deeb3 feat: capture streaming token usage in QwenClient and QwenVLClient wangweiandCopilot 2026-07-23 13:19:23 +08:00
  • 81a6d54fff feat: capture streaming token usage in DeepSeekClient.stream_chat wangweiandCopilot 2026-07-23 11:24:31 +08:00
  • beddc2d976 Merge pull request 'main-ruqi' (#1) from main-ruqi into main wangwei 2026-07-02 22:05:17 +08:00
  • 52e67b0e7b Add LLM token main-ruqi wangwei 2026-07-02 22:03:39 +08:00
  • e3afb8a07a fix: normalize LLM provider key lookup and skip disabled HyDE ping (final review) wangweiandCopilot 2026-07-02 21:24:22 +08:00
  • 6a7fe48c4c fix: use dedicated error message for AI Models card load failure (Task 9 review) wangweiandCopilot 2026-07-02 20:03:27 +08:00
  • 0edbee07d5 fix: add distinct error state for AI Models card load failure (Task 9 review) wangweiandCopilot 2026-07-02 18:01:04 +08:00
  • 2ce4c8a289 feat: add AI Models card to Status page with connection test button wangweiandCopilot 2026-07-02 17:38:33 +08:00
  • 39a51c9e83 feat: add ModelUsageEntry types and status API client functions wangweiandCopilot 2026-07-02 17:23:43 +08:00
  • 049da2297b feat: add i18n keys for AI Models card and fix missing .status.error CSS wangweiandCopilot 2026-07-02 17:06:13 +08:00
  • d83286edd4 fix: honor hyde_enabled toggle and record ping failures before client creation (Task 6 review) wangweiandCopilot 2026-07-02 16:42:58 +08:00
  • 169911ab46 feat: add GET/POST /status/models routes for AI model connection status wangweiandCopilot 2026-07-02 16:20:35 +08:00
  • 66fc388bfb feat: record reranker call outcome into ModelUsageTracker wangweiandCopilot 2026-07-02 15:42:20 +08:00
  • 41096369d3 feat: record embedding call usage into ModelUsageTracker wangwei 2026-07-02 15:15:03 +08:00
  • 4fea159f5b feat: wrap LLM clients with TrackedLLMClient in LLMFactory wangwei 2026-07-02 15:03:12 +08:00
  • d460397dda fix: add missing test comment for backend commenting standard (Task 2 review) wangweiandCopilot 2026-07-02 14:57:55 +08:00
  • 37ea27fcbe feat: add TrackedLLMClient decorator for transparent usage recording wangweiandCopilot 2026-07-02 14:49:06 +08:00
  • 74f327c85e feat: add ModelUsageTracker for per-model token/connection tracking wangwei 2026-07-02 14:41:21 +08:00
  • 4b451ef97c docs: add implementation plan for System Status AI model usage tracking wangweiandCopilot 2026-07-02 14:13:58 +08:00
  • 55ba922250 docs: add design spec for System Status AI model connection/token usage panel wangweiandCopilot 2026-07-02 13:39:43 +08:00
  • 9212747e1b update for 1. 优化 2.中英切换 wangwei 2026-06-10 11:10:36 +08:00
  • e7963b267e fix somethings wangwei 2026-06-08 11:16:28 +08:00
  • 9fea9c6a53 1. Add 登陆功能 2. 调整字体大小 3. 新增部分功能 wangwei 2026-06-05 18:00:31 +08:00
  • 06e0967128 add feature/frontend-redesign-2026-06-03 wangwei 2026-06-05 09:00:36 +08:00
  • 746513cc54 fix wangwei 2026-06-04 15:43:44 +08:00
  • ac490d851a chore: delete dead code, fix tailwind dark mode, fix title and start.sh port wangweiandClaude Sonnet 4.6 2026-06-04 10:29:28 +08:00
  • bc8ccc1143 feat: complete frontend redesign — all 6 pages implemented per prototype specs wangwei 2026-06-03 18:42:42 +08:00
  • 6414d67b3b feat: implement Regulation Q&A chat page with history pane, streaming, citation rail wangwei 2026-06-03 17:58:38 +08:00
  • 9f15e40bbb feat: implement Compliance Analysis three-column workspace with findings and stages wangwei 2026-06-03 17:50:55 +08:00
  • 65ba1b214d feat: implement Document Management page with filterable table and batch actions wangweiandClaude Sonnet 4.6 2026-06-03 17:45:14 +08:00
  • 7cd7a10bea feat: implement Regulatory Signals page with two-pane split and SSE streaming wangweiandClaude Sonnet 4.6 2026-06-03 17:35:37 +08:00
  • 235de65975 feat: implement System Status page with stats grid, panel grid, KPI strip wangwei 2026-06-03 17:26:22 +08:00
  • 07ccf055ab feat: implement Overview launcher page with hero, workflow steps, screen grid wangwei 2026-06-03 17:22:25 +08:00
  • 3dc12b0bfe feat: add AppShell + Topbar + 6-route AppRouter with stub pages wangweiandClaude Sonnet 4.6 2026-06-03 17:16:00 +08:00
  • 08461215b0 feat: add Sidebar component with nav groups, badges, and theme toggle wangweiandClaude Sonnet 4.6 2026-06-03 17:05:05 +08:00
  • dcda7e0423 @ chore: delete old layout/common/tabs components before redesign @ wangwei 2026-06-03 16:58:35 +08:00
  • f3dbdc7e3f feat: update ThemeContext to use data-theme attribute, simplify to light/dark wangweiandClaude Sonnet 4.6 2026-06-03 16:39:33 +08:00
  • 932e2c7792 feat: rewrite globals.css with prototype design tokens, layout, and all page CSS wangwei 2026-06-03 16:14:47 +08:00
  • 22ab39fed2 docs: add frontend redesign spec based on prototype analysis wangwei 2026-06-03 14:58:24 +08:00
  • 2080da87aa feat: complete team-report PPT - slides 8-10 roadmap, assignments, QA wangwei 2026-05-27 18:30:02 +08:00
  • dd850f1023 feat: team-report PPT slides 6-7 architecture and value wangwei 2026-05-27 18:27:16 +08:00
  • 91651682a3 feat: team-report PPT slides 4-5 feature demos wangwei 2026-05-27 18:24:56 +08:00
  • c02c5cec0c feat: team-report PPT slides 2-3 background and progress overview wangwei 2026-05-27 18:22:09 +08:00
  • 4addda9182 feat: add team-report PPT generator - slide 1 cover wangwei 2026-05-27 18:19:00 +08:00
  • 0398fa3fb0 docs: add team-report PPT implementation plan wangwei 2026-05-27 18:16:19 +08:00
  • 3b7153c95c docs: add team-report PPT design spec wangwei 2026-05-27 18:10:41 +08:00
  • 3674f9171e Add Frontend 增加一层渐变背景色 main-20260603 wangwei 2026-05-27 10:30:35 +08:00
  • 30c7bda389 Refactor document handling and update Milvus collection settings ash66 2026-05-26 20:21:31 +08:00
  • fec22a3a2c Fix centered content layout widths ash66 2026-05-26 12:34:12 +08:00
  • 34d72d7ce9 feat(document): add database and process documents ash66 2026-05-26 10:08:56 +08:00
  • 987cc097da feat: implement new layout components and routing structure ash66 2026-05-25 16:19:18 +08:00
  • 10a034e294 feat(bootstrap): refactor runtime dependency management and add lazy loading for binary store and vector index feat(agent): update import for agent session service feat(openai): add context truncation check in OpenAI answer generator docs(README): update frontend environment file conventions fix(vite): default local frontend development to local backend ash66 2026-05-25 13:58:48 +08:00
  • 091a02c522 Add AgentSessionService and refactor agent routes ash66 2026-05-22 09:50:30 +08:00
  • 37f7a60b0a feat(perception): 智能感知模块 - event feed, SSE impact analysis, tab registration wangwei 2026-05-22 00:42:28 +08:00
  • f9ee644f25 feat(perception): backend - mock event store, perception service, /perception API routes wangwei 2026-05-22 00:33:43 +08:00
  • 09f9cf2bf0 feat(status): loading/error states, refresh button, auto-poll, health panel, config truncation, doc status highlights wangwei 2026-05-22 00:02:38 +08:00
  • 4e90b4f2da feat(status): add SystemHealth type and getSystemHealth() API function wangwei 2026-05-21 23:54:52 +08:00
  • 6bf5600a26 feat(status): add /health aggregate endpoint and 10s TTL cache on /stats wangwei 2026-05-21 23:53:15 +08:00
  • bf6d47e1fd Fix 法规对话 wangwei 2026-05-21 23:20:39 +08:00
  • 1b640f0084 fix 法规对话模块 wangwei 2026-05-20 23:39:15 +08:00
  • b065d55c86 fix 文档管理模块 & 法规对话模块 wangwei 2026-05-20 23:34:08 +08:00
  • c22b03dc07 feat: Migrate document parsing to Aliyun and update embedding configurations ash66 2026-05-18 22:30:28 +08:00
  • 3f69cad404 Fix SSE route dependency and align architecture docs ash66 2026-05-18 16:32:42 +08:00
  • 86b9ac806a Delete log file for May 14, 2026, to clean up unnecessary data and maintain log management. ash66 2026-05-18 13:29:57 +08:00
  • 35cd927d02 Refactor code structure for improved readability and maintainability ash66 2026-05-14 18:09:15 +08:00
  • 10d04c4083 update wangwei 2026-05-14 15:07:34 +08:00
  • c2a398930d first commit wangwei 2026-04-28 11:29:33 +08:00