Add status bar UI and Gemini AI provider support - #32
Open
kilabyte wants to merge 2 commits into
Open
Conversation
🎯 AI Provider Updates:
- Replace Ollama/OpenRouter with Google Gemini provider (full audio transcription + text generation)
- Update OpenAI model list with latest GPT-5, GPT-4.5, GPT-4.1 variants
- Implement provider factory pattern for easy switching between OpenAI and Gemini
- Add provider-specific settings UI with dynamic model selection
🎙️ Status Bar Recording Interface:
- Add non-intrusive status bar recording that doesn't block workflow
- Implement "Remember Target Note" feature with three modes:
* Always remember current note (auto-append to bottom)
* Ask each time (confirmation dialog)
* Never remember (insert at cursor position)
- Add configurable status bar positioning (far-left, left, center, right, far-right)
- Proper DOM insertion with cleanup to prevent duplicate elements
🎨 UI/UX Improvements:
- Streamline status bar controls (remove "Stop Only" button)
- Icon-only buttons with descriptive tooltips
- Visual indicator when recording to target note (blue timer)
- Clean record/pause workflow with "Stop & Transcribe" action
🧠 Smart Transcription Logic:
- Append transcriptions to bottom of target notes (preserves existing content)
- Maintain cursor-position behavior for normal transcription
- Target note persistence even when navigating away during recording
- Smart note opening/switching for seamless workflow
🔧 Technical Enhancements:
- Fix status bar initialization and settings propagation
- Proper TypeScript typing for App and component interfaces
- Real-time settings updates without plugin restart
- Improved error handling and debug logging
📖 Documentation:
- Update README with all new features
- Maintain original content structure
- Add clear usage instructions for new functionality
Adjusted spacing, font size, and dimensions for smart memo status bar and timer elements to improve visual alignment and compactness. Reduced gaps, button sizes, and timer padding for a more streamlined appearance.
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.
🎯 AI Provider Updates:
🎙️ Status Bar Recording Interface:
🎨 UI/UX Improvements:
🧠 Smart Transcription Logic:
🔧 Technical Enhancements:
📖 Documentation: