Commit Graph

214 Commits

Author SHA1 Message Date
cogwheel0
da63e3cbff feat(attachments): Optimize file ID extraction and image conversion 2025-12-10 19:40:38 +05:30
cogwheel0
9c7789ca02 feat: Add minor widget and asset refinements 2025-12-08 17:13:26 +05:30
cogwheel0
745ff01954 feat(widget): Add home screen widget with quick access actions 2025-12-07 12:26:16 +05:30
cogwheel0
324217252e refactor(streaming): Remove inactivity watchdog and related code 2025-12-07 10:32:33 +05:30
cogwheel0
218d061eae refactor(auth): Preserve server configs during logout for seamless re-login 2025-12-07 10:05:55 +05:30
cogwheel0
649a708a68 feat(models): Add safe parsing for boolean and integer values 2025-12-07 09:54:27 +05:30
cogwheel0
1380a84989 feat(conversation): add support for WidgetRef in conversation delta listener 2025-12-06 20:30:39 +05:30
cogwheel0
df2a921ffd feat(notes): Add notes feature with editor page and drawer integration 2025-12-06 19:44:34 +05:30
cogwheel0
4e105270b8 feat(folders): Preserve feature state on server-side errors 2025-12-06 10:16:44 +05:30
cogwheel0
d7c36f3e0d feat(chat): add parent message ID for proper message linking 2025-12-06 09:33:30 +05:30
cogwheel0
c9b888df79 fix(navigation): Ensure context is mounted before navigation and improve error handling 2025-12-05 22:24:36 +05:30
cogwheel0
c630ce8c27 feat(models): Add filters support and auto-validation for model-specific filters 2025-12-05 22:19:31 +05:30
cogwheel0
fa857e7c57 refactor(app-intents): Replace flutter_app_intents with method channel 2025-12-04 22:33:48 +05:30
cogwheel0
5704c5cf8a feat(socket): Add connectivity and health tracking to socket service 2025-12-04 15:05:12 +05:30
cogwheel
8fa839f84e Merge pull request #215 from cogwheel0/socket-connection-reliability-improvements
socket-connection-reliability-improvements
2025-12-03 14:09:08 +05:30
cogwheel0
6a5bd37e7e feat(socket): improve WebSocket connection fallback mechanism 2025-12-03 14:07:50 +05:30
cogwheel0
71939cef5b feat(socket): improve socket connection handling and reliability 2025-12-03 12:17:44 +05:30
cogwheel0
0109b52507 refactor(logging): Remove verbose debug logging across multiple services 2025-12-03 11:24:51 +05:30
cogwheel0
311da69e04 feat(socket): Improve socket connection reliability and logging 2025-12-03 11:13:24 +05:30
cogwheel0
c59a46d568 fix(chat): Improve server message synchronization and streaming recovery 2025-12-02 16:15:16 +05:30
cogwheel0
8005cbf6e0 feat(streaming): Improve task status polling and socket recovery 2025-12-01 11:52:04 +05:30
cogwheel0
99673db7fb feat(streaming): Improve socket reconnection and timeout handling 2025-11-29 15:02:00 +05:30
cogwheel0
2ef49a2974 feat(voice-call): Improve socket connection and mic permission handling 2025-11-29 13:30:31 +05:30
cogwheel0
aefd4dfa2c feat(chat): add support for custom HTTP headers in image attachments 2025-11-29 11:04:59 +05:30
cogwheel0
f10ef6d7c1 feat(api): Optimize chat fetching with parallel pagination 2025-11-28 13:49:21 +05:30
cogwheel0
e61f53b69f feat(api): Implement pagination for conversation summaries retrieval 2025-11-28 13:08:35 +05:30
cogwheel0
d092bb2e44 fix(audio): optimize audio configuration for iOS and Android platforms 2025-11-27 18:41:41 +05:30
cogwheel0
61a3fcc83a feat(streaming): Simplify streaming logic and remove persistent tracking 2025-11-27 14:36:13 +05:30
cogwheel0
75ba0dc01d feat(chat): Add context attachment and knowledge base support 2025-11-26 22:19:19 +05:30
cogwheel0
1e841e03f6 feat(voip): add CallKit availability check for iOS devices 2025-11-26 20:09:34 +05:30
cogwheel
ec1043c30e Merge pull request #179 from cogwheel0/refactor-auth-provider-and-server-health
refactor-auth-provider-and-server-health
2025-11-26 19:16:50 +05:30
cogwheel0
44d1cc99b4 feat(server): Improve server health checks and authentication flow 2025-11-26 19:09:57 +05:30
cogwheel0
7301bcbeac refactor(permissions): Remove unnecessary full-screen intent permission for outgoing calls 2025-11-26 13:49:44 +05:30
cogwheel0
6d56f5d160 feat(ios): Add App Intents support for Conduit interactions 2025-11-25 00:53:13 +05:30
cogwheel0
2d88519abe feat(ios): add ios shortcuts support 2025-11-25 00:08:51 +05:30
cogwheel
f71c4f533e Merge pull request #169 from cogwheel0/improve-model-parsing-error-handling
feat(api): improve model parsing with robust error handling
2025-11-24 17:54:04 +05:30
cogwheel0
a138300fec feat(api): improve model parsing with robust error handling 2025-11-24 17:52:18 +05:30
cogwheel0
5d4843c368 refactor(auth): Replace custom cache with shared CacheManager 2025-11-24 16:38:26 +05:30
cogwheel0
4822d1ed38 feat(profile): Add Android assistant trigger customization option 2025-11-24 15:07:46 +05:30
cogwheel0
d38e986d7c feat(callkit): Add CallKit service for native call UI and permissions 2025-11-24 12:29:44 +05:30
cogwheel0
babaa97c62 refactor(providers): Remove unused import and update dependencies 2025-11-23 21:18:19 +05:30
cogwheel0
c4a36bb51c feat(cache): Add lightweight in-memory cache with TTL and LRU eviction 2025-11-22 21:53:14 +05:30
cogwheel0
84af6bbe86 feat(tts): Remove auto engine and fix ios STS 2025-11-21 13:39:19 +05:30
cogwheel0
4df22422c2 feat(conversations): Improve conversation and folder fetching with concurrent requests 2025-11-20 22:42:31 +05:30
cogwheel0
ecf760d9ec feat(auth): Enhance logout flow with comprehensive data clearing 2025-11-12 13:44:05 +05:30
cogwheel0
45135d9185 fix(auth): Improve auth error handling without token clearing 2025-11-12 13:23:58 +05:30
cogwheel0
122bd0a4b1 feat(storage): Add local folders persistence and caching mechanism 2025-11-10 10:44:03 +05:30
cogwheel0
5727c055a2 Revert "fix(streaming): refactor to not force session id"
This reverts commit 8cc7a23477.
2025-11-06 20:09:18 +05:30
cogwheel0
b9ec730fad feat(conversation): Enhance source parsing and normalization for OpenWebUI messages 2025-11-05 13:10:00 +05:30
cogwheel0
1bb2cbae25 feat(voice): add voice silence duration configuration 2025-11-05 00:33:17 +05:30