samtiz
2f7fa36f45
fix typo & build err
2025-07-07 21:23:52 +09:00
CarlosCommits
d2951f9fef
Resolves an intermittent issue where the text input in the "Ask" window would not auto-focus on Windows ( #41 )
2025-07-07 21:22:08 +09:00
jhyang0
4dcf19f6a5
deeplink issue fixed
2025-07-07 20:18:38 +09:00
sanio
0f17a06c3a
Merge pull request #75 from aditheking/main
...
Fix Gemini API streaming implementation
2025-07-07 19:46:49 +09:00
Aditya U
4c02969e93
fix(gemini): correct streaming implementation and request format
2025-07-07 16:06:59 +05:30
jhyang0
a089a5f98b
fix windows
2025-07-07 18:39:24 +09:00
jhyang0
d2ca68b177
fix winodws deeplink pharse
2025-07-07 18:04:46 +09:00
jhyang0
995d4d014e
fix method for windows
2025-07-07 16:59:46 +09:00
jhyang0
427be2a293
fix dependency
2025-07-07 16:39:36 +09:00
entry-gi
86e903ec4b
header animation removed, crash fix
2025-07-07 16:33:19 +09:00
samtiz
6bbca03719
release v0.2.0 - refactoring done
v0.2.0
2025-07-07 09:04:40 +09:00
entry-gi
1f2eda1ee1
contribution guide update
2025-07-07 08:51:56 +09:00
entry-gi
076474480c
readme contribution update
2025-07-07 08:51:56 +09:00
entry-gi
db05524ff5
readme update
2025-07-07 08:51:56 +09:00
Emmett Kim
d0c99c2972
Update README.md
2025-07-07 08:51:56 +09:00
Emmett Kim
045095334e
Update README.md
2025-07-07 08:51:56 +09:00
sanio
a3f76662e1
fix header name, modulize windowmanager, fix ui size bug, liquid glass env set
2025-07-07 08:24:28 +09:00
sanio
12a07b8607
fix header name, modulize windowmanager, fix ui size bug
2025-07-07 08:04:05 +09:00
samtiz
a6ee8c4058
LLM/STT refactor
2025-07-07 07:50:28 +09:00
samtiz
1c1da37f4a
Merge branch 'main' of https://github.com/pickle-com/glass-private
2025-07-07 06:29:36 +09:00
samtiz
aa9252880b
listen feature refactor done
2025-07-07 06:28:48 +09:00
jhyang0
549a3cdeb9
settings big update
2025-07-07 06:17:42 +09:00
samtiz
80a3c01656
WIP: refactoring listen
2025-07-07 06:01:17 +09:00
jhyang0
401e83de6f
settings big update
2025-07-07 05:56:09 +09:00
jhyang0
64111891eb
settings big update
2025-07-07 05:42:05 +09:00
samtiz
a18e93583f
WIP: refactoring in process
2025-07-07 03:47:12 +09:00
samtiz
454e67da4f
v0.1.2 universal release
v0.1.2
2025-07-06 01:50:02 +09:00
samtiz
e18edca08e
release v0.1.2
2025-07-06 00:33:11 +09:00
jhyang0
f9324b38a3
fix: Prevent token leak in logs ( closes #53 )
2025-07-05 23:58:47 +09:00
jhyang0
d2ab6570ea
Add permission setup flow
2025-07-05 23:34:15 +09:00
sanio
552a6bebcd
Merge pull request #51 from pickle-com/pr-37
...
Pr 37 (enable gemini STT)
2025-07-05 22:55:21 +09:00
sanio
43ea2bd076
Merge remote-tracking branch 'origin/main' into pr-37
2025-07-05 22:48:46 +09:00
sanio
30d43eb5fe
fix logout disabled bug
2025-07-05 22:47:42 +09:00
samtiz
615798d6f5
update todos
2025-07-05 22:37:38 +09:00
sanio
8af7aae2b5
enable gemini stt, solve wondowmanager conflict
2025-07-05 22:18:19 +09:00
entry-gi
5d98e6152f
Issues & improvements in readme
2025-07-05 22:16:36 +09:00
samtiz
05557c2e68
fix session data local saving issue
2025-07-05 22:00:36 +09:00
sanio
413ff96966
Merge remote-tracking branch 'origin/main' into pr-37
2025-07-05 19:36:15 +09:00
Markus Reimer
0516b96562
Add functionality to create and duplicate presets in PersonalizePage; enhance error handling in updatePreset API ( #34 )
2025-07-05 18:40:44 +09:00
Ho Jin Yu
1b589d7ab2
Merge pull request #48 from clementou/main
...
support intel
2025-07-05 17:20:53 +09:00
clementou
e3dc1101fd
support intel
2025-07-05 17:12:01 +09:00
Tars
fface1887c
pull request #46
...
Feat: Implement Activity Deletion and Configurable Transcription Language
2025-07-05 17:11:09 +09:00
clementou
ca6293935c
support intel
2025-07-04 22:21:53 -07:00
Emmett Kim
dee4f4a3b5
Merge pull request #29 from johnstonbrendan/brendan/fix_readme_star_viz
...
Change star history to be dynamic
2025-07-05 13:02:07 +09:00
Gerardo Vazquez
65f521a1da
feat: update files
2025-07-04 16:28:06 -05:00
Dean Wahle
773b3bcaa3
Fix styling: action button overflow and increase API key header height
...
- Change action button overflow from hidden to visible to fix visual issues
- Increase API key header window height from 220px to 300px for better fit with provider dropdown
2025-07-04 12:14:49 -04:00
Dean Wahle
5e14a32045
Add Google Gemini API integration
...
- Add provider selection dropdown to ApiKeyHeader
- Create googleGeminiClient.js for Gemini API interactions
- Create aiProviderService.js abstraction layer for multiple AI providers
- Update windowManager to store and manage provider selection
- Update liveSummaryService and renderer to use provider abstraction
- Add @google/generative-ai package dependency
- Update sqliteClient to store provider preference in database
- Support streaming responses for both OpenAI and Gemini models
2025-07-04 12:06:45 -04:00
jhyang0
ba8401345b
minor fix
2025-07-05 00:30:02 +09:00
Brendan Johnston
b273f010f9
Change star history to be dynamic
2025-07-04 00:34:27 -07:00
samtiz
4c51d5133c
Initial Commit
v0.1.1
2025-07-04 14:31:04 +09:00