learn-claude-code/agents
Yang Haoran 291e5f88fd
Merge pull request #240 from huanghuang358/fix/s08-consecutive-user-messages
fix(s08): avoid consecutive user messages
2026-08-17 14:27:21 +08:00
..
__init__.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s01_agent_loop.py Fix unhandled OSError in subprocess and unsafe dict access in subagent (#159) 2026-04-01 21:00:47 +08:00
s02_tool_use.py Fix subprocess output decoding in s02 2026-05-25 14:35:32 +08:00
s03_todo_write.py Separate tool name from output across all agent sessions (s03-s_full) 2026-03-29 23:27:41 +08:00
s04_subagent.py Fix unhandled OSError in subprocess and unsafe dict access in subagent (#159) 2026-04-01 21:00:47 +08:00
s05_skill_loading.py Separate tool name from output across all agent sessions (s03-s_full) 2026-03-29 23:27:41 +08:00
s06_context_compact.py fix(s06): wire compact tool's focus parameter into auto_compact 2026-05-15 10:59:51 +08:00
s07_task_system.py Simplify task graph to single-source blockedBy (PR #127) 2026-03-29 23:56:39 +08:00
s08_background_tasks.py fix: merge async notices in full agent 2026-08-17 14:25:07 +08:00
s09_agent_teams.py Merge pull request #233 from Mr-JingShi/main 2026-08-14 23:31:44 +08:00
s10_team_protocols.py Merge pull request #233 from Mr-JingShi/main 2026-08-14 23:31:44 +08:00
s11_autonomous_agents.py Merge pull request #233 from Mr-JingShi/main 2026-08-14 23:31:44 +08:00
s12_worktree_task_isolation.py Separate tool name from output across all agent sessions (s03-s_full) 2026-03-29 23:27:41 +08:00
s_full.py fix: merge async notices in full agent 2026-08-17 14:25:07 +08:00