72 Commits

Author SHA1 Message Date
jhyang0
9359b32c01 Add localAIManager 2025-07-15 14:05:50 +09:00
jhyang0
6ece74737b Refactor: Implement local AI service management system
- Add LocalAIServiceManager for centralized local AI service lifecycle management
- Refactor provider settings to support local AI service configuration
- Remove userModelSelections in favor of provider settings integration
- Update whisper service to use new local AI management system
- Implement lazy loading and auto-cleanup for local AI services
- Update UI components to reflect new local AI service architecture
2025-07-15 14:04:34 +09:00
sanio
c0cf74273a add deepgram 2025-07-15 03:47:47 +09:00
sanio
4d93df09e2 centralized window layout/movement feature to windowmanager 2025-07-15 01:01:17 +09:00
samtiz
94ae002d83 fix: remove authservice injection on userRepo 2025-07-14 04:29:12 +09:00
samtiz
a2f57cbfa9 authService injection on init 2025-07-14 04:11:38 +09:00
sanio
bcc8a59882 add screen only ask, retrieve loading dot 2025-07-14 03:16:29 +09:00
sanio
aa14a1d0b6 fix askview focus logic 2025-07-14 02:47:37 +09:00
jhyang0
290ee0ed29 minor update + merge 2025-07-14 02:13:14 +09:00
sanio
8da13dcb27 fix window animation 2025-07-14 00:23:46 +09:00
Ho Jin Yu
7d33ea9ca8
[Refactor] full refactor and file structure changed (#125)
* refactoring the bridge

* Update aec submodule

* folder structure refactor

* fixing ask logic

* resolve import err

* fix askview

* fix header content html path

* fix systemaudiodump path

* centralized ask logic

* delete legacy code

* change askservice to class

* settingsService facade

* fix getCurrentModelInfo

* common service ipc moved to featureBridge

* featureBridge init

* ui fix

* add featureBridge func for listenservice

* fix preload conflict

* shortcuts seperated

* refactor ask

* transfer roles from askview to askservice

* modifying windowBridge

* delete legacy ask code

* retrieve conversation history for askserice

* fix legacy code

* shortcut moved

* change naming for featurebridge

* screenshot moved from windowManager

* rough refactor done

---------

Co-authored-by: sanio <sanio@pickle.com>
Co-authored-by: jhyang0 <junhyuck0819@gmail.com>
2025-07-13 15:31:24 +09:00
jhyang0
9f29fa5873 Refactor: Migrate Settings from electron-store to Centralized Database #113 2025-07-12 15:56:26 +09:00
sanio
fc81c05dbe fix aec build 2025-07-12 04:15:33 +09:00
sanio
9d913f052c debugging AEC 2025-07-11 20:14:34 +09:00
sanio
5698791d46 Merge branch 'main' of https://github.com/pickle-com/glass 2025-07-11 17:32:42 +09:00
sanio
a10cc77dfb liquid glass ui beta 2025-07-11 17:30:54 +09:00
Janvi_Chauhan
77443beeaa
Fix: Added Clear and Submit Buttons (#95) (#108)
* Fix: Added Clear and Submit Buttons (#95)

* Update: Removed clear button
2025-07-11 17:04:00 +09:00
sanio
bcefa75154 centralize mainheader listen session logic 2025-07-11 05:46:11 +09:00
sanio
e86c2db464 toggle listen button logic improved 2025-07-11 02:39:12 +09:00
jhyang0
3031d0d288 minor fix 2025-07-10 17:30:33 +09:00
sanio
88cacb4bc3 remove movementmanager dependency on toggleAllWindowsVisibility 2025-07-10 04:17:16 +09:00
sanio
5e5fb4d0e9 fix settings window show, hide, cancel-hide naming 2025-07-10 03:38:02 +09:00
sanio
682e6391c8 Merge branch 'main' into feature/animation_refactoring 2025-07-10 03:25:41 +09:00
jhyang0
0ff9f4b74e Add local LLM, STT 2025-07-09 23:57:47 +09:00
sanio
186f0a9839 centralized keyframe 2025-07-09 22:43:28 +09:00
samtiz
594f9e8d19 Merge branch 'main' into feature/firebase 2025-07-09 21:17:45 +09:00
samtiz
c497234230 firestore + full end-to-end encryption 2025-07-09 21:17:16 +09:00
sanio
c285c7e477 Merge branch 'main' into pr-88 2025-07-09 18:42:18 +09:00
samtiz
bf344268e7 Merge branch 'main' into feature/firebase 2025-07-09 17:51:58 +09:00
samtiz
e87c73058a refactor autoUpdate 2025-07-09 17:25:26 +09:00
Ronnie Ghose
ee28516a4e
Add app auto-update toggle option (#87) 2025-07-09 16:14:23 +09:00
samtiz
fae6962297 firebase WIP 2025-07-09 04:56:20 +09:00
Sarang19
a1acce1a3f
Merge branch 'main' into feature/selectable-text 2025-07-09 00:00:41 +05:30
Sarang19
5ea5e86621 Fix: Enable selectable text in assistant responses (#56) 2025-07-08 23:56:53 +05:30
samtiz
9977387fbc stt UI fix + more responsibility 2025-07-09 00:19:46 +09:00
sanio
4b8b097ce2 Merge branch 'main' of https://github.com/pickle-com/glass 2025-07-08 21:35:24 +09:00
sanio
843694daac add shortcut editing(beta) 2025-07-08 21:35:20 +09:00
samtiz
e9b5f8ee35 feat: Integrate AEC via submodule and apply related changes 2025-07-08 21:14:39 +09:00
samtiz
28ddb2006a Merge branch 'main' into feature/aec 2025-07-08 19:24:59 +09:00
samtiz
733ea7a0f6 implemented AEC + guard stt error 2025-07-08 19:22:53 +09:00
jhyang0
013a033051 stt error fixed 2025-07-08 16:06:46 +09:00
jhyang0
e5d301cc9c stt error fixed 2025-07-08 16:01:11 +09:00
jhyang0
2e259fcb8f summary fixed 2025-07-08 15:47:04 +09:00
samtiz
da6602ef66 implementing aec 2025-07-08 11:58:26 +09:00
sanio
3ea5dd75b6 Merge remote-tracking branch 'origin/main' into pr-77 2025-07-08 06:10:59 +09:00
sanio
649c3b5c31 add modelStateService for provider, model, apikey selection 2025-07-08 06:09:14 +09:00
jhyang0
1755705339 summary fix 2025-07-08 02:52:24 +09:00
unknown
8db58dcb1e windows 2025-07-07 18:38:22 +01:00
sanio
516b1ae61e Merge remote-tracking branch 'origin/main' into pr-77 2025-07-07 21:52:43 +09:00
samtiz
2f7fa36f45 fix typo & build err 2025-07-07 21:23:52 +09:00