Handy/src/components/settings
Luis Eduardo f7380fa69a
feat: LLM based post-processing (#222)
* Add LLM post-processing feature with settings management and UI integration

* Refactor LLM post-processing settings and prompt selection logic

* Rename CLAUDE.md to more standard AGENTS.md

* Replace Open Router with OpenAI Compatible endpoints for post-processing

* Fix post processing settings api styles

* refactor or something

* simplify

* cleanup a bit?

* remove useless code

* minor improvements

* fix laggy textarea

* Store post-processing results in db

* fix text color

* new default prompt

---------

Co-authored-by: CJ Pais <cj@cjpais.com>
2025-11-05 18:29:03 -08:00
..
about feat: LLM based post-processing (#222) 2025-11-05 18:29:03 -08:00
advanced feat: LLM based post-processing (#222) 2025-11-05 18:29:03 -08:00
debug feat: LLM based post-processing (#222) 2025-11-05 18:29:03 -08:00
general feat: LLM based post-processing (#222) 2025-11-05 18:29:03 -08:00
history feat: LLM based post-processing (#222) 2025-11-05 18:29:03 -08:00
post-processing feat: LLM based post-processing (#222) 2025-11-05 18:29:03 -08:00
PostProcessingSettingsApi feat: LLM based post-processing (#222) 2025-11-05 18:29:03 -08:00
AlwaysOnMicrophone.tsx refactor(settings): wrap components in React.memo and improve ResetIcon 2025-08-09 07:52:28 +04:00
AppDataDirectory.tsx new default correction threshold + debug menu 2025-08-15 11:55:15 -07:00
AudioFeedback.tsx Add custom sound and control notif volume (#214) 2025-10-16 09:08:27 -07:00
AutostartToggle.tsx feat(settings): add autostart toggle in advanced settings (#177) 2025-10-09 10:47:51 -07:00
ClipboardHandling.tsx Add Setting to Copy to Clipboard (#220) 2025-10-17 16:25:35 -07:00
CustomWords.tsx slightly tweak styling 2025-08-11 15:28:26 -07:00
HandyShortcut.tsx fix: tooltip overflow (#269) 2025-10-30 08:06:44 -07:00
HistoryLimit.tsx Add history limit setting (#150) 2025-10-08 13:01:09 -07:00
index.ts feat: LLM based post-processing (#222) 2025-11-05 18:29:03 -08:00
LanguageSelector.tsx fix: disable Translate to English setting for the whisper turbo model (#259) 2025-10-29 12:37:19 -07:00
MicrophoneSelector.tsx fix(settings): handle default device labels and empty device lists 2025-08-09 08:21:43 +04:00
ModelUnloadTimeout.tsx Add VRAM Inactivity Timer (#101) 2025-09-03 19:00:36 -07:00
MuteWhileRecording.tsx move app data dir to about instead of debug 2025-10-28 17:53:43 -07:00
OutputDeviceSelector.tsx UI v2 (#103) 2025-09-05 12:56:55 -07:00
PasteMethod.tsx windows paste shift+ins instead of ctrl+v (#236) 2025-11-03 09:21:46 -08:00
PostProcessingSettingsPrompts.tsx feat: LLM based post-processing (#222) 2025-11-05 18:29:03 -08:00
PostProcessingToggle.tsx feat: LLM based post-processing (#222) 2025-11-05 18:29:03 -08:00
PushToTalk.tsx refactor(settings): wrap components in React.memo and improve ResetIcon 2025-08-09 07:52:28 +04:00
ShowOverlay.tsx refactor(settings): wrap components in React.memo and improve ResetIcon 2025-08-09 07:52:28 +04:00
SoundPicker.tsx Add custom sound and control notif volume (#214) 2025-10-16 09:08:27 -07:00
StartHidden.tsx fix: tooltip overflow (#269) 2025-10-30 08:06:44 -07:00
TranslateToEnglish.tsx fix: disable Translate to English setting for the whisper turbo model (#259) 2025-10-29 12:37:19 -07:00
VolumeSlider.tsx Add custom sound and control notif volume (#214) 2025-10-16 09:08:27 -07:00