You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Set expand=False on all Rich Panels to prevent full-width expansion
All Panel components in the codebase were expanding to fill the terminal
width instead of fitting their content. This fixes recurring issues with
overly wide panels in instance status, config validate, and launch commands.
Changes:
- instance.py: Fixed _build_status_table and launch panels
- config.py: Fixed validate command panel
- ami.py: Fixed launch command panel
- Added test for panel expand=False property
Fixes#43
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
(cherry picked from commit f02aff2)
Copy file name to clipboardExpand all lines: specs/plan.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,6 @@ Features and improvements for future releases.
77
77
| 23 | 40 | Standardize console output styles | Align all command output to match `config show` style for consistency |[issue-40](./issue-40-console-output-consistency.md)| COMPLETED |
78
78
| 24 | 41 | Fix instance cost integration | Cost not displaying, panel too wide, integrate into `instance ls` instead of separate command |[issue-41](./issue-41-instance-cost-fixes.md)| COMPLETED |
79
79
| 25 | 42 | Clarify instance ls vs status | Evaluate overlap between commands; ensure distinct purposes or consolidate |[issue-42](./issue-42-ls-vs-status.md)| COMPLETED |
80
-
| 26 | 43 | Fix Rich Panel width globally | Panels expand to full terminal width; audit all Panel usage and set expand=False |[issue-43](./issue-43-panel-width-fix.md)|TODO|
80
+
| 26 | 43 | Fix Rich Panel width globally | Panels expand to full terminal width; audit all Panel usage and set expand=False |[issue-43](./issue-43-panel-width-fix.md)|COMPLETED|
81
81
| 27 | 44 | Validate tests against real API formats | Mocked tests can pass while real API fails; add validation against actual AWS response formats |[issue-44](./issue-44-test-api-validation.md)| TODO |
82
82
| 28 | 45 | v1.1.0 release preparation | Update changelog, version bump, final testing |[issue-45](./issue-45-v1.1-release-preparation.md)| TODO |
0 commit comments