129 Commits

Author SHA1 Message Date
Beingpax
45b9dcdc6e Add feedback for prompt change and power mode change 2025-08-07 00:03:27 +05:45
Beingpax
41cfc2eca3 refactor: Centralize notification definitions 2025-08-05 21:48:11 +05:45
Beingpax
b9fad57d3e feat: Update Power Mode session dynamically 2025-08-05 21:45:11 +05:45
Beingpax
5b43f3a2b3 Feat: Overhaul Power Mode to use individual configurations 2025-08-05 08:14:10 +05:45
Beingpax
3eebbc4e3b Better Parakeet error handling 2025-08-03 12:44:13 +05:45
Beingpax
29722d0a31 more logging in parakeettranscription service 2025-08-03 09:35:49 +05:45
Beingpax
b5eaf647db 🦜 Add Parakeet logging 2025-08-02 21:26:37 +05:45
Beingpax
7580edc8ea Remove Qwen thinking model 2025-08-02 17:22:08 +05:45
Beingpax
a9b2b1f32d Improve prompt template structure clarity 2025-08-02 16:10:55 +05:45
Beingpax
b53f6eeb63 updated system message 2025-08-02 15:00:35 +05:45
Beingpax
cfd09ed36b Add correct model name for Qwen-3-235b-a22b-thinking-250 2025-08-02 12:24:28 +05:45
Beingpax
d658668fed feat: Set Qwen3 235B as default 2025-08-02 09:26:56 +05:45
Beingpax
8de706ba41 feat: Add Qwen3 235B Thinking model 2025-08-02 09:22:07 +05:45
Beingpax
080f985059 Silently handle empty AI enhancement text 2025-08-01 21:43:08 +05:45
Beingpax
376781d691 Remove auto-copy toggle, use clipboard preservation 2025-08-01 18:55:41 +05:45
Beingpax
7acad499b4 Add gemini-2.5-flash-lite model 2025-08-01 17:40:14 +05:45
Beingpax
d09a9fba7f Experimental new models 2025-08-01 17:26:08 +05:45
Prakash Joshi Pax
8765dd80e1
Increase timeout for AIenhancement 2025-07-30 18:13:28 +05:45
Beingpax
50c7b9a354 Support for playing/pausing media during recording 2025-07-27 10:23:36 +05:45
Beingpax
396daf0755 Add menu bar copy last transcription 2025-07-25 18:49:31 +05:45
Beingpax
76dc78645e refactor: Clean up Ollama error handling logic 2025-07-25 17:59:09 +05:45
Beingpax
6a1a9748ac refactor: Unify and simplify error handling for all AI providers 2025-07-25 17:54:07 +05:45
Beingpax
422e5c473a refactor: Simplify error handling and remove unused code 2025-07-25 16:24:17 +05:45
Beingpax
a4356e7fb8 Update AI Enhancement Service: Remove retry logic and fix unused error logging 2025-07-25 16:20:45 +05:45
Beingpax
597352e149 feat: Remove DeepSeek from AI providers 2025-07-25 11:53:16 +05:45
Beingpax
f7357b2fcf feat: Reorder AI providers 2025-07-25 11:51:20 +05:45
Palash Oswal
e389636a19
Add a better model option for cerebras 2025-07-24 15:14:47 -04:00
Beingpax
66582ed8ad Added csv export functionality 2025-07-24 20:54:05 +05:45
Beingpax
378dd80189 Model filtering 2025-07-23 21:21:02 +05:45
Beingpax
2e1ab6e57c fix outputfilter for think tokens 2025-07-23 21:13:29 +05:45
Beingpax
f9adfd5269 cerebras AI provider integration 2025-07-23 21:08:14 +05:45
Beingpax
db9b0c067c Increase Anthropic output token limit 2025-07-23 09:42:07 +05:45
Beingpax
fd03c1ca81 Add Kimi 2 Model 2025-07-17 19:35:52 +05:45
Beingpax
82c552939c Refine AI enhancement output filter 2025-07-17 19:35:22 +05:45
Beingpax
46e9e91ea6 Fixed Mistral LLM 2025-07-17 17:29:59 +05:45
Beingpax
2f92a632a9 Added Mistral Mini Cloud Model 2025-07-17 17:26:44 +05:45
Beingpax
b405fee0b8 Add Llama 4 model to Groq provider 2025-07-14 23:18:14 +05:45
Beingpax
2bd2c96be2 Remove enhancement opacity, update Gemini models, add AI reasoning filter 2025-07-14 22:55:42 +05:45
Beingpax
28dbe5a2f6 Fix: Cloud transcription errors 2025-07-09 10:20:02 +05:45
Beingpax
0ad5b20068 Fix: Remove compiler checks for SpeechAnalyzer API 2025-07-09 08:59:49 +05:45
Beingpax
f0a3383139 Fix: Revert async transcription to fix whisper failures 2025-07-09 08:45:56 +05:45
Beingpax
2838e6b5d4 Improve transcription failure error handling. 2025-07-08 14:00:09 +05:45
Beingpax
8f7411d377 Remove fallback window functionality references 2025-07-07 21:36:31 +05:45
Prakash Joshi Pax
3153424c1b
Merge pull request #164 from slumdev88/file-drop
Fix: file drop
2025-07-04 20:22:56 +05:45
Beingpax
7bd2b29d16 Add time logging in history 2025-07-04 20:15:58 +05:45
slumdev88
78dcc0dfa4 Fix SpeechTranscriber API compatibility with older Xcode versions
Add conditional compilation directives to wrap SpeechTranscriber usage which is only available in macOS 26/Xcode 16+. This prevents build failures on current Xcode versions while maintaining future compatibility.
2025-07-04 21:55:09 +08:00
Beingpax
0faffa0155 Added auto-text formatting toggle 2025-07-04 16:11:52 +05:45
Beingpax
4a83c5400e Fix for paste fail window messsing with Paste operation 2025-07-04 05:38:47 +05:45
Beingpax
3f72774433 Remove automatic prompt switching for selected text 2025-07-02 20:45:01 +05:45
Beingpax
39b1ff744a Improved Fallback Window 2025-07-02 20:32:58 +05:45