learn-claude-code/agents
Yang Haoran 5c3328101f
Merge pull request #286 from 123456wda/fix/s09-s10-s11-missing-dev-null-check
fix: add missing "> /dev/" dangerous command check in s09/s10/s11
2026-06-27 01:28:25 +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 Merge pull request #118 from deanbear/fix-auto-compact-400 2026-03-29 23:52:02 +08:00
s09_agent_teams.py fix: add missing "> /dev/" dangerous command check in s09/s10/s11 2026-05-15 10:56:15 +08:00
s10_team_protocols.py fix: add missing "> /dev/" dangerous command check in s09/s10/s11 2026-05-15 10:56:15 +08:00
s11_autonomous_agents.py fix: add missing "> /dev/" dangerous command check in s09/s10/s11 2026-05-15 10:56:15 +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 s_full.py consistency: auto_compact keeps newest messages, nag reminder appends after tool_results 2026-03-30 00:09:37 +08:00