Commit Graph

  • 4d051c2f25 feat(gui): add transitions, responsive breakpoints and bug fixes (U7) chiguyong 2026-06-13 02:47:51 +0800
  • db216a5cc4 feat(gui): streamline evolution panel and group settings (U6) chiguyong 2026-06-13 02:43:41 +0800
  • 3dc5c68135 feat(gui): refactor terminal panel with One Dark Pro theme and Ant Design Modal (U5) chiguyong 2026-06-13 02:41:46 +0800
  • 79a400afe8 feat(gui): add code/preview panel with diff viewer and file tree (U4) chiguyong 2026-06-13 02:40:14 +0800
  • 6d5a08cb0c feat(gui): refactor chat panel with Markdown rendering and tool indicators (U3) chiguyong 2026-06-13 02:38:37 +0800
  • 9273612a5b feat(gui): add four-quadrant Agent-First layout with top navigation (U2) chiguyong 2026-06-13 02:35:28 +0800
  • 2988d3768e feat(gui): add Design Token system and theme configuration (U1) chiguyong 2026-06-13 02:32:29 +0800
  • 09698d7a06 feat: frontend productization with code review fixes chiguyong 2026-06-13 01:29:58 +0800
  • 3c6c41c140 merge: feat/chat-response-speed-optimization into main chiguyong 2026-06-12 22:18:40 +0800
  • 5ef08a3b30 fix(review): comprehensive P0-P2 code review fixes chiguyong 2026-06-12 22:18:25 +0800
  • 2e55aae775 fix(review): address code review findings for speed optimization chiguyong 2026-06-12 13:21:44 +0800
  • a36bc3d1c1 feat: optimize chat response speed for sub-1s first token latency chiguyong 2026-06-12 13:15:06 +0800
  • d3b792a9ec merge: feat/pipeline-adversarial-loop into main chiguyong 2026-06-12 10:02:47 +0800
  • 8c365486e2 fix(pipeline): address code review findings for adversarial loop chiguyong 2026-06-12 10:02:37 +0800
  • ddc735b078 test(pipeline): add coding harness integration tests chiguyong 2026-06-12 09:42:21 +0800
  • 3392413614 test(pipeline): add adversarial loop unit tests chiguyong 2026-06-12 09:40:19 +0800
  • 6731d96c65 feat(configs): add code_reviewer skill and coding_harness pipeline chiguyong 2026-06-12 09:38:37 +0800
  • dc07c7c60a feat(pipeline): implement adversarial loop execution logic chiguyong 2026-06-12 09:37:30 +0800
  • b733b3a732 feat(pipeline): add adversarial loop schema models chiguyong 2026-06-12 09:35:01 +0800
  • 2110c84fb6 fix: switch default model to qwen3-coder-plus for better function calling chiguyong 2026-06-12 09:27:52 +0800
  • 44f19fcf14 feat: loading animation + tool descriptions in system prompt chiguyong 2026-06-11 22:25:21 +0800
  • 55421dd126 fix: get_tools() and get_system_prompt() now read from tool_registry too chiguyong 2026-06-11 22:17:14 +0800
  • f7225bc91a fix: include available tools in system prompt so LLM knows what it can call chiguyong 2026-06-11 22:00:30 +0800
  • b6ec13cbca debug: log tools count and names in portal before execute_stream chiguyong 2026-06-11 21:44:20 +0800
  • 32c800d1e4 fix: portal routing + response speed + IME input chiguyong 2026-06-11 21:30:25 +0800
  • ae95b56465 fix: use e.isComposing for IME detection instead of manual flag chiguyong 2026-06-11 20:43:38 +0800
  • 66d0901938 fix: prevent Enter from submitting during IME composition chiguyong 2026-06-11 15:37:06 +0800
  • cc4c6fe346 fix: direct-mode agent falls through to default when task needs tools chiguyong 2026-06-11 15:26:19 +0800
  • 52b7d6007d fix: remove '你好' from direct_agent keywords so greetings route to default agent with tools chiguyong 2026-06-11 14:49:59 +0800
  • 93bc7c4e3e fix: change all agent YAML model from hardcoded provider to 'default' chiguyong 2026-06-11 14:19:26 +0800
  • d47f279887 fix: resolve code review issues from deferred improvements chiguyong 2026-06-11 13:49:02 +0800
  • ec51dbb259 feat: optimize劣势项 — 拍卖开关/审计采样/线程安全/评分锚定 chiguyong 2026-06-11 13:04:36 +0800
  • cc2cd414c9 fix: resolve all code review issues from cross-validation chiguyong 2026-06-11 06:22:35 +0800
  • 79eb8469f9 fix: address remaining code review issues chiguyong 2026-06-11 00:14:11 +0800
  • 5171e942d6 feat: multi-agent marketplace architecture evolution chiguyong 2026-06-10 23:58:06 +0800
  • bba394be38 fix(marketplace): address code review findings chiguyong 2026-06-10 19:21:40 +0800
  • 8713636d50 feat(marketplace): add Phase B/C - CostAwareRouter, OrganizationContext, AlignmentGuard, Soul Evolution, Auction, Server Integration chiguyong 2026-06-10 19:09:02 +0800
  • 5b42487d8a feat(core): add ReWOO, Plan-and-Execute, Reflexion execution engines chiguyong 2026-06-10 17:08:48 +0800
  • 6852dfe892 fix(security,reliability): resolve all P2 findings from code review chiguyong 2026-06-10 15:05:40 +0800
  • 658e188939 fix(review): resolve P0/P1 findings from final code review chiguyong 2026-06-10 09:57:29 +0800
  • 1d1805753c fix: resolve key P2 findings from code review chiguyong 2026-06-10 09:01:23 +0800
  • b46a10973f fix(tests): clean up test_shell_tool.py lint issues chiguyong 2026-06-10 08:46:35 +0800
  • 9646b0f0dd fix(tests): update test_shell_tool.py to match new ShellTool API chiguyong 2026-06-10 08:22:15 +0800
  • 7874e875af merge: integrate feat/agentkit-phase8-chat-adaptive (chat/gui commands + GUI mode) chiguyong 2026-06-10 07:44:06 +0800
  • 9e9f1314f6 fix(security): resolve all P0/P1 findings from code review chiguyong 2026-06-10 07:12:41 +0800
  • b34f74f598 feat(phase6): implement end-to-end enterprise scenario validation (U15) chiguyong 2026-06-10 01:38:28 +0800
  • c606ffa64a feat(phase5): implement management pages, evolution dashboard, and workflow editor (U13b/U13c/U14) chiguyong 2026-06-10 01:29:01 +0800
  • a1deeecede feat(phase5): implement Vue3 portal foundation with chat interface and routing (U13a) chiguyong 2026-06-10 01:06:48 +0800
  • 901e4d9d0a feat(phase4): implement Computer Use integration (U12) chiguyong 2026-06-10 00:54:31 +0800
  • c99aee1423 feat(phase3): implement knowledge base and RAG enhancement (U9-U11) chiguyong 2026-06-10 00:45:17 +0800
  • e3d4f811dd feat(phase2): implement self-evolution and smart terminal (U6-U8) chiguyong 2026-06-10 00:22:36 +0800
  • fd4a811929 feat(phase1): implement core kernel and experience foundation (U1-U5) chiguyong 2026-06-09 23:57:03 +0800
  • 31bd3b126c feat(phase8): chat adaptive enhancements, pipeline reflection, search tools upgrade chiguyong 2026-06-09 23:18:06 +0800
  • 045fecd4ce feat(tools): add ShellTool + WebSearchTool, memory system, onboarding wizard, chat mode chiguyong 2026-06-09 01:06:45 +0800
  • 9874a4aac0 test: add Phase 8 integration tests for Chat + Adaptive + Multi-Agent (U8) chiguyong 2026-06-08 01:17:04 +0800
  • 45283d31e8 feat(core): integrate MessageBus into Orchestrator and AgentPool (U7) chiguyong 2026-06-08 00:03:40 +0800
  • 13d6e74099 feat(bus): add MessageBus abstraction layer with InMemory + Redis Streams (U6) chiguyong 2026-06-07 23:58:16 +0800
  • 88d8298871 feat(core): add Orchestrator adaptive task decomposition (U5) chiguyong 2026-06-07 23:50:54 +0800
  • 7054ac02b6 feat(tools): add AskHumanTool + token streaming in ReAct execute_stream chiguyong 2026-06-07 23:40:43 +0800
  • 6013d5189b feat(chat): add Chat API routes with REST + WebSocket bidirectional communication chiguyong 2026-06-07 22:49:26 +0800
  • 493187782c feat(session): add Session/Message models and SessionManager with InMemory/Redis stores chiguyong 2026-06-07 22:43:14 +0800
  • e4d6efb4bf Merge feat/agentkit-phase7-headroom: Phase 6-7 + all review fixes chiguyong 2026-06-07 22:05:34 +0800
  • b34b06724d fix(agentkit): resolve all P0/P1/P2/P3 issues from code review chiguyong 2026-06-07 22:05:18 +0800
  • 3645c7a080 docs: mark Phase 7 Headroom integration plan as completed chiguyong 2026-06-07 18:21:27 +0800
  • bad66445ff feat(compression): U6 GEO Pipeline compression integration tests and config chiguyong 2026-06-07 18:20:41 +0800
  • 9c04362dba feat(compression): U5 HeadroomRetrieveTool for CCR cache retrieval chiguyong 2026-06-07 18:20:17 +0800
  • 286804792d feat(compression): U4 ServerConfig compression field and Agent injection chiguyong 2026-06-07 18:20:05 +0800
  • fcb4fb33f3 feat(compression): U3 ReAct engine tool result compression and incremental compress chiguyong 2026-06-07 18:19:53 +0800
  • ea705b979b feat(compression): U2 HeadroomCompressor with SmartCrusher and CCR cache chiguyong 2026-06-07 18:19:41 +0800
  • 5d3a5f2bf3 feat(compression): U1 CompressionStrategy Protocol and create_compressor factory chiguyong 2026-06-07 18:19:27 +0800
  • 80a505b1c1 docs: mark Phase 6 plan as completed chiguyong 2026-06-07 17:27:01 +0800
  • 239009357a feat(telemetry): U7 OpenTelemetry integration with zero-dependency no-op pattern chiguyong 2026-06-07 17:26:21 +0800
  • 03a5167366 feat(pipeline): U6 step-level retry with exponential backoff and saga compensation chiguyong 2026-06-07 17:26:07 +0800
  • 4db637cd4f feat(pipeline): U5 state persistence with Redis hot + PG cold dual-write chiguyong 2026-06-07 17:25:52 +0800
  • 2e547e345a feat(geo): U4 GEO skill tool binding with BaiduSearch and E2E tests chiguyong 2026-06-07 17:25:37 +0800
  • 9ec1740047 feat(tools): U3 built-in Python tools - WebCrawl, SchemaExtract, SchemaGenerate chiguyong 2026-06-07 17:25:24 +0800
  • 550d29a139 feat(mcp): U2 MCP config system and MCPManager lifecycle chiguyong 2026-06-07 17:25:07 +0800
  • 66b9217569 feat(mcp): U1 StdioTransport for subprocess-based MCP communication chiguyong 2026-06-07 17:24:52 +0800
  • 9b6c0230c0 docs: add Phase 6 toolkit plan chiguyong 2026-06-07 16:21:50 +0800
  • 11a12fed29 docs: mark Phase 5 plan as completed chiguyong 2026-06-06 22:53:14 +0800
  • 24e501f745 fix(core): U10 Agent status lock timeout and config hot-reload audit chiguyong 2026-06-06 22:52:51 +0800
  • 83cdddd199 feat(evaluation): U9 Ragas evaluation pipeline for RAG quality assessment chiguyong 2026-06-06 22:49:27 +0800
  • 9753a08ac8 feat(llm): U8 Chinese LLM providers - Wenxin, Doubao, Yuanbao chiguyong 2026-06-06 22:46:53 +0800
  • 34e083abde feat(evolution): U7 multi-objective fitness and extended strategy space chiguyong 2026-06-06 22:42:54 +0800
  • d5998aaddd feat(evolution): U6 GEPA genetic algorithm evolution framework chiguyong 2026-06-06 22:38:55 +0800
  • 1390bd8d6e feat(skills): U5 GEO Pipeline orchestration with DAG execution chiguyong 2026-06-06 22:34:24 +0800
  • 23934602c0 feat(core): U4 multi-agent Orchestrator with SharedWorkspace chiguyong 2026-06-06 22:25:12 +0800
  • 364fe6bd6d feat(memory): U3 EpisodicMemory ORM integration - EpisodeModel and session factory chiguyong 2026-06-06 22:21:00 +0800
  • f16dcb5ebe feat(memory): U2 Contextual Retrieval - LLM-generated context prefixes for chunks chiguyong 2026-06-06 22:19:02 +0800
  • a6c9babfdc feat(memory): U1 RAG self-correction loop (CRAG) chiguyong 2026-06-06 22:16:23 +0800
  • 468dfd71e8 fix(test): adapt health check assertion to Phase 4 status value change chiguyong 2026-06-06 21:56:30 +0800
  • 6e362a8ae7 feat(agentkit): Phase 4 enterprise production upgrade — 12 Implementation Units chiguyong 2026-06-06 21:51:04 +0800
  • e33dc25ad3 feat(memory): RAG pipeline optimization — 5 Implementation Units chiguyong 2026-06-06 19:27:09 +0800
  • cd5b39087e feat(memory): add HttpRAGService for config-driven knowledge base integration chiguyong 2026-06-06 18:36:05 +0800
  • 0456429beb fix(review): address all 14 P2 advisory findings chiguyong 2026-06-06 18:20:46 +0800
  • 8620751864 fix(review): address P0+P1 findings from Tier 2 code review chiguyong 2026-06-06 17:57:47 +0800
  • f976fade99 docs: mark Phase 3 upgrade plan as completed chiguyong 2026-06-06 17:18:07 +0800
  • f858d279f3 feat(agentkit): Phase 3 upgrade - persistence, memory, evolution, observability chiguyong 2026-06-06 17:17:45 +0800
  • 74e2223153 feat(cli): pair command + doctor rename + client config priority chiguyong 2026-06-06 13:08:14 +0800
  • 3cd6a73d86 feat(cli): Docker deployment + README CLI section chiguyong 2026-06-06 12:47:47 +0800