learn-claude-code/agents
alsaberi 7eca7bc3db
fix: append nag reminder instead of inserting at front (#142)
The reminder was inserted at index 0, placing a text block before
tool_result blocks in the user message content array. Use append
to keep the reminder at the end, consistent with message ordering.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-29 22:45:47 +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: #143 UTF-8 backspace fix for macOS libedit (#144) 2026-03-29 22:44:36 +08:00
s02_tool_use.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s03_todo_write.py fix: append nag reminder instead of inserting at front (#142) 2026-03-29 22:45:47 +08:00
s04_subagent.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s05_skill_loading.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s06_context_compact.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s07_task_system.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s08_background_tasks.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s09_agent_teams.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s10_team_protocols.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s11_autonomous_agents.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s12_worktree_task_isolation.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s_full.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00