Commit Graph

  • 6f35ddbed9 fix: CI add --skip-existing and bump to v1.0.9 v1.0.9 Val-sss 2026-04-30 12:42:08 +08:00
  • 50e5b22a2e fix: pin setuptools<78 in CI to avoid license classifier error v1.0.8 Val-sss 2026-04-30 12:39:32 +08:00
  • a99dcfe255 fix: move tree-sitter back to base deps (pre-built wheels available) Val-sss 2026-04-30 12:16:23 +08:00
  • e9f3937369 refactor: vision expert second review + remove hardcoded credentials dashitongzhi 2026-04-30 12:10:14 +08:00
  • 1488834e71 fix: vision expert improvements from code review dashitongzhi 2026-04-30 11:56:44 +08:00
  • b2e9d33164 feat: add multimodal vision expert for image analysis and code generation dashitongzhi 2026-04-30 11:46:49 +08:00
  • edd7e5d1ee feat: publish to PyPI + fix installation issues v1.0.7 Val-sss 2026-04-30 11:45:56 +08:00
  • a88e0c18b3 docs: one line per day in README changelog Val-sss 2026-04-30 08:31:15 +08:00
  • efa3b15183 docs: simplify README changelog to daily summary Val-sss 2026-04-30 08:29:47 +08:00
  • 314972b9b9 fix: PPT misclassification + SSH ops guidance Val-sss 2026-04-30 08:26:53 +08:00
  • c316feb833 docs: add round 2 walkthrough report (10 new scenarios, no fixes) Val-sss 2026-04-30 07:27:12 +08:00
  • 7b6e853a55 docs: update CHANGELOG and README for v1.0.7 Val-sss 2026-04-30 03:54:12 +08:00
  • e32a43982b fix: wire up 4 remaining walkthrough issues Val-sss 2026-04-30 03:52:33 +08:00
  • bbd573170f fix: planner regex bug + add WALKTHROUGH_REPORT.md Val-sss 2026-04-30 03:44:46 +08:00
  • 48184ed821 docs: update CHANGELOG and README for v1.0.6 Val-sss 2026-04-30 03:28:49 +08:00
  • 3482379c79 feat: smart search — LLM auto-decides site: restriction in queries Val-sss 2026-04-30 03:27:15 +08:00
  • 67e9b61131 feat: P1+P2 — auto task decomposition, pre-search, PCED-Lite Val-sss 2026-04-30 03:15:27 +08:00
  • 8dfb962515 docs: add CODE_REVIEW_LESSONS.md — post-mortem and prevention rules Val-sss 2026-04-30 03:00:51 +08:00
  • 0c36d0cfc8 docs: update CHANGELOG and README for v1.0.4 Val-sss 2026-04-30 02:57:07 +08:00
  • 723574cb34 fix: resolve 8 code review issues (dead code, race conditions, data errors) Val-sss 2026-04-30 02:55:49 +08:00
  • 8a49561fff docs: add update log table to README top section Val-sss 2026-04-30 02:31:03 +08:00
  • bc730bc731 docs: update CHANGELOG for v1.0.3 Val-sss 2026-04-30 02:23:28 +08:00
  • 1b9610628a feat: implement 3-layer context architecture (KWCODE_CONTEXT_SPEC) Val-sss 2026-04-30 02:22:08 +08:00
  • a809367b86 feat: persistent SSH session via paramiko Val-sss 2026-04-30 02:14:49 +08:00
  • 2f3eb6bf2e fix: sensitive files backup instead of block (like Claude Code) Val-sss 2026-04-29 20:55:41 +08:00
  • 8fd5275b2e feat: complete MoE framework — token budget, guardrails, observability, session continuity Val-sss 2026-04-29 20:52:13 +08:00
  • 91f52b34f7 feat: dynamic retry budget + TaskPlanner + context pollution fix Val-sss 2026-04-29 20:23:04 +08:00
  • 3c48a33545 docs: update README and CHANGELOG for v1.0.0 final Val-sss 2026-04-29 19:51:18 +08:00
  • c0ec272925 fix: LLMBackend auto-detect OpenAI-compatible API vs Ollama Val-sss 2026-04-29 19:44:08 +08:00
  • 347b4ad976 feat: v1.0.0 — 5 meta-experts + 15 SKILL.md knowledge layer, architecture finalized Val-sss 2026-04-29 19:35:24 +08:00
  • 0aeb91b766 feat: upgrade expert system to SKILL.md progressive disclosure format Val-sss 2026-04-29 19:15:19 +08:00
  • 6fd78a3e06 docs: expand references with design decisions and project history Val-sss 2026-04-29 15:45:56 +08:00
  • 4bfc2f2417 docs: add detailed references table (papers + open source projects) Val-sss 2026-04-29 15:35:50 +08:00
  • 22773f6586 docs: rewrite README for v0.9.0 Val-sss 2026-04-29 15:30:17 +08:00
  • 1266591951 feat: add /multi command for serial+parallel multi-task execution Val-sss 2026-04-29 13:49:08 +08:00
  • 56b9c1e7da docs: update STATUS.md to v0.9.0, document architecture corrections Val-sss 2026-04-29 13:19:58 +08:00
  • 4bcf932639 feat: add Debug Subagent for runtime debugging on retry Val-sss 2026-04-29 13:16:32 +08:00
  • 7f2f74fbb6 feat: DAG task compiler + prompt optimizer, remove Python expert system Val-sss 2026-04-29 11:12:13 +08:00
  • 9a460d6837 update STATUS.md: comprehensive v0.7.0 progress summary Val-sss 2026-04-29 00:22:27 +08:00
  • abff0f5a0f 更新 README.md ValHuang 2026-04-28 22:59:58 +08:00
  • f5c23966bd docs: remove Ollama as hard requirement, add cloud API option Val-sss 2026-04-28 18:30:45 +08:00
  • 5765a4f329 docs: rewrite pain points section — context overflow, retry loops, tool execution Val-sss 2026-04-28 18:05:54 +08:00
  • 248dd7f1d5 docs: add /api command usage (temp/default/show) to README Val-sss 2026-04-28 17:59:33 +08:00
  • 3b806fdede rename README_zh.md → README.md for GitHub display Val-sss 2026-04-28 17:54:45 +08:00
  • c6197d0316 v0.7.0: P1+P2+搜索重构+UI全面优化 Val-sss 2026-04-28 17:52:59 +08:00
  • 65cdf9818f Flywheel E2E verified: 5 tasks → pattern → expert gen → 3 gates → lifecycle Val-sss 2026-04-27 10:05:46 +08:00
  • 432177424d Update STATUS: CLI rename kwqode complete Val-sss 2026-04-27 10:03:09 +08:00
  • 8660e26b1a Rename CLI command kaiwu → kwqode Val-sss 2026-04-27 10:01:04 +08:00
  • 61e7efcc32 Update STATUS: China network optimization complete Val-sss 2026-04-27 09:49:52 +08:00
  • 5e6a4096a8 China network optimization: proxy, Bing fallback, ModelScope auto-switch Val-sss 2026-04-27 09:48:49 +08:00
  • 2f28793018 Update STATUS: all spec v4 steps complete Val-sss 2026-04-27 01:14:18 +08:00
  • 8b9b1b8bec Add --no-search flag and memory reset command Val-sss 2026-04-27 01:12:36 +08:00
  • 3592060eb5 Generator: add test generation path for TestGenExpert Val-sss 2026-04-27 01:04:33 +08:00
  • 01f99aaa1e Add tree-sitter dependencies to pyproject.toml Val-sss 2026-04-27 00:50:17 +08:00
  • 44cb2690cd Expert benchmark framework + validation results Val-sss 2026-04-27 00:47:57 +08:00
  • 303203ca0d Integrate AST call graph into main Locator pipeline Val-sss 2026-04-27 00:38:42 +08:00
  • ef7b0b402c AST engine + V5 validation: tree-sitter call graph +50pp over LLM guessing Val-sss 2026-04-27 00:36:32 +08:00
  • 84e3f6ec36 V5 validation group A: file 100%, function 50% (gemma3:4b) Val-sss 2026-04-27 00:24:45 +08:00
  • 235ecd2928 V6 expert generation validation: gemma4:e2b 3/3 PASS Val-sss 2026-04-27 00:22:31 +08:00
  • 5668419bdf Kaiwu v0.4: expert registry, flywheel, 3-layer memory, MCP router Val-sss 2026-04-27 00:18:04 +08:00
  • 7cebdba70d Update STATUS: all planned features complete Val-sss 2026-04-26 23:09:00 +08:00
  • ae07472789 Disable thinking for short-output tasks: gemma4 64.9s → 19.3s (3.4x) Val-sss 2026-04-26 23:07:24 +08:00
  • c955ecd544 Improve Gate prompt: explicit expert_type descriptions, codegen boundary fix Val-sss 2026-04-26 23:00:14 +08:00
  • 2cf9e6c431 Update STATUS: gemma4 validation results, remaining TODOs Val-sss 2026-04-26 22:57:09 +08:00
  • ef8aba7a33 Add gemma4 to reasoning model list, verified E2E with gemma4:e2b Val-sss 2026-04-26 22:56:06 +08:00
  • bccd0bb81f Fix Windows GBK console encoding in CLI entry point Val-sss 2026-04-26 22:23:09 +08:00
  • b92daefc6f Update STATUS: multi-file E2E pass, codegen limitation noted Val-sss 2026-04-26 22:18:35 +08:00
  • feb94dae23 Add symbol index to file-level location for cross-file bug detection Val-sss 2026-04-26 22:17:08 +08:00
  • 1375c136fc Update STATUS.md: REPL + AST locator + SO API done Val-sss 2026-04-26 22:11:35 +08:00
  • 296eeb6949 AST-assisted function location: extract candidates, LLM selects Val-sss 2026-04-26 22:11:05 +08:00
  • 67ab00e48a Add interactive REPL mode: kaiwu with no args enters shell Val-sss 2026-04-26 20:50:25 +08:00
  • 4fd4c489bc Fix SO 403 via StackExchange API + skip LLM for short content Val-sss 2026-04-26 20:39:11 +08:00
  • e8fb2c853e Update STATUS.md with search module results and lessons learned Val-sss 2026-04-26 19:56:30 +08:00
  • 6489c1c8f7 Add 6-step search pipeline: Intent→Query→DDG→Filter→Fetch→Compress Val-sss 2026-04-26 19:55:05 +08:00
  • 363d5dce36 Kaiwu v3 MVP: deterministic expert pipeline for local-model coding agent Val-sss 2026-04-26 12:47:34 +08:00