Conversation
…rol step Tour copy updates: - History & Tracking: rewrite to cover list/details views, session resume, and agent memory (history file as shared context) - Agents & Groups: rename from "Sessions & Groups", add provider info (Claude Code, Codex, OpenCode), group chat across providers - AI Terminal & Tabs: add tab usage guidance (liberal creation, fresh context, recall), browser shortcuts (Cmd+T/W/Shift+T), tab tooling (export, send to agent, publish as Gist), and magnifier icon for tab search - File Explorer: add searchable tree, double-click to open in tab, right-click for graph view - Fix unread indicator: "pulsing green dot" → "red indicator dot" New tour step: - Remote Control (step 6 of 12): explains LIVE/OFFLINE toggle, local web interface with QR code for phone access, and Cloudflare Tunnel for remote access without API keys or configuration - Added data-tour="remote-control" to SessionList.tsx LIVE toggle container Tour system enhancements: - Add `wide` flag to TourStepConfig for per-step wider tooltips (520px vs 360px) - Render keyboard shortcuts as themed <kbd> badges (accent color bg/border/text) instead of plain text, using new renderDescriptionWithBadges() in TourStep.tsx - Support paragraph breaks via \n\n splitting with mt-3 spacing between <p> tags - Added data-tour="tab-bar" to TabBar.tsx for combined spotlight targeting - Increased wide tooltip dimensions from 480→520px width, 320→360px height Test updates: - Added Search icon mock to WizardThemeStyles.test.tsx lucide-react mock
Code Review - PR #321: 0.15.0 PolishSummaryThis PR overhauls the introductory tour system with improved copy, visual enhancements (keyboard shortcut badges), and adds a new Remote Control tour step. It also includes minor fixes to context warning threshold sliders and text styling improvements. ✅ Strengths1. Excellent User Experience Improvements
2. Well-Structured Code
3. Documentation & Comments
4. Testing
🔍 Issues & Concerns1. Potential Key Collision in React Rendering
|
No description provided.