feat: copyable shell commands and persistent footer toolbar#122
Open
michaeljabbour wants to merge 1 commit intomicrosoft:mainfrom
Open
feat: copyable shell commands and persistent footer toolbar#122michaeljabbour wants to merge 1 commit intomicrosoft:mainfrom
michaeljabbour wants to merge 1 commit intomicrosoft:mainfrom
Conversation
- Add click-to-copy functionality for shell command blocks - Implement persistent footer toolbar for improved UX - Update message renderer for enhanced command display
8187ea8 to
f6a3f89
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does
Two quality-of-life improvements to the interactive CLI that make daily use noticeably better.
✂ Copyable Shell Commands
Shell commands in agent responses are now rendered in a dedicated "Copy & Run" frame. Triple-click to select the entire command — no more fighting with line continuations or partial selections.
How it works:
markdown-it-py) detects shell code fences by language tagsoft_wrap=Trueso terminal wrapping never introduces\ninto the copied textNon-shell code blocks render exactly as before — the fast path is preserved.
📊 Persistent Footer Toolbar
A centered status bar now lives at the bottom of the terminal during interactive chat:
Files changed
amplifier_app_cli/main.pyamplifier_app_cli/ui/message_renderer.pyuv.lock