Fix misleading Voice Mode label in comparison chart#365
Fix misleading Voice Mode label in comparison chart#365AnthonyRonning merged 1 commit intomasterfrom
Conversation
Change 'Voice Mode' to 'Voice Input' to accurately reflect that Maple currently only supports voice input (speech-to-text), not voice output (text-to-speech). Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Deploying maple with
|
| Latest commit: |
d87aa81
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://fa7a7be9.maple-ca8.pages.dev |
| Branch Preview URL: | https://fix-voice-mode-label.maple-ca8.pages.dev |
📝 WalkthroughWalkthroughA feature label in the comparison chart data is updated, changing "Voice Mode" to "Voice Input" in the displayed text without altering functionality or component structure. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1)**/*.{ts,tsx}📄 CodeRabbit inference engine (CLAUDE.md)
Files:
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
🔇 Additional comments (1)
Comment |
Greptile SummaryThis PR corrects a misleading label in the product comparison chart by changing "Voice Mode" to "Voice Input". This simple one-line change accurately reflects Maple's current capabilities (voice input via speech-to-text) and prevents user confusion with competitors' full two-way voice chat features. The change improves clarity without affecting functionality or any other parts of the codebase. Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant User
participant ComparisonChart
participant Legend
User->>ComparisonChart: View comparison chart
ComparisonChart->>Legend: Display feature labels
activate Legend
Legend-->>User: Show "Voice Input" feature<br/>(previously "Voice Mode")
deactivate Legend
Note over Legend: Accurate label reduces<br/>confusion about capabilities
User->>User: Understand: Voice Input only<br/>(no voice output)
|
Change 'Voice Mode' to 'Voice Input' in the comparison chart to accurately reflect that Maple currently only supports voice input (speech-to-text), not voice output (text-to-speech).
This was causing user confusion as 'Voice Mode' implied full two-way voice chat like ChatGPT offers.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.