Commit Graph

  • c21e70396d chore: bump version to 2.3.6 cogwheel0 2025-12-14 20:46:30 +05:30
  • e6eddc9095 Merge pull request #277 from cogwheel0/improve-auto-scroll-chat cogwheel 2025-12-14 20:19:35 +05:30
  • 4976172d8b feat(chat): improve auto-scroll behavior during message generation cogwheel0 2025-12-14 20:19:16 +05:30
  • f43a4d82aa Merge pull request #276 from cogwheel0/improve-chat-input-multiline-handling cogwheel 2025-12-14 18:54:08 +05:30
  • aaf9d6ba78 Merge pull request #275 from cogwheel0/refactor-feature-flags-compatibility cogwheel 2025-12-14 18:54:03 +05:30
  • fefbf40364 feat(chat): improve chat input multiline handling and border radius cogwheel0 2025-12-14 18:52:12 +05:30
  • 0269ba2d0f fix(api): refactor feature flags to use 'features' object for compatibility cogwheel0 2025-12-14 18:35:04 +05:30
  • 3602a253d5 chore: bump version to 2.3.5 cogwheel0 2025-12-11 20:13:58 +05:30
  • 98b98f691a Merge pull request #267 from cogwheel0/ios-widget-color-scheme cogwheel 2025-12-11 22:39:55 +08:00
  • 674cb189f8 feat(ios): Improve widget color scheme adaptivity and styling cogwheel0 2025-12-11 20:09:20 +05:30
  • eacc284890 Merge pull request #266 from cogwheel0/ldap-sso-authentication-support cogwheel 2025-12-11 21:36:06 +08:00
  • 77c79c3325 refactor(auth): remove unnecessary tools provider invalidation cogwheel0 2025-12-11 19:05:33 +05:30
  • 4925f7cf18 feat(auth): Add SSO, LDAP, and dynamic auth options to Conduit cogwheel0 2025-12-11 18:50:00 +05:30
  • 8d6c7f5411 feat(auth): Add OAuth providers and improve authentication flow cogwheel0 2025-12-11 18:45:18 +05:30
  • ea61168184 feat(auth): Add LDAP and SSO authentication support cogwheel0 2025-12-11 17:36:22 +05:30
  • 43ba1bcdc2 Merge pull request #265 from cogwheel0/refactor-chat-input-styling cogwheel 2025-12-11 20:13:33 +08:00
  • 289fbcb49e feat(theme): Add system overlay style for consistent UI appearance cogwheel0 2025-12-11 17:38:52 +05:30
  • 4c80d9f521 fix(chat): Adjust input and padding spacing for better UI layout cogwheel0 2025-12-11 16:57:53 +05:30
  • a2c20f7d1f feat(chat): Add floating app bar with blurred background styling cogwheel0 2025-12-11 11:57:52 +05:30
  • 8d8ad8478b feat(chat): Refactor chat input styling and remove compact mode cogwheel0 2025-12-11 11:35:56 +05:30
  • 3ac2cd81ad chore: bump version to 2.3.4 cogwheel0 2025-12-10 20:50:52 +05:30
  • 793800bf67 Merge pull request #262 from cogwheel0/optimize-file-id-extraction cogwheel 2025-12-10 22:14:17 +08:00
  • 2cc1827958 Merge pull request #261 from cogwheel0/add-safe-json-parsing-localization cogwheel 2025-12-10 22:14:03 +08:00
  • da63e3cbff feat(attachments): Optimize file ID extraction and image conversion cogwheel0 2025-12-10 19:40:38 +05:30
  • 5b7cd0dd42 feat(l10n): Add localization for code interpreter states cogwheel0 2025-12-09 23:04:18 +05:30
  • ed6d588518 feat(models): Add safe parsing for JSON deserialization cogwheel0 2025-12-09 22:35:07 +05:30
  • 0fc82d36f7 Update README.md cogwheel 2025-12-10 10:22:42 +08:00
  • 2da54535f3 chore: bump version to 2.3.3 cogwheel0 2025-12-08 20:43:57 +05:30
  • 35d905092f Merge pull request #253 from cogwheel0/fix-ui-tablet-crash cogwheel 2025-12-08 23:13:27 +08:00
  • 286176bc3e fix(ui): crash on tablets cogwheel0 2025-12-08 20:41:59 +05:30
  • fd10ea0db0 chore: bump version to 2.3.2 cogwheel0 2025-12-08 19:34:28 +05:30
  • fa0e557675 Merge pull request #252 from cogwheel0/feat-long-model-name-ellipsis cogwheel 2025-12-08 19:59:04 +08:00
  • 9feba7f9b9 feat(chat): Add ellipsis text for long model names in assistant message cogwheel0 2025-12-08 17:28:49 +05:30
  • 52ce663926 Merge pull request #251 from cogwheel0/widget-asset-refinements cogwheel 2025-12-08 19:43:44 +08:00
  • 9c7789ca02 feat: Add minor widget and asset refinements cogwheel0 2025-12-08 17:13:26 +05:30
  • cd853ef5ba Merge pull request #250 from cogwheel0/clipboard-cross-platform-paste cogwheel 2025-12-08 15:17:33 +08:00
  • 145a42b504 feat(clipboard): Add pasteboard support for cross-platform image paste cogwheel0 2025-12-08 12:47:12 +05:30
  • fbeaebe0e8 Merge pull request #249 from cogwheel0/refactor-tts-service-migration cogwheel 2025-12-08 13:28:18 +08:00
  • df4bb346b4 Merge pull request #248 from cogwheel0/refactor-markdown-library cogwheel 2025-12-08 13:27:57 +08:00
  • b7aa8f9dda feat(chat): add shimmer effect for streaming tool calls and reasoning cogwheel0 2025-12-08 10:41:27 +05:30
  • 08d5de8a68 refactor(tts): Simplify text-to-speech service by migrating to TtsManager cogwheel0 2025-12-08 10:28:59 +05:30
  • d4797decc7 refactor(markdown): remove code block header and simplify styling cogwheel0 2025-12-08 00:14:36 +05:30
  • 4903b72753 feat(markdown): Add syntax highlighting with flutter_highlight cogwheel0 2025-12-08 00:08:19 +05:30
  • dcca839e35 feat(chat): Improve text color and segment spacing in UI components cogwheel0 2025-12-07 23:47:40 +05:30
  • 03c2b030e1 feat(chat): Simplify tool call tile with minimal design cogwheel0 2025-12-07 23:33:26 +05:30
  • e9de32fbec refactor(chat): Replace StatusHistoryTimeline with StreamingStatusWidget cogwheel0 2025-12-07 23:19:22 +05:30
  • 12c10ab0b7 feat(sources): Simplify source display text logic for URLs cogwheel0 2025-12-07 22:38:00 +05:30
  • 6e4ee2acd3 feat(widget): Add citation badge for source references cogwheel0 2025-12-07 22:35:16 +05:30
  • ccde2e4a46 refactor(markdown): Replace markdown library with gpt_markdown and update styling cogwheel0 2025-12-07 22:01:18 +05:30
  • fa6f6570ff chore: update release notes cogwheel0 2025-12-07 20:35:16 +05:30
  • 5427989cdf chore: bump version to 2.3.1 cogwheel0 2025-12-07 20:33:23 +05:30
  • 458a478cea feat(docs): Add Rybbit API script to index.html for enhanced functionality cogwheel0 2025-12-07 20:27:31 +05:30
  • 40704bd01e Merge pull request #246 from cogwheel0/add-localization-placeholders cogwheel 2025-12-07 22:50:25 +08:00
  • 790ed222c3 feat(l10n): Add localization placeholders for various messages cogwheel0 2025-12-07 20:20:01 +05:30
  • 391bbc2b77 Merge pull request #245 from cogwheel0/markdown-horizontal-scroll-math cogwheel 2025-12-07 17:35:45 +08:00
  • fe0701b7b3 feat(markdown): add horizontal scroll for long math expressions cogwheel0 2025-12-07 15:05:28 +05:30
  • dd5098d1f8 Merge pull request #244 from cogwheel0/widget-quick-access-actions cogwheel 2025-12-07 14:56:35 +08:00
  • 745ff01954 feat(widget): Add home screen widget with quick access actions cogwheel0 2025-12-07 12:26:16 +05:30
  • 0a57f870ad Merge pull request #243 from cogwheel0/add-prompt-variables cogwheel 2025-12-07 13:18:45 +08:00
  • 898f1773c7 feat(chat): Add prompt variables cogwheel0 2025-12-07 10:47:57 +05:30
  • b286a25910 Merge pull request #242 from cogwheel0/refactor-remove-inactivity-watchdog cogwheel 2025-12-07 13:04:26 +08:00
  • 324217252e refactor(streaming): Remove inactivity watchdog and related code cogwheel0 2025-12-07 10:32:33 +05:30
  • b271d1987b Merge pull request #240 from cogwheel0/refactor-auth-preserve-server-configs cogwheel 2025-12-07 12:36:12 +08:00
  • 218d061eae refactor(auth): Preserve server configs during logout for seamless re-login cogwheel0 2025-12-07 10:05:55 +05:30
  • 13b0b6345a Merge pull request #239 from cogwheel0/feat-safe-parsing-models cogwheel 2025-12-07 12:25:23 +08:00
  • 649a708a68 feat(models): Add safe parsing for boolean and integer values cogwheel0 2025-12-07 09:54:27 +05:30
  • 46d581d732 chore: bump version to 2.3.0 cogwheel0 2025-12-06 21:12:30 +05:30
  • 663ea4b7ea Merge pull request #236 from cogwheel0/update-dependencies cogwheel 2025-12-06 23:38:25 +08:00
  • ec767fe6c0 chore: Update dependencies to latest versions cogwheel0 2025-12-06 21:04:54 +05:30
  • b2ac465bc6 Merge pull request #235 from cogwheel0/conversation-delta-ref-support cogwheel 2025-12-06 23:10:15 +08:00
  • ce11eed11a fix(chat): prevent rapid invalidations with safe ref check cogwheel0 2025-12-06 20:35:24 +05:30
  • 1380a84989 feat(conversation): add support for WidgetRef in conversation delta listener cogwheel0 2025-12-06 20:30:39 +05:30
  • 79df725a9d Merge pull request #234 from cogwheel0/add-notes-translations cogwheel 2025-12-06 22:47:57 +08:00
  • 7d4333b28d feat(l10n): Add translations for notes feature cogwheel0 2025-12-06 20:17:29 +05:30
  • 233697e59a Merge pull request #233 from cogwheel0/markdown-table-rendering-support cogwheel 2025-12-06 22:43:52 +08:00
  • 3829a12b45 feat(markdown): Improve table rendering with scrollable and intrinsic width support cogwheel0 2025-12-06 20:13:39 +05:30
  • 50c3e320e3 Merge pull request #232 from cogwheel0/notes-feature-implementation cogwheel 2025-12-06 22:18:58 +08:00
  • a13a2de7d6 feat(notes): Improve note editor change detection and UI refinements cogwheel0 2025-12-06 19:48:33 +05:30
  • df2a921ffd feat(notes): Add notes feature with editor page and drawer integration cogwheel0 2025-12-06 19:44:34 +05:30
  • 4e50b30a54 Merge pull request #230 from cogwheel0/markdown-chartjs-support cogwheel 2025-12-06 10:57:43 +05:30
  • 0615346167 feat(markdown): Add support for rendering ChartJS blocks in markdown cogwheel0 2025-12-06 10:56:57 +05:30
  • dc15aa8d88 Merge pull request #229 from cogwheel0/preserve-feature-state-on-errors cogwheel 2025-12-06 10:20:27 +05:30
  • cdba8bc86b feat(navigation): Conditionally add spacing in chats drawer when folders are enabled cogwheel0 2025-12-06 10:20:11 +05:30
  • 4e105270b8 feat(folders): Preserve feature state on server-side errors cogwheel0 2025-12-06 10:16:44 +05:30
  • 951a568fc1 Merge pull request #227 from cogwheel0/feat-add-parent-message-id cogwheel 2025-12-06 09:34:01 +05:30
  • a7292e5d1a Merge pull request #226 from cogwheel0/refactor-remove-deprecated-code cogwheel 2025-12-06 09:33:49 +05:30
  • d7c36f3e0d feat(chat): add parent message ID for proper message linking cogwheel0 2025-12-06 09:33:30 +05:30
  • b387b64e4e refactor: Remove deprecated code and unused comments cogwheel0 2025-12-06 06:45:57 +05:30
  • ad9aa6407e chore: bump version to 2.2.12 cogwheel0 2025-12-05 22:25:00 +05:30
  • c9b888df79 fix(navigation): Ensure context is mounted before navigation and improve error handling cogwheel0 2025-12-05 22:24:36 +05:30
  • a5c7bbe2f2 Merge pull request #224 from cogwheel0/add-model-filters-support cogwheel 2025-12-05 22:20:47 +05:30
  • b40a0e21a4 Merge pull request #223 from cogwheel0/improve-chat-accessibility cogwheel 2025-12-05 22:20:23 +05:30
  • c630ce8c27 feat(models): Add filters support and auto-validation for model-specific filters cogwheel0 2025-12-05 22:19:31 +05:30
  • e3b47ecf87 feat(chat): Improve keyboard shortcuts and accessibility in chat input cogwheel0 2025-12-05 18:23:00 +05:30
  • f676f50c85 Merge pull request #222 from cogwheel0/prevent-tool-selection-after-logout cogwheel 2025-12-05 13:58:09 +05:30
  • 4bafde03d2 Merge pull request #221 from cogwheel0/jwt-token-authentication-support cogwheel 2025-12-05 13:57:44 +05:30
  • bb64633e57 feat(auth): deprecate API keys and enforce JWT token usage cogwheel0 2025-12-05 13:50:26 +05:30
  • 58c6fcba1c docs: Update token hint text for JWT token source in localization files cogwheel0 2025-12-05 13:24:11 +05:30
  • 5cbef38687 feat(auth): Prevent tool selection after logout and improve state management cogwheel0 2025-12-05 13:01:17 +05:30
  • bee8fda9f7 feat(auth): Add JWT token authentication support with validation cogwheel0 2025-12-05 11:24:03 +05:30