Commit Graph

408 Commits

Author SHA1 Message Date
cogwheel
055bff4982 Merge pull request #279 from cogwheel0/refactor-notes-platform-controls
refactor(notes): Improve code formatting and replace platform-specific refresh controls
2025-12-15 18:47:18 +05:30
cogwheel0
55cedc3ab8 feat(chat): Add usage statistics support for message persistence 2025-12-15 18:42:06 +05:30
cogwheel0
dcb73215a4 refactor(notes): Improve code formatting and replace platform-specific refresh controls 2025-12-15 11:46:48 +05:30
cogwheel0
4976172d8b feat(chat): improve auto-scroll behavior during message generation 2025-12-14 20:19:16 +05:30
cogwheel0
fefbf40364 feat(chat): improve chat input multiline handling and border radius 2025-12-14 18:52:12 +05:30
cogwheel0
8d6c7f5411 feat(auth): Add OAuth providers and improve authentication flow 2025-12-11 18:45:18 +05:30
cogwheel0
ea61168184 feat(auth): Add LDAP and SSO authentication support 2025-12-11 17:43:44 +05:30
cogwheel0
289fbcb49e feat(theme): Add system overlay style for consistent UI appearance 2025-12-11 17:38:52 +05:30
cogwheel0
4c80d9f521 fix(chat): Adjust input and padding spacing for better UI layout 2025-12-11 16:57:53 +05:30
cogwheel0
a2c20f7d1f feat(chat): Add floating app bar with blurred background styling 2025-12-11 11:57:52 +05:30
cogwheel0
8d8ad8478b feat(chat): Refactor chat input styling and remove compact mode 2025-12-11 11:35:56 +05:30
cogwheel
793800bf67 Merge pull request #262 from cogwheel0/optimize-file-id-extraction
feat(attachments): Optimize file ID extraction and image conversion
2025-12-10 22:14:17 +08:00
cogwheel0
da63e3cbff feat(attachments): Optimize file ID extraction and image conversion 2025-12-10 19:40:38 +05:30
cogwheel0
5b7cd0dd42 feat(l10n): Add localization for code interpreter states 2025-12-10 18:16:04 +05:30
cogwheel0
9feba7f9b9 feat(chat): Add ellipsis text for long model names in assistant message 2025-12-08 17:28:49 +05:30
cogwheel0
9c7789ca02 feat: Add minor widget and asset refinements 2025-12-08 17:13:26 +05:30
cogwheel0
145a42b504 feat(clipboard): Add pasteboard support for cross-platform image paste 2025-12-08 12:47:12 +05:30
cogwheel
fbeaebe0e8 Merge pull request #249 from cogwheel0/refactor-tts-service-migration
refactor(tts): Simplify text-to-speech service by migrating to TtsManager
2025-12-08 13:28:18 +08:00
cogwheel0
b7aa8f9dda feat(chat): add shimmer effect for streaming tool calls and reasoning 2025-12-08 10:41:27 +05:30
cogwheel0
08d5de8a68 refactor(tts): Simplify text-to-speech service by migrating to TtsManager 2025-12-08 10:28:59 +05:30
cogwheel0
dcca839e35 feat(chat): Improve text color and segment spacing in UI components 2025-12-07 23:47:40 +05:30
cogwheel0
03c2b030e1 feat(chat): Simplify tool call tile with minimal design 2025-12-07 23:33:26 +05:30
cogwheel0
e9de32fbec refactor(chat): Replace StatusHistoryTimeline with StreamingStatusWidget 2025-12-07 23:19:22 +05:30
cogwheel0
12c10ab0b7 feat(sources): Simplify source display text logic for URLs 2025-12-07 22:38:00 +05:30
cogwheel0
6e4ee2acd3 feat(widget): Add citation badge for source references 2025-12-07 22:35:16 +05:30
cogwheel0
898f1773c7 feat(chat): Add prompt variables 2025-12-07 10:48:25 +05:30
cogwheel0
324217252e refactor(streaming): Remove inactivity watchdog and related code 2025-12-07 10:32:33 +05:30
cogwheel0
ec767fe6c0 chore: Update dependencies to latest versions 2025-12-06 21:04:54 +05:30
cogwheel0
ce11eed11a fix(chat): prevent rapid invalidations with safe ref check 2025-12-06 20:35:24 +05:30
cogwheel0
a13a2de7d6 feat(notes): Improve note editor change detection and UI refinements 2025-12-06 19:48:33 +05:30
cogwheel0
df2a921ffd feat(notes): Add notes feature with editor page and drawer integration 2025-12-06 19:44:34 +05:30
cogwheel0
cdba8bc86b feat(navigation): Conditionally add spacing in chats drawer when folders are enabled 2025-12-06 10:20:11 +05:30
cogwheel0
4e105270b8 feat(folders): Preserve feature state on server-side errors 2025-12-06 10:16:44 +05:30
cogwheel
951a568fc1 Merge pull request #227 from cogwheel0/feat-add-parent-message-id
feat(chat): add parent message ID for proper message linking
2025-12-06 09:34:01 +05:30
cogwheel0
d7c36f3e0d feat(chat): add parent message ID for proper message linking 2025-12-06 09:33:30 +05:30
cogwheel0
b387b64e4e refactor: Remove deprecated code and unused comments 2025-12-06 06:45:57 +05:30
cogwheel0
c9b888df79 fix(navigation): Ensure context is mounted before navigation and improve error handling 2025-12-05 22:24:36 +05:30
cogwheel
a5c7bbe2f2 Merge pull request #224 from cogwheel0/add-model-filters-support
feat(models): Add filters support and auto-validation for model-specific filters
2025-12-05 22:20:47 +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
e3b47ecf87 feat(chat): Improve keyboard shortcuts and accessibility in chat input 2025-12-05 18:23:00 +05:30
cogwheel
f676f50c85 Merge pull request #222 from cogwheel0/prevent-tool-selection-after-logout
feat(auth): Prevent tool selection after logout and improve state management
2025-12-05 13:58:09 +05:30
cogwheel0
bb64633e57 feat(auth): deprecate API keys and enforce JWT token usage 2025-12-05 13:50:26 +05:30
cogwheel0
5cbef38687 feat(auth): Prevent tool selection after logout and improve state management 2025-12-05 13:01:17 +05:30
cogwheel0
bee8fda9f7 feat(auth): Add JWT token authentication support with validation 2025-12-05 11:24:03 +05:30
cogwheel
39864c9088 Merge pull request #218 from cogwheel0/feat-html-unescape-reasoning-parser
feat(reasoning): Add html_unescape and enhance reasoning parser
2025-12-04 15:08:21 +05:30
cogwheel0
6b1ecff302 feat(reasoning): Add html_unescape and enhance reasoning parser 2025-12-04 15:05:20 +05:30
cogwheel0
5704c5cf8a feat(socket): Add connectivity and health tracking to socket service 2025-12-04 15:05:12 +05:30
cogwheel0
0daf840a03 feat(chat): Improve chat input semantics and keyboard interactions 2025-12-03 15:04:53 +05:30
cogwheel0
ecad71dcf6 feat(chat): Add clipboard image paste support in chat input 2025-12-02 21:11:08 +05:30
cogwheel0
c59a46d568 fix(chat): Improve server message synchronization and streaming recovery 2025-12-02 16:15:16 +05:30