Skip to content

fix: widen VERSION column in agent list to prevent truncation#190

Merged
jrvb-rl merged 1 commit into
mainfrom
agent/fix-version-column-width
Mar 31, 2026
Merged

fix: widen VERSION column in agent list to prevent truncation#190
jrvb-rl merged 1 commit into
mainfrom
agent/fix-version-column-width

Conversation

@jrvb-rl

@jrvb-rl jrvb-rl commented Mar 31, 2026

Copy link
Copy Markdown
Contributor

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

The VERSION column was set to 14 characters which caused version strings
to be truncated. Increased to 18 characters to display full versions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jrvb-rl jrvb-rl enabled auto-merge (squash) March 31, 2026 01:58
@jrvb-rl jrvb-rl requested review from dines-rl and james-rl March 31, 2026 01:58
@jrvb-rl jrvb-rl merged commit c7eba09 into main Mar 31, 2026
12 of 14 checks passed
@jrvb-rl jrvb-rl deleted the agent/fix-version-column-width branch March 31, 2026 01:59
tode-rl pushed a commit that referenced this pull request Apr 3, 2026
🤖 I have created a release *beep* *boop*
---


##
[1.15.0](v1.14.0...v1.15.0)
(2026-04-03)


### Features

* axon list with pagination and api-client upgrade
([#184](#184))
([dc9743e](dc9743e))
* **cli:** add some (hidden) agent handling commands
([#187](#187))
([1a92f5f](1a92f5f))


### Bug Fixes

* clean stdout for --config-only when appending SSH config
([#192](#192))
([4428295](4428295))
* **cli:** account for pending scenarios in rli display
([#185](#185))
([c82d528](c82d528))
* widen VERSION column in agent list to prevent truncation
([#190](#190))
([c7eba09](c7eba09))


### Performance Improvements

* fetch total count in the background, not foreground
([#189](#189))
([0903d89](0903d89))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants