Commit Graph

895 Commits

Author SHA1 Message Date
cogwheel
d3e04dbd46 Merge pull request #369 from cogwheel0/fix-voice-call-freezes
fix(voice-call): Improve async handling and state management
2026-02-11 09:21:47 +08:00
cogwheel
1d1dd43c96 Merge pull request #368 from cogwheel0/improve-network-readiness-auth
fix(auth): Improve network readiness handling on cold start
2026-02-11 09:21:28 +08:00
cogwheel
601defa3ee fix(auth): Improve network readiness handling on cold start
Add robust network readiness gate for authentication to prevent
race conditions with Cloudflare tunnels. Implement retry mechanism
for API connectivity checks and silent login attempts when
credentials are available. Enhance error handling and logging for
network-related authentication challenges.
2026-02-05 19:26:16 +05:30
cogwheel
dc2495dca0 fix(voice-call): Improve async handling and state management
Refactor voice call service to handle asynchronous operations more
precisely. Update method signatures to be async, use unawaited for
non-blocking calls, and ensure proper state reset between sessions.
Improve error handling and resource management for voice input and
text-to-speech services.
2026-02-05 17:53:09 +05:30
cogwheel
c75898546a Merge pull request #364 from cogwheel0/fix-settings-null-return
feat(api): Handle null user settings response gracefully
2026-02-05 16:01:31 +08:00
cogwheel
d8c2bdf404 feat(api): Handle null user settings response gracefully
Improve error handling for user settings API call
Prevent potential null or unexpected response types
Return an empty map for new users without settings
2026-02-05 13:30:33 +05:30
cogwheel
252d550c07 Merge pull request #363 from cogwheel0/fix-model-selection
feat(api): Improve default model selection with fallback mechanism
2026-02-05 15:50:50 +08:00
cogwheel
4b8e0752e5 feat(api): Improve default model selection with fallback mechanism 2026-02-05 13:19:59 +05:30
cogwheel
b1ef5803dc chore: bump version to 2.4.3 2026-01-13 21:33:48 +05:30
cogwheel
70dd01e45f Merge pull request #346 from cogwheel0/fix-streaming-late-events
fix(streaming): prevent late events from corrupting message stream
2026-01-14 00:03:23 +08:00
cogwheel
65cd902d5c fix(streaming): prevent late events from corrupting message stream 2026-01-13 21:33:00 +05:30
cogwheel
0d5d2ef0a0 Merge pull request #345 from cogwheel0/image-attachment-loading-improvements
feat(image): Improve image attachment loading and error handling
2026-01-13 23:58:58 +08:00
cogwheel
2b44ae3e5e feat(image): Improve image attachment loading and error handling 2026-01-13 21:26:43 +05:30
cogwheel
9380c036f5 chore: bump version to 2.4.2 2026-01-13 09:25:00 +05:30
cogwheel
95cd586dd1 Merge pull request #344 from cogwheel0/fix-knowledge-base-parsing
fix(knowledgebase): parsing for knowledge
2026-01-13 11:54:17 +08:00
cogwheel
ea18af6f9c Merge pull request #343 from cogwheel0/fix-chat-input-layout
fix(chat): chat input layout with prompt overlay
2026-01-13 11:54:07 +08:00
cogwheel
a2e84a892e Merge pull request #342 from cogwheel0/audio-recording-playback-feature
feat(notes): Add audio recording and playback features
2026-01-13 11:53:58 +08:00
cogwheel
f3f997ce3a fix(knowledgebase): parsing for knowledge 2026-01-13 09:21:17 +05:30
cogwheel
ccb6c52cda fix(chat): chat input layout with prompt overlay 2026-01-13 06:48:27 +05:30
cogwheel
a371556a1c feat(notes): Add audio recording and playback features 2026-01-12 21:48:43 +05:30
cogwheel
a7e5bb3704 Merge pull request #328 from cogwheel0/feat-improve-attachment-processing
feat-improve-attachment-processing
2026-01-01 10:33:16 +05:30
cogwheel
f594982d6a feat(task_worker): Enhance image upload with conversion and pre-caching 2025-12-25 20:29:38 +05:30
cogwheel
1447ddd93c feat(chat): Improve attachment processing and loading indicator 2025-12-23 12:09:43 +05:30
cogwheel
8c38d0442f Merge pull request #316 from cogwheel0/refactor-markdown-stream-formatter-preprocessor
refactor-markdown-stream-formatter-preprocessor
2025-12-22 16:20:57 +05:30
cogwheel
51d9412876 feat(model): Update auto-select model description and behavior 2025-12-22 16:19:50 +05:30
cogwheel
5fd68f86fe refactor(markdown): remove deprecated stream formatter and enhance preprocessor 2025-12-22 14:07:04 +05:30
cogwheel
653162cb76 Merge pull request #315 from cogwheel0/fix-streaming-follow-ups
fix(streaming): sync follow-ups to server after generation
2025-12-22 11:25:54 +05:30
cogwheel
cf2d88b4ac fix(streaming): sync follow-ups to server after generation 2025-12-22 11:25:29 +05:30
cogwheel
64d960e7a1 Merge pull request #314 from cogwheel0/flutter-image-compress-media
feat(media): add flutter_image_compress for efficient image handling
2025-12-22 11:20:21 +05:30
cogwheel
50ce1e51de feat(media): add flutter_image_compress for efficient image handling 2025-12-22 11:20:00 +05:30
cogwheel
83f890d6e4 Merge pull request #313 from cogwheel0/refactor-model-selection-restore-logic
feat(chat): Refactor model selection to use shared restore logic
2025-12-22 11:00:52 +05:30
cogwheel
9e73fc93c6 feat(chat): Refactor model selection to use shared restore logic 2025-12-22 11:00:23 +05:30
cogwheel
0f8003e210 chore: bump version to 2.4.1 2025-12-22 08:04:44 +05:30
cogwheel
6cf4a3072b Merge pull request #312 from cogwheel0/fix-no-reponses-owui-0.6.42
fix(api): prevent NoneType error by adding empty parent_message object
2025-12-22 08:00:45 +05:30
cogwheel
4559b8fa1a fix(api): prevent NoneType error by adding empty parent_message object 2025-12-22 07:59:57 +05:30
cogwheel
b8dfd68e00 Merge pull request #307 from cogwheel0/improve-chat-input-accessibility
fix(a11y): Improve chat input accessibility for Braille keyboards
2025-12-21 09:16:42 +05:30
cogwheel
60f6f74e07 fix(a11y): Improve chat input accessibility for Braille keyboards 2025-12-21 09:16:27 +05:30
cogwheel
65918a4204 Merge pull request #306 from cogwheel0/improve-token-retrieval-reliability
fix(auth): Improve token retrieval reliability on cold start
2025-12-21 09:00:35 +05:30
cogwheel
d4a9b6863d fix(auth): Improve token retrieval reliability on cold start 2025-12-21 08:57:15 +05:30
cogwheel
83c2e01528 Merge pull request #305 from cogwheel0/improve-cross-platform-image-paste
feat(chat): prevent duplicate paste image context menu options
2025-12-21 08:57:04 +05:30
cogwheel
b6f97b1a1c feat(chat): prevent duplicate paste image context menu options 2025-12-21 08:55:25 +05:30
cogwheel
9e7b923dd9 Update Reverse Proxy Support details in README 2025-12-20 23:24:03 +05:30
cogwheel
5d199f2e36 docs: Update README to enhance authentication section with reverse proxy support and clarify custom headers usage 2025-12-20 23:22:13 +05:30
cogwheel
054f736e07 chore: bump version to 2.4.0 2025-12-20 22:40:40 +05:30
cogwheel
f1496c2287 Merge pull request #303 from cogwheel0/reset-model-selection-new-conversation
fix(chat): Reset model selection when starting new conversation
2025-12-20 22:37:35 +05:30
cogwheel
cea1c193bf fix(chat): Reset model selection when starting new conversation 2025-12-20 22:37:07 +05:30
cogwheel
994b55d6e1 Merge pull request #302 from cogwheel0/improve-middle-ellipsis-text-handling
fix(widget): Improve MiddleEllipsisText Unicode and surrogate handling
2025-12-20 22:31:43 +05:30
cogwheel
7adcf0d45c fix(widget): Improve MiddleEllipsisText Unicode and surrogate handling 2025-12-20 22:31:18 +05:30
cogwheel
cc97b7a886 Merge pull request #301 from cogwheel0/update-dependencies
chore: Update dependencies to latest versions
2025-12-20 22:22:43 +05:30
cogwheel
7ef623e6a4 Merge pull request #300 from cogwheel0/native-context-menus-ios
native-context-menus-ios
2025-12-20 22:22:28 +05:30