LE Quoc Dat
fadbf63a2f
AI: in the prompt , can you fix the example of making changes to a file? We should make in value the edit_file, not replace string or full rewrite.
...
so like we should show the full_write when start, then edit for normal cases, then S/R for single block, or easy stuff
2025-07-24 12:52:57 +02:00
LE Quoc Dat
b1ac5793ba
edit_file
2025-07-24 12:46:57 +02: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
Saumya
6a8d0b9351
add tools info in the app card
2025-07-21 16:03:00 +05:30
Saumya
8188a83a6d
Merge branch 'main' into fix-ux-issues
2025-07-21 10:53:56 +05:30
sharath
f5395e3e3b
feat(auth): enhance MFA logging with structured context
2025-07-20 17:38:19 +00:00
sharath
dede5564bb
fix(auth): refine phone verification requirement logic
2025-07-20 17:32:56 +00:00
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
sharath
79a056be60
feat(auth): add environment-based phone verification requirement
...
- Introduced a new function to determine if phone verification is mandatory based on an environment variable.
- Updated the logic in the authentication assurance level check to reflect the new phone verification requirement for new users.
- Enhanced logging to provide clearer insights into phone verification status during authentication checks.
This update improves the flexibility of phone verification requirements based on deployment configurations.
2025-07-20 17:01:13 +00:00
sharath
29ca4c00b5
Revert hotfix(vuln): send-welcome-email
2025-07-20 16:47:33 +00:00
sharath
b38637d043
hotfix(vuln): send-welcome-email
2025-07-20 16:40:11 +00:00
Saumya
025da780ac
fix: agent builder fix
2025-07-20 20:16:59 +05:30
Saumya
4dafadc576
fix ui issues
2025-07-20 10:19:42 +05:30
Cursor Agent
f6e9d7342a
Replace sandbox image with snapshot in Daytona configuration
...
Co-authored-by: sharath <sharath@kortix.ai>
2025-07-19 22:25:21 +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
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
Sharath
878659aadf
fix(llm): switch kimi k2 provider
2025-07-19 19:50:38 +05:30
sharath
fdc5fd0f0a
fix(prompt): clarify usage of 'ask' tool and update completion instructions in prompt and message_tool descriptions
2025-07-19 02:12:40 +00:00
sharath
dc14691c32
chore(models): update model tiers to premium and adjust availability in constants
2025-07-19 02:12:07 +00:00
sharath
37a3751bbf
enhance(message_tool): update ask function description to include task completion instruction and expand usage scenarios
2025-07-18 16:01:58 +00:00
sharath
4f142ca083
fix(sandbox): reduce auto archive interval from 24 hours to 2 hours
2025-07-18 13:58:16 +00:00
Marko Kraemer
783073e14f
Revert "Like/dislike response"
2025-07-18 14:33:34 +02:00
sharath
72b8922320
fix(kimi-k2): model stops before previewing the results to the user
2025-07-18 10:12:52 +00:00
Krishav Raj Singh
c1d662b10e
migration for on_delete cascade
2025-07-18 05:13:45 +05:30
Krishav Raj Singh
18678999e2
auth feedback policy
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
01605a99bf
authorised access
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
a8fd7afcac
feedback api and integration
2025-07-18 05:13:41 +05:30
sharath
618a68985b
fix(sample_responses): update sample response files to include closing tags for function_calls in multiple sections, ensuring proper structure and formatting
2025-07-17 13:19:04 +00:00
Saumya
94661a2b59
Merge branch 'main' into react-flow
2025-07-17 11:52:04 +05:30
Saumya
d2245673ca
chore(dev): workflowx and ux improvement
2025-07-16 23:16:10 +05:30
sharath
d4b031d00e
refactor(models): comment out old model configurations
2025-07-16 13:27:56 +00:00
sharath
24acc948b5
fix(models): add grok and kimik2 to free
2025-07-16 13:15:32 +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
Saumya
200620f617
Merge branch 'main' into react-flow
2025-07-16 10:39:11 +05:30
Saumya
a8fdc7805f
merge main into refactor
2025-07-16 10:17:28 +05:30
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
76eef5081c
chore: refactor backend - 1
2025-07-14 19:47:54 +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
54db0d24fb
Merge branch 'versioning-refactor' into refactor-run-1a
2025-07-14 17:20:07 +05:30
Saumya
01209fc3e8
trigger refactor
2025-07-14 17:19:18 +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