Skip to content

feat: dynamic banner resizing via bubbletea view#361

Draft
srtaalej wants to merge 3 commits intomainfrom
charm-loop
Draft

feat: dynamic banner resizing via bubbletea view#361
srtaalej wants to merge 3 commits intomainfrom
charm-loop

Conversation

@srtaalej
Copy link
Contributor

@srtaalej srtaalej commented Mar 3, 2026

Changelog

Added an interactive shell mode with a styled welcome banner, bubbletea-powered input prompt, and command history navigation. 🦋

Summary

Move the shell banner into the bubbletea input model's View() so it responds to terminal resizes. The banner renders above the input on the first prompt only and disappears after the user submits a command.

Screen.Recording.2026-03-03.at.10.29.12.AM.mov

Requirements

Move the shell banner into the bubbletea input model's View() so it
responds to terminal resizes. The banner renders above the input on the
first prompt only and disappears after the user submits a command.
@srtaalej srtaalej added this to the Next Release milestone Mar 3, 2026
@srtaalej srtaalej self-assigned this Mar 3, 2026
@srtaalej srtaalej added experiment Experimental feature accessed behind the --experiment flag or toggle semver:patch Use on pull requests to describe the release version increment labels Mar 3, 2026
@codecov
Copy link

codecov bot commented Mar 3, 2026

Codecov Report

❌ Patch coverage is 81.81818% with 26 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.18%. Comparing base (c449532) to head (da9221d).

Files with missing lines Patch % Lines
cmd/shell/input.go 75.34% 17 Missing and 1 partial ⚠️
cmd/shell/shell.go 83.33% 5 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #361      +/-   ##
==========================================
+ Coverage   65.06%   65.18%   +0.11%     
==========================================
  Files         215      218       +3     
  Lines       18179    18322     +143     
==========================================
+ Hits        11829    11943     +114     
- Misses       5254     5277      +23     
- Partials     1096     1102       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

experiment Experimental feature accessed behind the --experiment flag or toggle semver:patch Use on pull requests to describe the release version increment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant