Commit Graph

1781 Commits

Author SHA1 Message Date
marko-kraemer 293e97fa69 refresh token fix 2025-07-25 20:04:00 +02:00
Marko Kraemer 159b128ecd
Merge pull request #1057 from dat-lequoc/ai-iteration-20250724-131301
Add FAST APPLY -- Morph LLM -- edit_file tool
2025-07-25 18:24:06 +02:00
Marko Kraemer 426017931e
Merge pull request #1055 from yangsijie666/fix/shell-tool-command-completion
fix: improve command completion detection in shell tool
2025-07-25 16:41:00 +02:00
Bobbie 3b2cc3996f
Merge pull request #1068 from escapade-mckv/extend-agent-builder
Extend agent builder
2025-07-25 16:15:13 +05:30
Saumya 3f54a318ff improve error handling in update agent 2025-07-25 15:20:25 +05:30
Saumya 40a145552f Merge branch 'main' of github.com:escapade-mckv/suna into extend-agent-builder 2025-07-25 13:25:11 +05:30
Saumya 8150ce94a1 feat: extend agent builder for Suna 2025-07-25 13:24:34 +05:30
Bobbie f4dc33ab13
Merge pull request #1056 from mykonos-ibiza/fix/2fa
fix: migrate MFA functionality to frontend and remove backend MFA endpoints
2025-07-25 13:02:01 +05:30
mykonos-ibiza 80ce8e8a78
Update mfa.ts 2025-07-25 13:01:23 +05:30
mykonos-ibiza f4df0087b1 fix model name for anthropic model before fallback to OpenRouter 2025-07-25 12:59:08 +05:30
Marko Kraemer d72f84240a
Merge pull request #938 from KrishavRajSingh/krishav/feat/manage_key_ui
Krishav/feat/manage key UI
2025-07-25 00:22:35 +02:00
Marko Kraemer ecc7d6685c
Merge pull request #1046 from anxsec/patch-1
fix: prevent right panel content overflow in ScrollArea component
2025-07-25 00:22:00 +02:00
Marko Kraemer 3da5851890
Merge pull request #1065 from KrishavRajSingh/feat/remove_one_tap
removes one tap login
2025-07-25 00:19:00 +02:00
Krishav Raj Singh c05ec3e61b removes one tap login 2025-07-24 23:42:11 +05:30
Marko Kraemer 4b20eb983b
Merge pull request #1060 from KrishavRajSingh/krishav/fix/half_finished_response 2025-07-24 18:02:50 +02:00
kubet 06e10831fb
Merge pull request #1061 from kubet/fix/refresh-token-timing
fix: user reset
2025-07-24 17:50:13 +02:00
Vukasin 64b12fb719 fix: user reset 2025-07-24 17:49:32 +02:00
Krishav Raj Singh f99027b848 remove multiple var should_auto_continue 2025-07-24 20:51:21 +05:30
Bobbie 4759b89871
fix Dockerfile too many workers 2025-07-24 20:49:51 +05:30
Krishav Raj Singh e4a6f5a1ef fix: auto continue response if finish_reason is length 2025-07-24 20:22:44 +05:30
LE Quoc Dat 93724249e7 AI: Add to all the related doc : morphllm as a provider; make it optional step when setting up by getting key at this :
https://morphllm.com/api-keys

when setting up, user should be able to choose to go to morphllm to get a key; or provide open router apikey (if not already in the previous step)
2025-07-24 13:14:52 +02:00
LE Quoc Dat 09751be00b AI: when it comes to morph api key:
this is the correct endpoint : """Python

Copy

Ask AI
from openai import OpenAI

client = OpenAI(
    api_key="your-morph-api-key",
    base_url="https://api.morphllm.com/v1"
)"""
2025-07-24 13:04:46 +02:00
LE Quoc Dat 430c11ae8b AI: when it comes to morph api key:
- default we use morph api, with morph endpoint.
- If morph api key is not set, fall back to open router
2025-07-24 12:58:55 +02:00
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
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