Commit Graph

1008 Commits

Author SHA1 Message Date
Saumya 281025891a feat: copy suna system prompt to newly created agents (further configurable) 2025-08-11 09:58:25 +05:30
Saumya 28de020a66 Merge branch 'main' of github.com:escapade-mckv/suna into remove-browser-logs 2025-08-11 09:22:27 +05:30
Saumya 02fc60fb20 remove unnecessary browser logs and revert computer width 2025-08-11 09:19:48 +05:30
marko-kraemer c693b8f92e wip 2025-08-10 19:00:17 -07:00
marko-kraemer 4d1e11267f standardise ui 2025-08-10 18:47:41 -07:00
marko-kraemer 6796216a4f fix chat input 2025-08-10 17:30:00 -07:00
Vukasin 5a23b6d26e feat: add workflow input support in schedule configuration 2025-08-10 20:47:17 +02:00
Vukasin 55c057216b feat: add delete confirmation dialog for agent workflows 2025-08-10 19:00:30 +02:00
Vukasin aa05623e1c Merge remote-tracking branch 'upstream/main' into feat/playbook-style-workflows 2025-08-10 19:00:22 +02:00
Saumya 57859b25e0 fix: fix tool call panel and stuff proportions 2025-08-10 22:05:05 +05:30
Vukasin 1676405b43 refactor: update useAgents hook to accept custom options and improve agent fetching logic in chat components 2025-08-10 18:31:21 +02:00
Saumya ea058a4260 Merge branch 'main' into agent-model 2025-08-10 21:55:07 +05:30
Saumya 75cca541b1 integrate model selection with templates 2025-08-10 21:54:18 +05:30
Vukasin 0ea86341fd Merge remote-tracking branch 'upstream/main' into feat/playbook-style-workflows 2025-08-10 17:45:57 +02:00
Saumya 84c0c28272 feat: model selector in agent config 2025-08-10 21:12:47 +05:30
Vukasin e779ae0fe4 feat: playbook fixes and unified modal 2025-08-10 17:41:36 +02:00
Marko Kraemer ebb6b04152
Merge pull request #1266 from yeyan1996/fix/playback-tools
fix: refactor playback controls and consolidate XML tag constants
2025-08-10 04:12:02 +02:00
marko-kraemer abcee9ed94 wip 2025-08-09 17:28:19 -07:00
marko-kraemer 4351a3688f wip 2025-08-09 17:00:16 -07:00
marko-kraemer ffd158760f Merge main into landing-wip - resolved conflicts in README.md, dashboard-content.tsx, pricing-section.tsx, and agent-selector.tsx 2025-08-09 16:12:30 -07:00
marko-kraemer 65c664bb72 Resolve merge conflicts in chat-input and model-selector components 2025-08-09 16:07:15 -07:00
Bobbie 3a9d8e291e
Merge pull request #1267 from escapade-mckv/main
UI fixes
2025-08-10 02:44:09 +05:30
Saumya c56e2a2286 option to delete credential profile 2025-08-10 02:42:16 +05:30
yeyan1996 55af8c6a0d fix: add TODO for tool index handling in PlaybackControls 2025-08-09 13:07:37 -07:00
yeyan1996 176182e2e9 fix: refactor playback controls and consolidate XML tag constants
- Remove commented-out playback logic from share page
- Simplify tool call handling in PlaybackControls by removing toolPlaybackIndex state
- Fix tool navigation initialization and synchronization issues
- Consolidate HIDE_STREAMING_XML_TAGS constant from multiple files into utils.ts
- Add 'create-tasks' to hidden streaming XML tags list
- Improve tool call side panel index synchronization
- Add cursor pointer styling to slider components for better UX
- Remove unused toolName tracking in chunk processing
- Fix tool index initialization to start at 0 instead of -1

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-09 12:59:55 -07:00
Vukasin 7b0f4ac0d0 feat: init new playbook style workflows 2025-08-09 21:57:11 +02:00
Saumya c786e190b6 limit agent creation based on tiers 2025-08-10 01:15:29 +05:30
mykonos-ibiza 5743e6e45d fix: type error 2025-08-09 23:07:16 +05:30
Saumya 58cfb0edd6 Merge branch 'main' into ui-polishing 2025-08-09 21:55:51 +05:30
Saumya cf9d7685e3 chore: polish ui related stuff 2025-08-09 21:53:13 +05:30
mykonos-ibiza 9de8e0e093 fix: unnecessary prefetches and unnecessary RSCs
- Removed maintenance notice fetching from the DashboardLayout component.
- Introduced a new API route for fetching maintenance notice data.
- Updated DashboardLayoutContent to use a custom hook for maintenance notice queries.
- Adjusted data types for maintenance notice timestamps to strings for consistency.
- Added prefetching options in sidebar components for improved performance.
2025-08-09 21:43:22 +05:30
Vukasin 0705e1a951 refactor: improve thread and stream handling on navigation 2025-08-09 14:13:46 +02:00
Vukasin 42c656d552 refactor: simplify thread message handling 2025-08-09 13:38:10 +02:00
Vukasin f2dcb6f11e Merge remote-tracking branch 'upstream/main' into fix/stream-restore-on-thread-navigation 2025-08-09 13:21:46 +02:00
Vukasin cbca76023c fix: stream fix again 2025-08-09 13:21:39 +02:00
Bobbie a9087fd264
Merge pull request #1258 from mykonos-ibiza/move-to-supabase-cron
refactor: replace QStash with Supabase Cron for background job processing
2025-08-09 16:06:45 +05:30
mykonos-ibiza 2cba5392ca refactor: replace QStash with Supabase Cron for background job processing
- Removed references to QStash in documentation and codebase.
- Updated setup and configuration files to reflect the transition to Supabase Cron.
- Implemented new functions for scheduling and unscheduling jobs using Supabase Cron.
- Added webhook authentication using a shared secret for enhanced security.
- Cleaned up related dependencies and example configurations.
2025-08-09 15:40:11 +05:30
Saumya b4666c5f92 make custom agents section in dashboard page 2025-08-09 11:52:55 +05:30
Saumya 8ff25fa3bb make custom agents section in dashboard page 2025-08-09 11:41:47 +05:30
marko-kraemer 495b21262c wip 2025-08-08 18:25:26 -07:00
marko-kraemer ff7a09f73a enterprise page 2025-08-08 18:23:21 -07:00
marko-kraemer 92a802f44d wip 2025-08-08 18:23:21 -07:00
Vukasin ad9bae6457 feat: add mini model 2025-08-08 18:23:21 -07:00
Vukasin 59b9261561 feat: new model 2025-08-08 18:23:21 -07:00
Saumya 40393143d5 feat: fix agent performance, bugs, ui 2025-08-08 18:23:21 -07:00
Saumya 69e2b30748 parallelize mcp initialization 2025-08-08 18:23:21 -07:00
Saumya 727e59c2e7 enhance system prompt 2025-08-08 18:23:21 -07:00
Saumya 72d7aad35c improve system prompt for self configuration 2025-08-08 18:23:21 -07:00
Vukasin 60dde8898f Merge remote-tracking branch 'upstream/main' into pr-1205
# Conflicts:
#	frontend/src/components/thread/tool-views/command-tool/CommandToolView.tsx
2025-08-08 21:45:20 +02:00
kubet 15669fd633
Merge pull request #1246 from kubet/fix/stream-restore-on-thread-navigation
fix: stream restore on thread navigation
2025-08-08 21:35:54 +02:00