Skip to content

Conversation

@vertti
Copy link
Owner

@vertti vertti commented Oct 26, 2025

Summary

Rationale

Modern terminals are typically 120+ characters wide. These truncation limits were unnecessarily cutting off important data:

  • Environment variables were truncated at 80 chars
  • Service event messages were truncated at 100 chars
  • Task status details were truncated at 50 chars

Now all data is displayed in full, with Rich table handling text wrapping naturally.

Closes #53

Environment variables longer than 80 characters were being truncated with
"..." which made it impossible to see the full values. Remove this
truncation to display complete environment variable values regardless of
length.
Service event messages were truncated at 100 characters. Remove this
truncation and let Rich table handle text wrapping naturally for
full message visibility.
Task failure analysis was truncated at 50 characters in the history view.
Remove both the column width constraint and truncation logic to display
full status details. Let Rich table handle text wrapping naturally.
@vertti vertti merged commit 413e5d2 into main Oct 26, 2025
5 checks passed
@vertti vertti deleted the fix/remove-truncation-limits branch October 26, 2025 10:33
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.

Environment variable values are truncated when listing with latest version

2 participants