Conversation
• Enhanced tab navigation to support Cmd+1-9 and Cmd+0 shortcuts 🎯 • Added draft indicator (pencil icon) for unsent messages in tabs ✏️ • Removed verbose console logging from process manager and IPC handlers 🧹 • Added interrupt button to ThinkingStatusPill for stopping AI responses 🛑 • Fixed list styling in markdown rendering with proper indentation 📝 • Improved tab scrolling behavior to center active tab in view 🎯 • Added confetti playground with customizable particle effects and settings 🎊 • Fixed share menu positioning in achievement card to prevent overflow 📐 • Updated keyboard shortcuts to prevent conflicts with system commands ⌨️
• Added onSend prop to PromptComposerModal to actually send messages (Cmd+Enter or Send button) • Added token count estimation (~4 chars/token) displayed alongside character count in footer • Improved header spacing for keyboard shortcut hint readability • Disabled Send button when input is empty • Optimized TerminalOutput by moving prose styles to container level (memoized) Claude ID: 37fedb7c-fa1a-45d4-bb0e-5e607b9076bc Maestro ID: b9bc0d08-5be2-4fdf-93cd-5618a8d53b35
• Simplified input mode toggle button styling in InputArea • Enhanced LogViewer keyboard navigation with Opt+Up/Down for page scrolling • Added refresh spinner feedback in ProcessMonitor with auto-expand on load • Fixed TabBar to only scroll on tab navigation, not when closing tabs Claude ID: 1426ed68-c48a-4fd3-834f-33e16f851794 Maestro ID: b9bc0d08-5be2-4fdf-93cd-5618a8d53b35
• Fixed tab input clearing - empty strings now persist when switching away • Fixed named session resume - properly loads messages from closed sessions • Improved draft indicator visibility - pencil icon now uses warning color • Enhanced tab scrolling - uses requestAnimationFrame for reliable behavior • Added starred parameter to named session selection callback Claude ID: 1426ed68-c48a-4fd3-834f-33e16f851794 Maestro ID: b9bc0d08-5be2-4fdf-93cd-5618a8d53b35
Use manual scroll calculation instead of scrollIntoView for more predictable centering. Active tab is now centered on every tab change using offsetLeft calculation relative to container width.
Pull Request Review: RC v0.5.2I've reviewed this PR which includes 873 additions and 245 deletions across 18 files. Here's my comprehensive feedback: ✅ Strengths1. Code Quality & Organization
2. UX Improvements
3. Bug Fixes
|
• Added debug action to manually release queued execution items 🐛 • Implemented queue processing for stuck items in execution pipeline 🚀 • Enhanced confetti animation with playground-style burst patterns 🎉 • Optimized markdown rendering with tighter line height spacing 📐 • Improved prose styles with better margin control and consistency ✨ • Added visual feedback for queue status in quick actions modal 📊 • Streamlined confetti colors for more cohesive celebration effects 🌈 • Fixed paragraph spacing in markdown with explicit margin rules 📝 • Removed redundant confetti waves for cleaner animation performance ⚡ • Enhanced list item rendering with better nested structure support 📋
Code Review: RC v0.5.2Thank you for this comprehensive PR! I've reviewed the changes and have the following feedback: ✅ Strengths
|
|
Superseded |
No description provided.