cogwheel
|
b271d1987b
|
Merge pull request #240 from cogwheel0/refactor-auth-preserve-server-configs
refactor(auth): Preserve server configs during logout for seamless re-login
|
2025-12-07 12:36:12 +08:00 |
|
cogwheel0
|
218d061eae
|
refactor(auth): Preserve server configs during logout for seamless re-login
|
2025-12-07 10:05:55 +05:30 |
|
cogwheel
|
13b0b6345a
|
Merge pull request #239 from cogwheel0/feat-safe-parsing-models
feat(models): Add safe parsing for boolean and integer values
|
2025-12-07 12:25:23 +08:00 |
|
cogwheel0
|
649a708a68
|
feat(models): Add safe parsing for boolean and integer values
|
2025-12-07 09:54:27 +05:30 |
|
cogwheel0
|
46d581d732
|
chore: bump version to 2.3.0
|
2025-12-06 21:12:30 +05:30 |
|
cogwheel
|
663ea4b7ea
|
Merge pull request #236 from cogwheel0/update-dependencies
chore: Update dependencies to latest versions
|
2025-12-06 23:38:25 +08:00 |
|
cogwheel0
|
ec767fe6c0
|
chore: Update dependencies to latest versions
|
2025-12-06 21:04:54 +05:30 |
|
cogwheel
|
b2ac465bc6
|
Merge pull request #235 from cogwheel0/conversation-delta-ref-support
conversation-delta-ref-support
|
2025-12-06 23:10:15 +08:00 |
|
cogwheel0
|
ce11eed11a
|
fix(chat): prevent rapid invalidations with safe ref check
|
2025-12-06 20:35:24 +05:30 |
|
cogwheel0
|
1380a84989
|
feat(conversation): add support for WidgetRef in conversation delta listener
|
2025-12-06 20:30:39 +05:30 |
|
cogwheel
|
79df725a9d
|
Merge pull request #234 from cogwheel0/add-notes-translations
feat(l10n): Add translations for notes feature
|
2025-12-06 22:47:57 +08:00 |
|
cogwheel0
|
7d4333b28d
|
feat(l10n): Add translations for notes feature
|
2025-12-06 20:17:29 +05:30 |
|
cogwheel
|
233697e59a
|
Merge pull request #233 from cogwheel0/markdown-table-rendering-support
feat(markdown): Improve table rendering with scrollable and intrinsic width support
|
2025-12-06 22:43:52 +08:00 |
|
cogwheel0
|
3829a12b45
|
feat(markdown): Improve table rendering with scrollable and intrinsic width support
|
2025-12-06 20:13:39 +05:30 |
|
cogwheel
|
50c3e320e3
|
Merge pull request #232 from cogwheel0/notes-feature-implementation
notes-feature-implementation
|
2025-12-06 22:18:58 +08:00 |
|
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 |
|
cogwheel
|
4e50b30a54
|
Merge pull request #230 from cogwheel0/markdown-chartjs-support
feat(markdown): Add support for rendering ChartJS blocks in markdown
|
2025-12-06 10:57:43 +05:30 |
|
cogwheel0
|
0615346167
|
feat(markdown): Add support for rendering ChartJS blocks in markdown
|
2025-12-06 10:56:57 +05:30 |
|
cogwheel
|
dc15aa8d88
|
Merge pull request #229 from cogwheel0/preserve-feature-state-on-errors
preserve-feature-state-on-errors
|
2025-12-06 10:20:27 +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 |
|
cogwheel
|
a7292e5d1a
|
Merge pull request #226 from cogwheel0/refactor-remove-deprecated-code
refactor: Remove deprecated code and unused comments
|
2025-12-06 09:33:49 +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
|
ad9aa6407e
|
chore: bump version to 2.2.12
|
2025-12-05 22:25:00 +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 |
|
cogwheel
|
b40a0e21a4
|
Merge pull request #223 from cogwheel0/improve-chat-accessibility
feat(chat): Improve accessibility in chat input
|
2025-12-05 22:20:23 +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 |
|
cogwheel
|
4bafde03d2
|
Merge pull request #221 from cogwheel0/jwt-token-authentication-support
jwt-token-authentication-support
|
2025-12-05 13:57:44 +05:30 |
|
cogwheel0
|
bb64633e57
|
feat(auth): deprecate API keys and enforce JWT token usage
|
2025-12-05 13:50:26 +05:30 |
|
cogwheel0
|
58c6fcba1c
|
docs: Update token hint text for JWT token source in localization files
|
2025-12-05 13:24:11 +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 |
|
cogwheel0
|
1ad43d372a
|
chore: bump version to 2.2.11
|
2025-12-04 22:35:09 +05:30 |
|
cogwheel
|
acaed18ccf
|
Merge pull request #219 from cogwheel0/refactor-flutter-app-intents-method-channel
refactor(app-intents): Replace flutter_app_intents with method channel
|
2025-12-04 22:34:08 +05:30 |
|
cogwheel0
|
fa857e7c57
|
refactor(app-intents): Replace flutter_app_intents with method channel
|
2025-12-04 22:33:48 +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 |
|
cogwheel
|
485e6a6544
|
Merge pull request #217 from cogwheel0/socket-connectivity-health-tracking
feat(socket): Add connectivity and health tracking to socket service
|
2025-12-04 15:08:07 +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 |
|
cogwheel
|
cbbcdd8305
|
Merge pull request #216 from cogwheel0/improve-chat-input-semantics
feat(chat): Improve chat input semantics and keyboard interactions
|
2025-12-03 15:06:15 +05:30 |
|
cogwheel0
|
0daf840a03
|
feat(chat): Improve chat input semantics and keyboard interactions
|
2025-12-03 15:04:53 +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 |
|
cogwheel
|
b47427e5d4
|
Merge pull request #214 from cogwheel0/refactor-remove-verbose-logging
refactor(logging): Remove verbose debug logging across multiple services
|
2025-12-03 14:08:48 +05:30 |
|
cogwheel0
|
6a5bd37e7e
|
feat(socket): improve WebSocket connection fallback mechanism
|
2025-12-03 14:07:50 +05:30 |
|