LE Quoc Dat
7f51144781
ignore
2025-07-24 11:55:39 +02:00
Saumya
1e6488ca45
agent builder works with config
2025-07-24 15:15:38 +05:30
mykonos-ibiza
fc47e89da8
migrate MFA functionality to frontend and remove backend MFA endpoints
2025-07-24 14:16:04 +05:30
杨斯杰
a08f400db2
fix: improve command completion detection in shell tool
...
- Replace simple marker check with precise character-by-character comparison
- Skip newlines during marker matching from end to start
- Add echo detection to prevent false positives when command just started
- Optimize English comments for better code readability
2025-07-24 11:17:44 +08:00
kubet
6a201da1b4
Merge pull request #1052 from kubet/fix/refresh-token-timing
...
Fix/refresh token timing
2025-07-23 23:25:19 +02:00
Vukasin
f702b0ddf2
fix: revert grace period for refresh token
2025-07-23 23:25:00 +02:00
Vukasin
02ade2280e
fix: refresh token timing
2025-07-23 23:17:05 +02:00
Saumya
7d3479d171
make config the single source of truth
2025-07-24 00:15:53 +05:30
kubet
754e446e70
Merge pull request #1050 from kubet/fix/visual-improvements-stream
...
Fix/visual improvements stream
2025-07-23 18:27:55 +02:00
Vukasin
5d1f5c9439
fix: scroll and build issue
2025-07-23 18:27:39 +02:00
Vukasin
dd15438576
Merge remote-tracking branch 'upstream/main' into fix/visual-improvements-stream
2025-07-23 18:05:45 +02:00
Vukasin
a1c470231e
fix: timing
2025-07-23 18:05:10 +02:00
Bobbie
dec25956ac
Merge pull request #1049 from escapade-mckv/custom-suna-agent
...
fix: tool calls of custom agents
2025-07-23 20:21:22 +05:30
Saumya
bdd7a005a8
fix: tool calls of custom agents
2025-07-23 20:13:00 +05:30
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
Bobbie
dbdfd8f2fa
Merge pull request #1045 from escapade-mckv/custom-suna-agent
...
Custom suna agent
2025-07-23 15:08:22 +05:30
Saumya
58ab4ace21
fix migrations
2025-07-23 15:07:17 +05:30
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
622f954119
use suna config from the code
2025-07-22 22:46:34 +05:30
Bobbie
9ec1a4e5ae
Merge pull request #1044 from escapade-mckv/fix-google-oauth
...
attempt to fix google oauth
2025-07-22 22:15:37 +05:30
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
7b66d6d58c
fix(auth): disable phone verification requirement for new users
2025-07-22 10:58:32 +00:00
sharath
c0e8614210
fix(models): update model tiers
2025-07-22 05:07:51 +00:00
sharath
52bfed51f6
fix(llm): reorder model provider list for consistency
2025-07-22 05:00:58 +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 Raj Singh
e64af87611
undo providers location
2025-07-21 22:57:25 +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
Bobbie
b32b035c81
Merge pull request #1032 from escapade-mckv/fix-ux-issues
...
add tools info in the app card
2025-07-21 16:03:44 +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
5231429513
Merge pull request #1030 from escapade-mckv/main
...
build errors fix
2025-07-21 11:17:00 +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
Bobbie
a639e15546
Merge pull request #1029 from escapade-mckv/fix-ux-issues
...
Fix ux issues
2025-07-21 11:07:58 +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