Commit graph

2848 commits

Author SHA1 Message Date
Rohan Verma
074e11be2c
Merge pull request #785 from manojag115/bugs_prod
Fixing google calendar and notion errors + better logging for debugging
2026-02-05 18:06:34 -08:00
DESKTOP-RTLN3BA\$punk
91fe7222b1 feat: enhance chat header with image generation configuration support and sidebar integration 2026-02-05 17:41:28 -08:00
DESKTOP-RTLN3BA\$punk
af16b6656c feat: implement connection pooling for AsyncPostgresSaver in checkpointer 2026-02-05 17:32:43 -08:00
DESKTOP-RTLN3BA\$punk
f85adefe5e chore: made generate_image more agnostic 2026-02-05 17:18:27 -08:00
DESKTOP-RTLN3BA\$punk
19e2857343 feat: added image gen support 2026-02-05 16:43:48 -08:00
Manoj Aggarwal
e6c0fabd0a Merge branch 'dev' into bugs_prod 2026-02-05 10:53:16 -08:00
Rohan Verma
459ffd2b78
Merge pull request #784 from CREDO23/sur-137-bug-oauth-tokens-expire-too-quickly-connectors-and-login
[Fixes] Implement refresh token auth, connector token pre-validation, and logout improvements
2026-02-05 10:49:02 -08:00
Rohan Verma
1ef3fd4ce9
Merge pull request #782 from CREDO23/sur-107-comment-reply-notifications
[Feat] Comment reply notifications and chat page &  sharing improvements
2026-02-05 10:48:01 -08:00
Rohan Verma
dbc9a4e0cd
Merge pull request #777 from elammertsma/dev
Automatic chat naming, chat renaming, name in breadcrumbs
2026-02-05 10:47:41 -08:00
CREDO23
a8e8b0e2fd Fix auto-refresh on 401 in base API service 2026-02-05 19:29:34 +02:00
CREDO23
1690ce1891 Document token lifetime env vars in .env.example 2026-02-05 18:59:15 +02:00
Eric Lammertsma
aefe1b6e0d
Merge branch 'MODSetter:dev' into dev 2026-02-05 11:57:31 -05:00
CREDO23
f13345b226 Add logout with token revocation and loading states 2026-02-05 18:56:38 +02:00
CREDO23
287e5afbac Fix JWT audience validation when creating refresh token 2026-02-05 18:11:33 +02:00
CREDO23
233852b681 Switch refresh token storage from cookies to localStorage 2026-02-05 17:55:21 +02:00
CREDO23
f3a9922eb9 Add refresh token auth routes and utilities 2026-02-05 17:29:50 +02:00
CREDO23
9bd7d74755 Add RefreshToken model and multi-session refresh token logic 2026-02-05 16:49:37 +02:00
CREDO23
048ef7024f Add token lifetime config options 2026-02-05 16:21:02 +02:00
CREDO23
04aac379ed Add RefreshToken model for user session management 2026-02-05 16:18:45 +02:00
CREDO23
ecd0985523 Add access token pre-validation to OAuth connectors 2026-02-05 14:39:50 +02:00
Manoj Aggarwal
33165830e5 add parse date flexible 2026-02-04 13:18:33 -08:00
Eric Lammertsma
1c1dcbf47f Add Gemini 3 Flash and Pro models to LLM_MODELS enum 2026-02-04 15:52:21 -05:00
Eric Lammertsma
a133fb4184 Updated price tier page limits and removed enterprise pricing 2026-02-04 15:30:15 -05:00
CREDO23
1cf7205a81 Add clipboard utility with fallback and show selectable URLs 2026-02-04 18:54:59 +02:00
CREDO23
ab3d99d9e0 Use RBAC for listing thread snapshots 2026-02-04 18:46:12 +02:00
Eric Lammertsma
83aa8ef689 Added build version for cloud, local and Docker installs 2026-02-04 11:30:30 -05:00
CREDO23
fb371d09f5 Add globe indicator for chats with public links 2026-02-04 18:26:38 +02:00
CREDO23
f5aa520743 Remove branch picker and restrict edit/reload to last message 2026-02-04 18:04:53 +02:00
Eric Lammertsma
2711563e8b Refined pricing plan descriptions by updating content limits and adding "planned" to future features. 2026-02-04 11:03:31 -05:00
CREDO23
17eab845d0 feat: rename Mentions tab to Comments with speech bubble icon 2026-02-04 17:17:33 +02:00
CREDO23
f610e42b9c fix: prevent duplicate notifications and fix inbox count 2026-02-04 16:37:44 +02:00
CREDO23
6d1a363683 Navigate to reply instead of parent comment 2026-02-04 15:25:50 +02:00
CREDO23
d5b75956c3 Include comment_reply in status tab filter 2026-02-04 15:25:50 +02:00
CREDO23
21a4c25458 Handle comment_reply in inbox sidebar (icon + click routing) 2026-02-04 15:25:50 +02:00
CREDO23
1c8ec7bbdc Add comment_reply notification type to frontend types 2026-02-04 15:25:50 +02:00
CREDO23
cf512153df Notify thread participants on new reply 2026-02-04 15:25:50 +02:00
CREDO23
bf91d0c3d2 Add get_comment_thread_participants helper function 2026-02-04 15:25:50 +02:00
CREDO23
fb333fdd54 Add CommentReplyNotificationHandler for comment thread notifications 2026-02-04 15:25:50 +02:00
Rohan Verma
8c60910148
Merge pull request #778 from MODSetter/dev
feat: add new incentive task type for Discord
2026-02-03 22:36:15 -08:00
DESKTOP-RTLN3BA\$punk
4d9efde1f5 Merge commit '9216f8844b' into dev 2026-02-03 22:34:16 -08:00
DESKTOP-RTLN3BA\$punk
5cb59bbde8 feat: add new incentive task type for Discord 2026-02-03 22:32:39 -08:00
DESKTOP-RTLN3BA\$punk
b6e1741a40 feat: enhance theme toggle component with animation capabilities and SVG generation 2026-02-03 21:51:35 -08:00
Eric Lammertsma
40a304bd0b Updated enterprise pricing plan t. 2026-02-03 22:49:38 -05:00
Eric Lammertsma
5bee04192c Overhauled pricing plans. 2026-02-03 22:19:10 -05:00
Eric Lammertsma
318ad4a4ba Removed excessive logging around chat title generation 2026-02-03 20:59:50 -05:00
Eric Lammertsma
07f89a4268 Show the chat title in the breadcrumbs instead of "Chat" 2026-02-03 20:54:21 -05:00
Eric Lammertsma
d761ca1992 Added chat renaming and auto naming by the active LLM 2026-02-03 20:47:18 -05:00
Rohan Verma
9216f8844b
Merge pull request #776 from MODSetter/dev
chore: QOL Updates
2026-02-03 15:12:22 -08:00
DESKTOP-RTLN3BA\$punk
b176599c64 chore: linting 2026-02-03 15:01:51 -08:00
Rohan Verma
498d0c341d
Merge pull request #775 from elammertsma/dev
[IMPR] Multiple website changes, pricing, features, fixes, default theme
2026-02-03 14:52:53 -08:00