Commit 8a6aa3e
fix: merge agent command with args in parseAgents config
- Updated parseAgents() in src/config.ts to read raw.args and merge
it with command as "{command} {args.join(' ')}"
- Updated ConfigAgentEntry type to include args?: string[]
- Added 3 tests: args merging, backward compat, invalid type validation
- All 443 tests pass, lint clean
Fixes #1981 parent 130a1c5 commit 8a6aa3e
3 files changed
Lines changed: 1403 additions & 220 deletions
0 commit comments