fabro/crates/coding-agent-loop/src
Bryan Helmkamp 010d09a03a Close remaining spec compliance gaps in coding-agent-loop
- Abort now transitions to CLOSED state and returns Err(Aborted)
- Closed sessions no longer emit SessionStart before rejecting input
- Add set_reasoning_effort() for mid-session reasoning effort changes
- Fix spawn_agent truncation limit from 30k to spec-required 20k
- Add JSON Schema validation of tool arguments before execution

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-20 14:05:16 -04:00
..
profiles Close spec compliance gaps in coding-agent-loop 2026-02-20 13:54:50 -04:00
config.rs Close spec compliance gaps in coding-agent-loop 2026-02-20 13:54:50 -04:00
error.rs Implement coding-agent-loop crate: tools, profiles, subagents, parallel execution 2026-02-20 12:57:49 -04:00
event.rs Implement coding-agent-loop crate: tools, profiles, subagents, parallel execution 2026-02-20 12:57:49 -04:00
execution_env.rs Close spec compliance gaps in coding-agent-loop 2026-02-20 13:54:50 -04:00
history.rs Close spec compliance gaps in coding-agent-loop 2026-02-20 13:54:50 -04:00
lib.rs Close spec compliance gaps in coding-agent-loop 2026-02-20 13:54:50 -04:00
local_env.rs Close spec compliance gaps in coding-agent-loop 2026-02-20 13:54:50 -04:00
loop_detection.rs Close spec compliance gaps in coding-agent-loop 2026-02-20 13:54:50 -04:00
project_docs.rs Close spec compliance gaps in coding-agent-loop 2026-02-20 13:54:50 -04:00
provider_profile.rs Close spec compliance gaps in coding-agent-loop 2026-02-20 13:54:50 -04:00
session.rs Close remaining spec compliance gaps in coding-agent-loop 2026-02-20 14:05:16 -04:00
subagent.rs Close spec compliance gaps in coding-agent-loop 2026-02-20 13:54:50 -04:00
tool_registry.rs Close spec compliance gaps in coding-agent-loop 2026-02-20 13:54:50 -04:00
tools.rs Close spec compliance gaps in coding-agent-loop 2026-02-20 13:54:50 -04:00
truncation.rs Close remaining spec compliance gaps in coding-agent-loop 2026-02-20 14:05:16 -04:00
types.rs Implement coding-agent-loop crate: tools, profiles, subagents, parallel execution 2026-02-20 12:57:49 -04:00