hkfires
75d7763c5c
refactor(gemini-web): Rename flash image preview model ID
2025-10-07 20:35:53 +08:00
hkfires
9bb7df7af7
feat(gemini-web): Enable config hot-reload and fix Gem selection
2025-10-07 20:23:33 +08:00
hkfires
43665cb649
feat(gemini-web): Replace code-mode with flexible gem-mode
2025-10-07 19:36:22 +08:00
hkfires
f2201dabfa
feat(gemini-web): Index and look up conversations by suffix
2025-09-30 12:21:51 +08:00
hkfires
108dcb7f70
fix(gemini-web): Correct history on conversation reuse
2025-09-30 12:21:51 +08:00
hkfires
8858e07d8b
feat(gemini-web): Add support for custom auth labels
2025-09-30 12:21:51 +08:00
hkfires
82187bffba
feat(gemini-web): Add conversation affinity selector
2025-09-30 12:21:51 +08:00
hkfires
562a49a194
feat(provider/gemini-web): Prioritize explicit label for account identification
2025-09-27 10:56:15 +08:00
hkfires
7a30e65175
refactor(gemini-web): Remove file-based PSIDTS cookie caching
2025-09-25 18:52:31 +08:00
hkfires
2a274d4a08
Merge branch 'main' into gemini-web
2025-09-25 11:05:43 +08:00
hkfires
2175a10932
feat(gemini-web): Introduce stable account label for identification
2025-09-25 10:59:20 +08:00
hkfires
7f2e2fee56
refactor(gemini-web): Consolidate conversation data into single BoltDB file
2025-09-25 10:34:46 +08:00
hkfires
0d4cb9e9fb
refactor(gemini-web): Improve client robustness and code reuse
2025-09-25 10:34:46 +08:00
Luis Pater
f5dc380b63
rebuild branch
2025-09-25 10:32:48 +08:00
Luis Pater
3f69254f43
remove all
2025-09-25 10:31:02 +08:00
hkfires
4ecc798b1b
Reduce the size of gemini-web's package files
2025-09-24 22:30:00 +08:00
hkfires
e9707c2f9e
refactor(gemini-web): Move provider logic to its own package
...
The Gemini Web API client logic has been relocated from `internal/client/gemini-web` to a new, more specific `internal/provider/gemini-web` package. This refactoring improves code organization and modularity by better isolating provider-specific implementations.
As a result of this move, the `GeminiWebState` struct and its methods have been exported (capitalized) to make them accessible from the executor. All call sites have been updated to use the new package path and the exported identifiers.
2025-09-24 22:12:29 +08:00