Commit Graph

  • d882d01e07 fix(web): remove duplicate "Execution Flow" heading in Deep Dive (#151) main chenyizhongx 2026-04-01 21:00:52 +08:00
  • 6511c98631 Fix unhandled OSError in subprocess and unsafe dict access in subagent (#159) Zhang 2026-04-01 21:00:47 +08:00
  • 117e59c541 fix s06:some model textblock may not be the first element (#156) jigelang 2026-04-01 21:00:25 +08:00
  • 92b50e5cd2 Fix typo in zh/s04-subagent.md (#163) comey246 2026-04-01 20:59:52 +08:00
  • 16b927c8ee Fix s_full.py consistency: auto_compact keeps newest messages, nag reminder appends after tool_results CrazyBoyM 2026-03-30 00:09:37 +08:00
  • def7c9a03e Preserve read_file results during micro_compact (PR #72) CrazyBoyM 2026-03-30 00:06:02 +08:00
  • e4edd82c8c Merge pull request #88 from wbxl2000/main Xinlu Lai 2026-03-30 00:04:18 +08:00
  • 21bc06153f Merge pull request #83 from QuentinHsu/fix/web-theme-mount-sync Xinlu Lai 2026-03-30 00:04:13 +08:00
  • 40f5a6ecc9 Merge pull request #123: prevent task claiming race condition in s11 CrazyBoyM 2026-03-29 23:57:14 +08:00
  • 5f2b0f205e Simplify task graph to single-source blockedBy (PR #127) CrazyBoyM 2026-03-29 23:56:39 +08:00
  • 5c7b873d3b Merge pull request #118 from deanbear/fix-auto-compact-400 CrazyBoyM 2026-03-29 23:52:02 +08:00
  • 61eb6ee87b Merge pull request #85 from folook/fix/task_system_one_way_synchronization Xinlu Lai 2026-03-29 23:49:15 +08:00
  • 6ac84e96a7 Merge pull request #110 from Zheisenbergy/Zheisenbergy-patch-1 Xinlu Lai 2026-03-29 23:49:11 +08:00
  • 10d90cdcc6 Separate tool name from output across all agent sessions (s03-s_full) CrazyBoyM 2026-03-29 23:27:41 +08:00
  • a66558a8df Reapply "Merge pull request #128 from jimpablo/improve-output-format" CrazyBoyM 2026-03-29 23:26:49 +08:00
  • a879813eac Revert "Merge pull request #128 from jimpablo/improve-output-format" CrazyBoyM 2026-03-29 23:17:45 +08:00
  • de2f03acec Merge pull request #77 from Gujiassh/fix/s-full-follow-up Xinlu Lai 2026-03-29 23:06:41 +08:00
  • 1e85c99a6f Merge pull request #145 from Gujiassh/fix/python-smoke-tests Xinlu Lai 2026-03-29 23:06:38 +08:00
  • 75d2066ecc Merge pull request #135 from meowsaic/main Xinlu Lai 2026-03-29 23:06:35 +08:00
  • a9dabf5e70 Merge pull request #122 from chablino/fix-S07 Xinlu Lai 2026-03-29 23:06:31 +08:00
  • a400a5b081 Merge pull request #133 from bluzername/fix/task-json-non-ascii Xinlu Lai 2026-03-29 23:06:18 +08:00
  • 86f7ac1410 Merge pull request #128 from jimpablo/improve-output-format Xinlu Lai 2026-03-29 23:06:15 +08:00
  • 3b9b87f027 Merge pull request #69 from w4n9hu1/main Xinlu Lai 2026-03-29 23:06:12 +08:00
  • 79f8729c50 Merge pull request #97 from Jah-yee/main Xinlu Lai 2026-03-29 23:06:09 +08:00
  • 3b68272933 Merge pull request #140 from 1thanMoon/fix/s05-frontmatter-multiline-yaml Xinlu Lai 2026-03-29 22:49:22 +08:00
  • 7eca7bc3db fix: append nag reminder instead of inserting at front (#142) alsaberi 2026-03-29 07:45:47 -07:00
  • 0cb6f85805 fix: #143 UTF-8 backspace fix for macOS libedit (#144) toxic 2026-03-29 22:44:36 +08:00
  • bfac5b9b88 Add Python smoke tests Gujiassh 2026-03-11 10:10:21 +08:00
  • 93ccf2a2ac fix: parse multi-line YAML block scalars in frontmatter Moon 2026-03-28 21:37:22 +08:00
  • b17fa2b880 Update s_full.py - Fix: Print text responses in __main__ REPL loop meowsaic 2026-03-27 00:24:50 +08:00
  • 189c3341be fix: use ensure_ascii=False in task JSON for readable non-ASCII text bluzername 2026-03-26 07:12:53 +07:00
  • 8dfbe98db7 Improve tool output readability jimpablo 2026-03-24 21:46:02 +08:00
  • 42fac6af5a Fix: Add blockedBy check in claim_task to prevent LLM bypassing dependencies chablino 2026-03-23 22:42:24 +08:00
  • 644b0753c9 Update agents/s11_autonomous_agents.py to7for 2026-03-23 22:34:56 +08:00
  • ea53008ae7 Update agents/s11_autonomous_agents.py to7for 2026-03-23 22:34:46 +08:00
  • 0618ec809e Fix: Handle claim_task error response in agent idle loop chablino 2026-03-23 21:42:49 +08:00
  • 41f18ca08d Fix: Align ID extraction logic with _new_id using index [1] chablino 2026-03-23 21:27:50 +08:00
  • 73b11ce18c Update agents/s07_task_system.py to7for 2026-03-23 21:21:26 +08:00
  • 70aa7a5b4c Fix: Sort task JSON files numerically instead of lexicographically chablino 2026-03-23 21:14:28 +08:00
  • 950378a29f fix: remove hardcoded assistant acks after system message injection bear 2026-03-23 20:24:42 +08:00
  • 1ffdf3d739 auto_compact llm request error fixed bear 2026-03-23 16:54:01 +08:00
  • 0451bc801d Update s06_context_compact.py Zheisenbergy 2026-03-21 21:51:55 +08:00
  • 3b9895b1c0 Merge pull request #2 from wbxl2000/copilot/resolve-code-branch-conflicts qer 2026-03-19 14:54:21 +08:00
  • 4fc9ff65a3 Merge remote-tracking branch 'upstream/main' into copilot/resolve-code-branch-conflicts copilot-swe-agent[bot] 2026-03-19 03:00:25 +00:00
  • c7ef4f119c Initial plan copilot-swe-agent[bot] 2026-03-19 02:56:41 +00:00
  • 399e8c1cb6 fix: correct WeChat capitalization in README Jah-yee 2026-03-19 00:26:57 +08:00
  • a9c71002d2 the model is the agent, the code is the harness CrazyBoyM 2026-03-18 01:19:34 +08:00
  • 6610497c8e Merge pull request #1 from wbxl2000/copilot/optimize-chinese-translation qer 2026-03-17 01:16:21 +08:00
  • 13409478ef Optimize Chinese translations: preserve English proper nouns (Skills, Agent, Subagent, Context Compact, etc.) copilot-swe-agent[bot] 2026-03-16 14:23:59 +00:00
  • 702dddfe61 Initial plan copilot-swe-agent[bot] 2026-03-16 14:06:15 +00:00
  • 66a8429f97 fix(task-system): sync blocks when adding blockedBy dependencies fumanhua 2026-03-15 16:00:43 +08:00
  • 69f8abdbda fix(header): sync theme icon state after mount QuentinHsu 2026-03-15 14:12:40 +08:00
  • e57ced7d07 redirect vercel traffic to learn.shareai.run CrazyBoyM 2026-03-14 23:50:32 +08:00
  • 49ab1e6ff8 Fix running background status in s_full Gujiassh 2026-03-12 15:45:20 +09:00
  • 450185b952 Update README.md Xinlu Lai 2026-03-11 10:31:37 +08:00
  • 434fb53a0c Merge pull request #1 from w4n9hu1/copilot/update-chinese-i18n-label-memory Wang Hui 2026-03-10 23:22:54 +08:00
  • c8eba1887d fix(i18n): update zh layer_labels.memory from 内存管理 to 记忆管理 copilot-swe-agent[bot] 2026-03-10 15:20:48 +00:00
  • 884cd111ba Initial plan copilot-swe-agent[bot] 2026-03-10 15:19:52 +00:00
  • aa61ecd7c0 Update README.md Xinlu Lai 2026-03-02 23:24:25 +08:00
  • 057472ef2e Update README.md Xinlu Lai 2026-03-02 23:16:23 +08:00
  • 14c722814d fix: redirect root path to default locale (#35) CrazyBoyM 2026-02-28 00:43:24 +08:00
  • aaa93bcfc4 fix(agents): print final assistant response in s02-s12 (#39) Gaarahan 2026-02-28 00:10:39 +08:00
  • dbffe7c8d0 fix: address community issues #37 #30 #36 CrazyBoyM 2026-02-28 00:09:57 +08:00
  • 4f39ee4512 fix session doc CrazyBoyM 2026-02-27 02:19:54 +08:00
  • 665831c774 better doc CrazyBoyM 2026-02-27 01:11:57 +08:00
  • aea8844bac add worktree & up task、teammate etc CrazyBoyM 2026-02-24 01:44:44 +08:00
  • c6a27ef1d7 feat: build an AI agent from 0 to 1 -- 11 progressive sessions CrazyBoyM 2026-02-21 14:37:42 +08:00