sandbox-agent/server/packages/sandbox-agent
Nathan Flurry 5c7a0ac761 fix: prevent panic on empty modes/thoughtLevels in parse_agent_config
Use `.first()` with safe fallback instead of direct `[0]` index access,
which would panic if the Vec is empty and no default is set.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 15:55:52 -08:00
..
src fix: prevent panic on empty modes/thoughtLevels in parse_agent_config 2026-03-05 15:55:52 -08:00
tests chore: fix bad merge 2026-02-11 07:57:02 -08:00
build.rs acp spec (#155) 2026-02-11 14:47:41 +00:00
Cargo.toml chore: fix bad merge 2026-02-11 07:57:02 -08:00