Soumyadas15
5249346550
chore(dev_): merge main into mcp-5
2025-05-24 13:45:44 +05:30
Bobbie
834eb0b3c4
Merge branch 'kortix-ai:main' into main
2025-05-24 13:22:58 +05:30
Soumyadas15
cb36e534b2
chore(dev): show custom agent name on thread page
2025-05-24 13:03:17 +05:30
Soumyadas15
beeaffb533
chore(dev): add custom agent context based on thread id
2025-05-24 12:38:41 +05:30
Soumyadas15
c642b346cb
chore(dev): ui for custom agents
2025-05-24 00:20:46 +05:30
Sharath
2a1655e935
Merge pull request #464 from tnfssc/fix/model-qwen
2025-05-23 18:15:53 +05:30
sharath
857158a180
fix(model): change to deepseek
2025-05-23 12:45:14 +00:00
Marko Kraemer
7d0296b23b
Merge pull request #461 from kortix-ai/refactor/multi-select-hover-checkbox
...
Refactor multi-select: replace icon with checkbox on hover for minima…
2025-05-23 11:46:38 +02:00
marko-kraemer
b647889a7d
Refactor multi-select: replace icon with checkbox on hover for minimal selection UI
2025-05-23 11:41:14 +02:00
Soumyadas15
7076d917d4
chore(ui): payment dialog + live indicator fix
2025-05-23 13:25:35 +05:30
Soumyadas15
375289b003
Merge branch 'main' of https://github.com/escapade-mckv/suna
2025-05-23 13:16:08 +05:30
Soumyadas15
a7dabc45bc
chore(ui): payment dialog + live indicator fix
2025-05-23 13:14:29 +05:30
Vukasin
483838618b
fix: responsive free tier message
2025-05-23 00:01:07 +02:00
Vukasin
604e8e5713
fix: responsive chat input
2025-05-22 23:50:12 +02:00
Marko Kraemer
c1419d8db8
Merge pull request #449 from escapade-mckv/main
...
chore(ui): fix gap in tool view
2025-05-22 21:19:01 +02:00
marko-kraemer
f9afb09ffe
CLAUDE SONNET 4.
2025-05-22 21:18:39 +02:00
Soumyadas15
2ffcc85c83
chore(ui): fix gap in tool view
2025-05-23 00:32:03 +05:30
Marko Kraemer
b507c9473b
Merge pull request #447 from escapade-mckv/main
...
First token stream fix
2025-05-22 20:26:38 +02:00
Soumyadas15
824fd1f964
Merge branch 'main' of https://github.com/escapade-mckv/suna
2025-05-22 22:33:33 +05:30
Soumyadas15
76923c2a50
chore(ui): first token stream fix and many improvements
2025-05-22 22:33:01 +05:30
Vukasin
71e35f0dd6
feat: update gemini model
2025-05-22 18:16:17 +02:00
Vukasin
8747c0fe42
fix: fix refreshing custom models
2025-05-22 18:04:55 +02:00
Vukasin
2d6ec3d59d
fix: copy
2025-05-22 17:31:49 +02:00
Vukasin
b16a452920
fix: custom modal handeling
2025-05-22 14:55:30 +02:00
Vukasin
d7bb27c73a
Merge remote-tracking branch 'upstream/main' into feat/improve-model-selector
2025-05-21 23:02:32 +02:00
Vukasin
6fac5a98ad
feat: improve model selector and fixes
2025-05-21 22:59:56 +02:00
Soumyadas15
3cf13c1823
chore(ux): alert dialog for free tier on agent run
2025-05-21 01:29:30 +05:30
Rishi
101af8ab6a
fix: generate og on edge
2025-05-20 16:29:11 +02:00
marko-kraemer
aa4358ca0d
feat: add local mode specific maintenance messages
2025-05-20 14:42:41 +02:00
Marko Kraemer
21e3af200e
Merge pull request #392 from dg996/update-frontend-urls
...
Update frontend urls
2025-05-20 11:54:30 +02:00
Bobbie
f33f9bb14e
Merge branch 'main' into feat/ux
2025-05-20 12:35:03 +05:30
Soumyadas15
1befa7c43d
chore(ui): tool side panel revamp
2025-05-20 12:28:14 +05:30
Soumyadas15
67604ea95a
chore(ui): tool-panel ui revamp
2025-05-19 22:00:33 +05:30
dg996
5bff85830e
Update competitor analysis URL
2025-05-19 17:54:56 +02:00
dg996
cd758d6ca4
Update use case URLs to point to GitHub markdown files
2025-05-19 17:52:15 +02:00
Surajdusane
a52b7823d8
Merge branch 'main' into bugfix/383-dark-mode-dialog-opacity
2025-05-19 12:17:50 +05:30
Surajdusane
908208898e
fix: improve forgot password dialog opacity and remove duplicate close button
2025-05-19 12:04:18 +05:30
Soumyadas15
f89d97568d
chore(dev): cleanup useeffect deps
2025-05-19 11:24:02 +05:30
Soumyadas15
6fc03aba04
chore(dev): ux improvements
2025-05-19 11:22:00 +05:30
Soumyadas15
eb37fceacd
Merge branch 'main' into feat/ux
2025-05-19 10:49:14 +05:30
Soumyadas15
cea53931f7
chore(dev): second attempt to fix billing checks
2025-05-19 10:43:53 +05:30
Soumyadas15
709b4595cc
chore(dev): fix redundant billing checks
2025-05-19 01:44:45 +05:30
Soumyadas15
f05ed37fa0
chore(ui): tool panel refactor
2025-05-18 23:07:00 +05:30
marko-kraemer
a77f687a42
refactor(api): streamline sandbox handling
...
- Removed the `get_or_create_project_sandbox` function from `agent/api.py` and replaced its usage with direct sandbox retrieval logic.
- Updated `start_agent` and `ensure_project_sandbox_active` functions to directly access sandbox information from project data.
- Cleaned up unnecessary comments and improved logging for sandbox operations.
- Adjusted frontend form submission to ensure consistent handling of FormData and improved error handling.
2025-05-18 03:23:46 +02:00
sharath
ff48576291
:Merge branch 'main' into pr/ravisojitra/301
2025-05-17 21:11:53 +00:00
Marko Kraemer
fab1b090fb
Merge pull request #345 from escapade-mckv/feat/ux
...
chore(ui): improvements in model selector
2025-05-17 14:58:15 +02:00
Rishi
0658f3f4d8
remove url tag
2025-05-17 10:21:18 +02:00
Rishi
2227b2bc5c
fix: z-index issue on share pages preventing clicks on header, also add canonical
2025-05-17 10:19:30 +02:00
Soumyadas15
c83e72288b
chore(ui): improvements in model selector
2025-05-17 10:44:09 +05:30
Marko Kraemer
3971811119
Merge pull request #321 from escapade-mckv/s3-images
...
Store images to Supabase s3 bucked instead of DB
2025-05-16 18:12:16 +02:00