Commit Graph

962 Commits

Author SHA1 Message Date
Vukasin a1c470231e fix: timing 2025-07-23 18:05:10 +02:00
Anx 510ec46aef
fix: prevent right panel content overflow in ScrollArea component
Resolves content overflow issues in the right panel caused by the ScrollArea
component's internal div with 'min-width:100%;display:table' styling. This
addresses the known shadcn-ui ScrollArea limitation where the component takes
up the entire width and causes overflow.

The fix ensures proper width constraints while maintaining scroll functionality.

References: https://github.com/shadcn-ui/ui/issues/3833
2025-07-23 18:59:11 +08:00
Saumya 030ffe23a3 fix suna install on oauth 2025-07-23 14:52:44 +05:30
Saumya 6b99777265 treat suna as a custom agent 2025-07-23 13:20:20 +05:30
Saumya c57a9fb58b pick suna details from code 2025-07-23 11:44:36 +05:30
Saumya 049c6c4d1b Merge branch 'main' into custom-suna-agent 2025-07-23 11:08:26 +05:30
Vukasin cf7e16fdc8 fix: streaming view 2025-07-22 23:58:41 +02:00
Vukasin f33f5f6c6e fix: visual improvements stream 2025-07-22 20:10:17 +02:00
Saumya f8c455fa39 attempt to fix google oauth 2025-07-22 22:14:44 +05:30
Saumya 34ae50a68b custom suna agent 2025-07-22 21:41:10 +05:30
sharath 1067cb7092
fix(auth): temporarily comment out redirection to MFA verification 2025-07-22 11:05:53 +00:00
sharath 87ec0230c5
fix(auth): temporarily disable redirection for new users without MFA enrolled 2025-07-22 11:02:11 +00:00
sharath c0e8614210
fix(models): update model tiers 2025-07-22 05:07:51 +00:00
sharath 6a80a2e87d
chore(models): change model availability 2025-07-22 04:58:16 +00:00
Bobbie 8b1c805ab0
Merge pull request #1037 from escapade-mckv/fix-ux-issues
revert back to registry dialog on home screen configure
2025-07-22 00:47:50 +05:30
Saumya 4a0a2147b6 revert back to registry dialog on home screen configure 2025-07-22 00:46:57 +05:30
Krishav a96f5c2b44
Merge branch 'kortix-ai:main' into krishav/feat/manage_key_ui 2025-07-21 22:34:46 +05:30
Krishav Raj Singh 2263e8ce00 remove whitespace 2025-07-21 22:33:23 +05:30
Marko Kraemer aa7ab3e425
Merge pull request #1022 from KrishavRajSingh/krishav/fix/google_oauth_login
fix: fallback to google oauth if one tap login fails
2025-07-21 18:43:07 +02:00
Krishav Raj Singh c3f431d0ee Merge remote-tracking branch 'upstream/main' into krishav/feat/manage_key_ui 2025-07-21 21:04:01 +05:30
Saumya 6a8d0b9351 add tools info in the app card 2025-07-21 16:03:00 +05:30
Bobbie 5b84eedfb1
Merge pull request #1031 from escapade-mckv/fix-ux-issues
build errors fix
2025-07-21 11:20:27 +05:30
Saumya d1be6a38da build errors fix 2025-07-21 11:19:32 +05:30
Bobbie 1520a8f20a
Merge branch 'main' into main 2025-07-21 11:16:50 +05:30
Saumya a351d6553e build errors fix 2025-07-21 11:14:53 +05:30
Saumya 8188a83a6d Merge branch 'main' into fix-ux-issues 2025-07-21 10:53:56 +05:30
Saumya 99c5ed3aa8 improve workflow card 2025-07-21 10:49:06 +05:30
Sharath 94ce6bd8ad
Merge branch 'main' into sharath/suna-495-add-phone-number-verification-for-signups 2025-07-20 22:52:00 +05:30
sharath 1eb148821b
chore(auth): remove unused phone input styles 2025-07-20 17:19:48 +00:00
Krishav Raj Singh f59399a3f6 fix: fallback to google oauth if one tap logiin fails 2025-07-20 20:15:00 +05:30
sharath ad0c687d9e
feat(auth): enhance phone verification UI and functionality
- Added new phone input component for improved user experience during phone number entry.
- Integrated additional icons for better visual feedback in the OTP verification process.
- Updated phone verification page to include a sign-out button, enhancing user navigation.
- Refined text descriptions for clarity and user guidance throughout the verification steps.

This update improves the overall usability and accessibility of the phone verification feature.
2025-07-20 07:58:10 +00:00
Saumya 4dafadc576 fix ui issues 2025-07-20 10:19:42 +05:30
sharath 7010de6c2c
refactor(auth): remove AALChecker and AALStatusDisplay components 2025-07-19 22:10:12 +00:00
sharath 0765c728ae
feat(auth): add phone verification
- Updated phone verification API to support SMS-based 2FA, allowing users to enroll and verify their phone numbers.
- Introduced new components for background AAL checking and status display, improving user experience during authentication.
- Removed the deprecated PhoneVerificationGuard component and integrated its functionality into the new AALChecker and BackgroundAALChecker components.
- Updated React Query hooks for managing phone verification and AAL states, ensuring efficient data handling and cache management.
- Enhanced frontend layout to accommodate new verification flows and improve overall responsiveness.

This update strengthens account security by enforcing phone verification for new users and streamlining the MFA process.
2025-07-19 21:49:52 +00:00
Cursor Agent 66bb34a5ba Add support for rendering 'complete' tool content and attachments
Co-authored-by: tnfssc <tnfssc@gmail.com>
2025-07-19 16:13:01 +00:00
sharath 1551ce9b4a
hotfix(complete-tool): update import path for FileAttachment component 2025-07-19 16:04:54 +00:00
Cursor Agent bafa1becef Enhance complete tool with text, attachments, and improved frontend rendering
Co-authored-by: tnfssc <tnfssc@gmail.com>
2025-07-19 15:45:43 +00:00
sharath a332cf9a31
feat(2fa): implement phone verification feature with MFA support
- Added phone verification endpoints for TOTP-based multi-factor authentication in the backend.
- Created frontend components for phone input and OTP verification.
- Integrated phone verification guard to ensure users complete verification before accessing the app.
- Updated API routes and React Query hooks for managing phone verification status and actions.

This feature enhances account security by requiring users to verify their phone numbers.
2025-07-19 15:14:55 +00:00
Vukasin d7fd6ae811 fix: snack stream re rendering other component and closing issue 2025-07-19 16:30:41 +02:00
Cursor Agent f5d84f56a4 Center login page buttons and improve layout responsiveness
Co-authored-by: markokraemer.mail <markokraemer.mail@gmail.com>
2025-07-19 14:01:40 +00:00
sharath 0380f00647
chore(models): update storage key and default free model ID for improved model selection 2025-07-19 02:40:03 +00:00
sharath dc14691c32
chore(models): update model tiers to premium and adjust availability in constants 2025-07-19 02:12:07 +00:00
kubet a46e814c24
Merge pull request #1008 from kubet/feat/usage-snack
fix: snack logic
2025-07-18 22:34:43 +02:00
Vukasin 290c0d229e fix: snack logic 2025-07-18 22:34:09 +02:00
kubet 0700417199
Merge pull request #1007 from kubet/feat/usage-snack
fix: build error
2025-07-18 22:23:37 +02:00
Vukasin ad797c3481 fix: build error 2025-07-18 22:22:35 +02:00
kubet 7bd68f1e89
Merge pull request #1006 from kubet/feat/usage-snack
Feat/usage snack
2025-07-18 21:50:32 +02:00
Vukasin 6468f0ab08 feat: add streaming and conditionaly show usage 2025-07-18 21:49:10 +02:00
Krishav Raj Singh ea659c7a1e feat: add and delete new api key 2025-07-18 23:25:27 +05:30
Krishav 74fc265187
Merge branch 'kortix-ai:main' into krishav/feat/manage_key_ui 2025-07-18 23:24:28 +05:30
Marko Kraemer 783073e14f
Revert "Like/dislike response" 2025-07-18 14:33:34 +02:00
Marko Kraemer 64dca47aa8
Merge pull request #884 from KrishavRajSingh/krishav/response_feedback
Like/dislike response
2025-07-18 12:01:59 +02:00
Marko Kraemer 09e73b7f88
Merge pull request #978 from KrishavRajSingh/krishav/fix_scroll
fix: horizontal scroll
2025-07-18 11:56:58 +02:00
Krishav Raj Singh 23adbb3d1f fix padding 2025-07-18 12:22:50 +05:30
Krishav Raj Singh 62d1bd856c final_changes 2025-07-18 05:35:14 +05:30
Krishav Raj Singh f12a35ce39 reduced gap and size, added copy button 2025-07-18 05:13:45 +05:30
Krishav Raj Singh 6347543efe reduced spacing and size 2025-07-18 05:13:45 +05:30
Krishav Raj Singh 0fefd5857a view feedback on refresh 2025-07-18 05:13:45 +05:30
Krishav Raj Singh d506b0b63b feedback api 2025-07-18 05:13:45 +05:30
Krishav Raj Singh a6dc89666a updated modal 2025-07-18 04:59:52 +05:30
Krishav Raj Singh 21181fb8b9 frontend prototype 2025-07-18 04:59:52 +05:30
Krishav 43471577b3
Merge branch 'kortix-ai:main' into krishav/feat/manage_key_ui 2025-07-18 04:51:20 +05:30
Vukasin 9c62b8e805 fix: showing snack 2025-07-18 00:21:24 +02:00
Vukasin 86928c9d4a feat: usage snack 2025-07-18 00:16:46 +02:00
Krishav Raj Singh c62b540ce6 fix: horizontal scroll 2025-07-18 03:27:23 +05:30
Bobbie 7be0329552
Merge pull request #969 from escapade-mckv/react-flow
fix google sign in
2025-07-17 23:37:06 +05:30
Marko Kraemer e43622f127
Merge pull request #962 from Dharrnn/fix-mcp-dialog
#961 Fix: Scrollable form content in Custom MCP Dialog box
2025-07-17 15:42:48 +02:00
marko-kraemer ca0c66f327 pl-3 2025-07-17 15:43:02 +03:00
Marko Kraemer 7bc0ab6548
Merge pull request #975 from kortix-ai/cursor/optimize-agents-page-switcher-states-1b17
Optimize agents page switcher states
2025-07-17 13:19:53 +02:00
Cursor Agent 32e115365a Remove hover scale effect on tab buttons for cleaner interaction
Co-authored-by: markokraemer.mail <markokraemer.mail@gmail.com>
2025-07-17 11:17:00 +00:00
Cursor Agent ef32fc0b71 Fix layout shifts and improve tab content container styling
Co-authored-by: markokraemer.mail <markokraemer.mail@gmail.com>
2025-07-17 11:02:25 +00:00
Marko Kraemer 8e6f7382d4
Merge pull request #972 from kortix-ai/cursor/implement-debounce-for-agent-creation-2563
Implement debounce for agent creation
2025-07-17 12:41:31 +02:00
Cursor Agent 0622a7618a Enhance tab button styling with hover effects and improved color contrast
Co-authored-by: markokraemer.mail <markokraemer.mail@gmail.com>
2025-07-17 10:41:26 +00:00
Cursor Agent 6b2602157e Prevent multiple agent creation and improve mutation handling
Co-authored-by: markokraemer.mail <markokraemer.mail@gmail.com>
2025-07-17 10:27:31 +00:00
Cursor Agent f9ba44a9da Swap marketplace and my agents tabs, rename to Explore
Co-authored-by: markokraemer.mail <markokraemer.mail@gmail.com>
2025-07-17 10:10:35 +00:00
Saumya b000dbe46b fix google sign in 2025-07-17 13:29:12 +05:30
Saumya 8cf4de1a02 fix google sign in 2025-07-17 13:05:31 +05:30
Saumya 8249954b40 frontend files and impports fix 2025-07-17 12:42:10 +05:30
Saumya 43f71e1b09 fix import errors 2025-07-17 12:33:37 +05:30
Saumya 388391c7d8 fix changelog data 2025-07-17 12:10:30 +05:30
Saumya 5a5342fcc9 ux: workflows, and other improvements 2025-07-17 11:53:31 +05:30
Saumya 94661a2b59 Merge branch 'main' into react-flow 2025-07-17 11:52:04 +05:30
Saumya f258e2a1f3 ux: workflows, and other improvements 2025-07-17 11:48:59 +05:30
Dharrnn 590ab5c007 #961 Fix: Scrollable form content in Custom MCP Dialog box 2025-07-17 11:43:52 +05:30
Saumya d2245673ca chore(dev): workflowx and ux improvement 2025-07-16 23:16:10 +05:30
Krishav Raj Singh e31dc7f8e8 Local .Env Manager 2025-07-16 21:35:11 +05:30
sharath d4b031d00e
refactor(models): comment out old model configurations 2025-07-16 13:27:56 +00:00
Cursor Agent 037956f22b Update model tiers and availability for free and paid users
Co-authored-by: markokraemer.mail <markokraemer.mail@gmail.com>
2025-07-16 12:36:51 +00:00
Cursor Agent b419fcbc13 Make all premium models free tier in model selection
Co-authored-by: markokraemer.mail <markokraemer.mail@gmail.com>
2025-07-16 12:27:38 +00:00
Cursor Agent 6d9d6e25c9 Update model priority and order in model selection configuration
Co-authored-by: markokraemer.mail <markokraemer.mail@gmail.com>
2025-07-16 12:18:24 +00:00
Krishav d098ebd435
Merge branch 'kortix-ai:main' into krishav/feat/manage_key_ui 2025-07-16 14:05:36 +05:30
Saumya 200620f617 Merge branch 'main' into react-flow 2025-07-16 10:39:11 +05:30
Saumya 610aa7cce0 fix frontend import error 2025-07-16 10:20:18 +05:30
Saumya a8fdc7805f merge main into refactor 2025-07-16 10:17:28 +05:30
Saumya 73f919e28d auth page refactor 2025-07-16 10:05:12 +05:30
sharath 89fa1afc6e
refactor(healthpage): replace API health check logic with useApiHealth hook in DashboardLayoutContent 2025-07-15 13:27:22 +00:00
sharath 13c31d42f6
feat(kimi-k2): add support for Kimi-K2 model with updated token limits and parameters 2025-07-15 13:12:30 +00:00
Saumya 414eb23949 show upcoming run in agent page 2025-07-15 11:18:01 +05:30
Saumya df29b41a2f improve agent config ui 2025-07-15 00:16:40 +05:30
Sharath 40cfc13fd4
Merge pull request #944 from Chaitanya045/Enable_paste_images_into_chat 2025-07-14 22:21:17 +05:30
Chaitanya045 f94b972992 Enable image paste in chat input 2025-07-14 21:39:12 +05:30
Saumya 1b347eb713 chore: refactor backend - 1 2025-07-14 19:47:10 +05:30
Saumya 85e2d5736b refactor workflows 2025-07-14 18:40:24 +05:30
Saumya bdd9ffc1d8 refactor backend code 2025-07-14 16:06:27 +05:30
Saumya 2fabfab882 versioning code refactor 2025-07-13 23:26:24 +05:30
Saumya 9b0571a7dc versioning setup 2025-07-13 19:59:38 +05:30
Krishav Raj Singh 0fa4cca758 fix: restore build dependencies 2025-07-13 14:56:34 +05:30
Krishav Raj Singh 44906ee3d0 frontend for local api key management 2025-07-13 11:52:15 +05:30
Saumya 6b04d1dad9 Merge branch 'main' into fix-agent-builder 2025-07-13 00:31:42 +05:30
Sharath 9c8df229d6
Merge pull request #934 from smolpaw/main 2025-07-12 21:47:36 +05:30
dragonxp b88672be2a Removed env and run command from compose file 2025-07-12 21:45:42 +05:45
dragonxp 9752a9ab0c Updated next config to support dynamic deployment 2025-07-12 18:40:49 +05:45
Saumya abb0603316 uniform border radius 2025-07-12 08:59:44 +05:30
Bobbie 5566dc5519
Merge pull request #936 from escapade-mckv/fix-agent-builder
fix: agent builder & agents ui
2025-07-12 02:13:44 +05:30
Saumya 3fa9fac9f6 fix: agent builder & agents ui 2025-07-12 02:12:23 +05:30
sharath 77f0b97385
chore: remove obsolete dump.rdb file 2025-07-11 17:13:36 +00:00
dragonxp 421ae4d66b Added Dockerfile, .dockerignore and modified the nextconfig to output standalone 2025-07-11 17:33:24 +05:45
Saumya 404e5493e9 oauth fetch bug fix 2025-07-11 14:23:44 +05:30
Saumya 547bf72d24 feat: improve integrations ux 2025-07-11 13:47:44 +05:30
Saumya c183a812e4 feat: app profile integrations UI 2025-07-11 10:13:57 +05:30
Saumya daa0f81275 Merge branch 'main' into flow-improvement 2025-07-11 09:17:03 +05:30
Saumya 43af4852d4 ux: ui/ux revamp 2025-07-11 09:16:20 +05:30
Marko Kraemer eec0308772
Merge pull request #928 from KrishavRajSingh/krishav/minor_ui_fix
fixed overflowing chatbox
2025-07-10 23:28:36 +02:00
Sharath 6d7114c5ed
Merge pull request #569 from Dharrnn/feat-github-login 2025-07-10 21:42:55 +05:30
Saumya 84541d9f1d ui revamp 2025-07-10 20:14:09 +05:30
marko-kraemer 957a2c9cbf model fallback, add xai grok 4 2025-07-10 12:58:10 +02:00
Krishav Raj Singh 29e72cc52a fixed overflowing chatbox 2025-07-10 16:06:12 +05:30
Saumya 164a647f9e Merge branch 'main' into fix-versioning 2025-07-10 12:33:08 +05:30
Saumya 4350dc8dfa feat: agent builder revamp 2025-07-10 12:32:15 +05:30
Dharan S 42ff6b5ec4
Merge branch 'main' into feat-github-login 2025-07-10 11:05:15 +05:30
marko-kraemer 87da181fc5 wip 2025-07-10 07:21:23 +02:00
marko-kraemer 37c781a99b wip 2025-07-10 05:16:42 +02:00
marko-kraemer ef3101fbb7 wip 2025-07-10 04:15:45 +02:00
marko-kraemer c20b5e70e8 wip 2025-07-10 02:51:55 +02:00
marko-kraemer 9b73d72352 wip 2025-07-10 02:17:18 +02:00
marko-kraemer 1ef40c47d7 wip 2025-07-10 01:50:04 +02:00
marko-kraemer 01687f5218 wip 2025-07-09 22:02:07 +02:00
marko-kraemer 92214e5894 wip 2025-07-09 21:38:26 +02:00
marko-kraemer 2a4c45a4e4 wip 2025-07-09 21:38:26 +02:00
marko-kraemer 1d9e364523 wip 2025-07-09 21:38:26 +02:00
Saumya dfcfb58ae3 feat: pipedream component uniformity 2025-07-10 01:02:27 +05:30
Saumya aa06019f7e fix pipedream app search 2025-07-09 23:27:25 +05:30
Saumya 7bc95af934 fix: frontend mcp type fix 2025-07-09 20:06:26 +05:30
Saumya f723977916 chore(dev): fix mcp replacement bug 2025-07-09 19:21:47 +05:30
Saumya 3ccb3c5a5a feat: connect pipedream profiles with marketplace 2025-07-09 11:52:15 +05:30
Saumya 1c17932b87 Merge branch 'main' into pipedram-credentials-profile 2025-07-09 00:59:19 +05:30
Saumya d61e10047b credential profiles for pipedream 2025-07-09 00:10:58 +05:30
Marko Kraemer 22a45284b3
Merge pull request #914 from KrishavRajSingh/krishav/fix/json_encoding
edge case: handle json file
2025-07-08 20:39:48 +02:00
sharath 78ebe1e21f
chore(frontend): remove Sentry integration and related configurations 2025-07-08 17:05:32 +00:00
Krishav Raj Singh 30e22f04ad edge case: handle json file 2025-07-08 22:30:47 +05:30
marko-kraemer 390ebda206 show new task fe 2025-07-08 18:54:28 +02:00
Saumya c119b1dc5d Merge branch 'main' into pipedream-mcp 2025-07-08 18:50:06 +05:30
Saumya d4840c5946 pipedream integration for MCPs 2025-07-08 18:48:49 +05:30
Saumya 9d0f7bc4e4 chore(dev): pipedream setup 2025-07-08 14:40:15 +05:30
Saumya 4eabca8dae chore: add triggers to workflows 2025-07-08 09:27:32 +05:30
marko-kraemer 03298b9616 improve pricing copy 2025-07-08 04:22:29 +02:00
Saumya 71c24d70de chore(dev): conditional workflow steps 2025-07-08 01:01:12 +05:30
Vukasin 5e522fd9c2 fix: dashboard use chatinput component 2025-07-07 21:24:05 +02:00
Saumya bfae283be1 Merge branch 'main' of github.com:escapade-mckv/suna into new-workflows 2025-07-07 20:11:51 +05:30
Saumya 5a2012791c conditional workflows 2025-07-07 20:08:47 +05:30
Saumya cce91dfbaa feat: simpler workflows 2025-07-07 16:54:16 +05:30
marko-kraemer 945ff8820c wip 2025-07-07 03:30:25 +02:00
Vukasin 0bc7d39b8f Merge remote-tracking branch 'upstream/main' into feat/new-chat-input-on-landing 2025-07-06 20:30:51 +02:00
Vukasin a63409224b fix: landing video position 2025-07-06 20:29:33 +02:00
Vukasin 9e58254672 fix: dashboard 2025-07-06 20:08:48 +02:00
marko-kraemer ac2dcc0fc9 wip 2025-07-06 19:06:43 +02:00
marko-kraemer 9c00c04c63 templates wip 2025-07-06 18:42:39 +02:00
Vukasin abe835260c feat: theme change and adjustments 2025-07-06 18:42:39 +02:00
Vukasin 8c158f910f wip: standardize desing 2025-07-06 18:42:39 +02:00
Vukasin f1b6d860c5 Merge remote-tracking branch 'upstream/main' into feat/new-chat-input-on-landing 2025-07-06 18:34:43 +02:00
Vukasin 6938164eff feat: theme change and adjustments 2025-07-06 18:34:31 +02:00
marko-kraemer f779c9f704 wip 2025-07-06 17:36:44 +02:00
marko-kraemer dc5496ae94 wip 2025-07-06 16:40:27 +02:00
Saumya 81c4693c87 Merge branch 'main' into new-workflows 2025-07-06 09:42:44 +05:30
marko-kraemer d850800a5f admin api key, send welcome mail admin action 2025-07-06 01:32:06 +02:00
Vukasin 4485563b47 wip: standardize desing 2025-07-05 23:06:22 +02:00
Vukasin ab24a52ae4 Merge remote-tracking branch 'upstream/main' into feat/new-chat-input-on-landing 2025-07-05 21:26:34 +02:00
Vukasin f7fb080145 feat: implement new chat design 2025-07-05 21:26:25 +02:00
Saumya 22d575db52 chore: revamp workflows 2025-07-06 00:10:50 +05:30
Marko Kraemer dba4e6e739
Merge pull request #899 from kortix-ai/cleanup-improvements
improvements
2025-07-05 20:14:58 +02:00
Marko Kraemer e04d53242d
Merge pull request #894 from KrishavRajSingh/krishav/fix_icon_darkmode
Fix icon theme if theme is system
2025-07-05 18:08:08 +02:00
marko-kraemer 6a6b9d8e85 refactor wip 2025-07-05 18:07:35 +02:00
marko-kraemer 6e229b3830 fe improvements 2025-07-05 15:56:09 +02:00
kubet d8791a48aa
Merge pull request #895 from kubet/feat/new-chat-input-on-landing
Feat/new chat input on landing
2025-07-05 12:54:25 +02:00
Vukasin b61620c6ca Merge remote-tracking branch 'upstream/main' into feat/new-chat-input-on-landing 2025-07-05 12:50:22 +02:00
Vukasin f8f3afe5f1 fix: auth screen 2025-07-05 12:49:03 +02:00
Krishav Raj Singh 4e669a6b75 fix icon theme if theme is system 2025-07-05 02:26:08 +05:30
Saumya d6f84a5eed fix: import fix 2025-07-04 19:16:34 +05:30
Saumya e896ca0ff6 chore(dev): teardown workflow system 2025-07-04 17:28:38 +05:30
Saumya 8c758837dc merge main to tool panel branch 2025-07-04 11:09:32 +05:30
Saumya 8a6a963c2c Merge branch 'main' into smooth-tool-panel 2025-07-04 11:08:43 +05:30
Vukasin 7498c9fa1b fix: loading 2025-07-03 23:47:54 +02:00
Vukasin 5b5204e364 feat: new chat input on landing 2025-07-03 23:40:55 +02:00
sharath 83bf4a7189
chore(billing): add 5 free credits 2025-07-03 19:15:27 +00:00
Saumya f6cd8779ed feat: tool-panel animation 2025-07-04 00:02:56 +05:30
Sharath 71307d7d8c
Update frontend/src/components/thread/chat-input/_use-model-selection.ts 2025-07-03 22:45:46 +05:30
sharath 58b118a05d
feat(models): update free tier model to claude sonnet 4 2025-07-03 17:14:48 +00:00
Saumya 88cca815f6 feat: nice tool panel animation 2025-07-03 22:04:48 +05:30
Bobbie 84b854359d
chore: remove scripts and obsolete files (#879) 2025-07-03 19:30:51 +05:30
Soumyadas15 8b58e2b69b chore: add verel protection bypass for staging environments 2025-07-03 14:13:36 +05:30
Soumyadas15 974febad44 feat: agent scheduling 2025-07-03 11:36:49 +05:30
Soumyadas15 8ac2b9ba11 chore(dev): add new agent scheduling setup to setup.py 2025-07-03 10:17:57 +05:30
Soumyadas15 028f33ae34 Merge branch 'main' into agent-knowledge-base 2025-07-03 09:49:57 +05:30
Soumyadas15 0c66b05706 fix: fix tool call views in share page 2025-07-03 09:41:47 +05:30
Soumyadas15 87dd9d667a add credential profile direcly on install or setup dialog 2025-07-03 09:29:49 +05:30
Soumyadas15 58033075b4 configure agent schedules 2025-07-03 09:12:09 +05:30
Soumyadas15 ff47404a89 feat: agent schedules 2025-07-01 13:35:55 +05:30
Soumyadas15 debbb1246f feat: one-click trigger setup 2025-06-30 23:33:46 +05:30
Soumyadas15 658fa7d771 chore(dev): agent triggers 2025-06-30 16:27:34 +05:30
Krishav Raj Singh 577872974c Handle URL in see_image tool 2025-06-29 22:44:07 +05:30
sharath d7491ba93a
fix(billing): adjust button layout and icon alignment for better UI consistency 2025-06-28 17:35:05 +00:00
sharath 32da251904
fix(billing): add whitespace-nowrap class to button for improved layout 2025-06-28 17:28:10 +00:00
sharath 9795510071
feat(pricing): improve model sorting and add Gemini 2.5 Pro to model selection 2025-06-28 17:18:32 +00:00
sharath 2abbb10c1a
feat(model): add support for Gemini 2.5 Pro with updated pricing and token limits 2025-06-28 16:27:58 +00:00
sharath ca321f7cb2
refactor(pricing): enhance model filtering and update terminology for clarity 2025-06-28 15:09:48 +00:00
Bobbie 8a0a8f37b1
Merge pull request #855 from escapade-mckv/ux-improvements
chore(ui): sync custom agents config with credentials profile
2025-06-28 16:43:46 +05:30
Soumyadas15 80bc4a9982 chore(ui): sync custom agents config with credentials profile 2025-06-28 16:42:29 +05:30
Bobbie 6495dbe8b8
Merge pull request #854 from escapade-mckv/ux-improvements
chore(ui): sync custom agents config with credentials profile
2025-06-28 16:08:37 +05:30
Soumyadas15 333777213e chore(ui): sync custom agents config with credentials profile 2025-06-28 16:07:09 +05:30
user e97175696e feat(pricing): add additional example tasks and toggle functionality for task display on pricing page 2025-06-28 09:35:19 +00:00
sharath b503c701a1
feat(pricing): implement model selection and cost calculation for tasks in pricing page 2025-06-27 19:23:11 +00:00
sharath d74d8d3d6a
feat(billing): update token price multiplier and add new model pricing details 2025-06-27 18:15:20 +00:00
sharath 87908cd526
fix(billing): implement usage logs retrieval and display in frontend with pagination support 2025-06-27 17:01:58 +00:00
sharath 929b329948
hotfix(billing): integrate BillingModal into ChatSettingsDialog, MessageInput, and InputNode components 2025-06-27 15:39:58 +00:00
sharath 4188fae912
hotfix(frontend): typeerrors 2025-06-27 15:32:31 +00:00
sharath 46f42cd7ce
feat(billing): enhance billing UI with new usage logs link and improved button layout 2025-06-27 14:41:45 +00:00
sharath f22433332b
refactor(billing): update billing modal state management in MessageInput and ModelSelector components 2025-06-26 20:40:04 +00:00
sharath 7b10ca6478
Merge branch 'main' into sharath/suna-406-refactor-pricing-system 2025-06-26 20:04:22 +00:00
sharath a77b98cecb
feat(billing): update authentication redirect for subscription and enhance billing modal integration in chat input 2025-06-26 19:09:36 +00:00
sharath e7f02f31bc
feat(billing): introduce token price multiplier and update cost calculations; enhance billing UI with new pricing buttons 2025-06-26 17:33:52 +00:00
Soumyadas15 3ca9aed8de feat: make thread agent agnostic 2025-06-26 22:06:47 +05:30
sharath 79b71db250
feat(billing): implement hardcoded model pricing and enhance cost calculation logic 2025-06-26 15:18:37 +00:00
sharath bec4494084
feat(pricing): add yearly subscription tiers and enhance billing period toggle functionality 2025-06-26 15:00:56 +00:00
sharath 9036e22c4f
Merge branch 'main' into sharath/suna-406-refactor-pricing-system 2025-06-26 12:44:07 +00:00
Soumyadas15 18057a4db6 chore(dev): agent agnostic threads 2025-06-26 16:59:04 +05:30
Soumyadas15 06b0035b51 chore(ui): make agent selector simpler 2025-06-26 14:40:13 +05:30
Soumyadas15 23fa2ba4e8 Merge branch 'main' of https://github.com/escapade-mckv/suna into ux-improvements 2025-06-26 12:05:12 +05:30
sharath 29c9fa78db
refactor(pricing): update pricing section layout and simplify pricing tier logic; add hidden property for conditional display 2025-06-25 22:36:56 +00:00
sharath af869db43f
fix(usage): refactor usage logs to utilize React Query for model pricing and enhance error handling 2025-06-25 21:47:21 +00:00
sharath f2dc615f06
feat(usage): add usage logs page and integrate it into personal account settings 2025-06-25 21:26:02 +00:00
sharath 445e19e00b
feat(pricing): add model pricing page and integrate pricing information into model availability 2025-06-25 20:58:42 +00:00
sharath 39e8ea2f1a
feat(billing): update subscription model 2025-06-25 19:57:28 +00:00
Soumyadas15 65b00e5e2d Merge branch 'main' into ux-improvements 2025-06-25 15:25:56 +05:30
Soumyadas15 4b40f99800 fix(migrations): migrations order and sanity checks fix 2025-06-25 15:22:46 +05:30
Soumyadas15 f61e3a7a3b ui: improved agent selector 2025-06-25 13:46:38 +05:30
user be00efbd70
feat(frontend): implement maintenance notice and banner components with edge configuration integration 2025-06-24 16:40:18 +00:00
Soumyadas15 f6eba802b2 fix: cleanup knowledge base styling 2025-06-24 16:51:33 +05:30
Soumyadas15 cf84463823 feat: add knowledge base, fix flags issue 2025-06-24 16:45:46 +05:30
Soumyadas15 a40f8bf816 feat: introduce knowledge base 2025-06-24 16:00:01 +05:30
Soumyadas15 8a943d9374 fix: redis import fix 2025-06-24 14:34:13 +05:30