Commit c7eba09
fix: widen VERSION column in agent list to prevent truncation (#190)
## Summary
- Increased `COL_VERSION` from 14 to 18 characters in
`src/commands/agent/list.ts`
- Prevents version strings from being truncated in `rli agent list`
output
## Test plan
- [ ] Run `rli agent list` and verify VERSION column displays full
version strings without truncation
- [ ] Verify table layout remains properly aligned at various terminal
widths
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Agent Flow <agent@agentflow.dev>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 1a92f5f commit c7eba09
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments