sandbox-agent/server
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
..
packages fix: prevent panic on empty modes/thoughtLevels in parse_agent_config 2026-03-05 15:55:52 -08:00
AGENTS.md feat: expand api snapshots and schema tooling 2026-01-26 00:13:17 -08:00
ARCHITECTURE.md chore: fix bad merge 2026-02-11 07:57:02 -08:00
CLAUDE.md acp spec (#155) 2026-02-11 14:47:41 +00:00