Commit Graph

962 Commits

Author SHA1 Message Date
Saumya c786e190b6 limit agent creation based on tiers 2025-08-10 01:15:29 +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
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
Vukasin 6347db190b fix: stream restore on thread navigation 2025-08-08 21:35:26 +02:00
Marko Kraemer 6278047b17
Merge pull request #1200 from yeyan1996/feature/playback
fix: streaming in playback mode
2025-08-08 21:25:57 +02:00
Bobbie 0628827b3e
Merge pull request #1243 from escapade-mckv/ui-polishing
fix quick connect
2025-08-08 23:41:18 +05:30
Saumya 414ce567f2 fix quick connect 2025-08-08 23:37:19 +05:30
Bobbie 4ed9ab740c
Merge pull request #1241 from escapade-mckv/ui-polishing
UI polishing
2025-08-08 22:44:37 +05:30
Saumya f0efcd93a5 ui nitpick 2025-08-08 22:43:10 +05:30
Saumya 198f37cc43 fix composio connection requirements 2025-08-08 22:38:50 +05:30
Saumya 3e683de620 quick connect option in model selector 2025-08-08 19:46:46 +05:30
Bobbie b504d7bee9
Merge pull request #1236 from mykonos-ibiza/feat-product-analytics
feat: analytics on various events
2025-08-08 17:39:26 +05:30
Bobbie 2281ac7678
Merge branch 'kortix-ai:main' into sheets-agent 2025-08-08 16:08:13 +05:30
mykonos-ibiza 921925ac45 Integrate PostHog analytics and tracking
- Added PostHog client initialization in instrumentation-client.ts.
- Configured Next.js rewrites for PostHog ingestion endpoints in next.config.ts.
- Implemented user identification and event tracking in various components, including pricing-section.tsx, sidebar-left.tsx, chat-input.tsx, and api.ts.
- Introduced PostHogIdentify component to handle user session changes.
- Updated package.json and package-lock.json to include PostHog dependencies.
2025-08-08 15:24:12 +05:30
Saumya 33739679b0 fix: luckyviewer formatting 2025-08-08 12:00:59 +05:30
Saumya 13fefdae77 feat: add sheets tools 2025-08-08 11:38:49 +05:30
Vukasin 49ff89f9d8 feat: add mini model 2025-08-07 20:08:01 +02:00
Vukasin ee02316d00 feat: new model 2025-08-07 19:58:23 +02:00
Bobbie 5e9cd614ce
Merge pull request #1220 from escapade-mckv/bug-fixes
Bug fixes
2025-08-07 16:06:55 +05:30
Saumya 07c088a932 feat: fix agent performance, bugs, ui 2025-08-07 16:05:33 +05:30
Saumya a737299232 parallelize mcp initialization 2025-08-07 15:22:10 +05:30
Saumya c7adfa6796 enhance system prompt 2025-08-07 14:12:57 +05:30
Saumya d941b573d5 improve system prompt for self configuration 2025-08-07 11:50:41 +05:30
marko-kraemer 0e8c58106a Add Kortix Admin API Key to setup 2025-08-06 12:31:45 -07:00
marko-kraemer 1d01571500 url query param & share agent marketplace 2025-08-06 12:14:25 -07:00
marko-kraemer 2c00ab706b create agent ui 2025-08-06 11:49:54 -07:00
Saumya c269d26b4e fix: cleanup ux and stuff 2025-08-06 17:22:41 +05:30
Saumya 4083221fc4 fix the text positioning in selected profile state 2025-08-06 13:45:25 +05:30
Saumya 752d201ac5 Merge branch 'main' of github.com:escapade-mckv/suna into composio-1a 2025-08-06 11:57:35 +05:30
Saumya 87f6adc8cf composio integrations UX improvement 2025-08-06 11:56:46 +05:30
Saumya 50b6ad5189 improve composio UC 2025-08-06 11:18:06 +05:30
yeyan1996 53775fcb5e fix: update PlaybackControls to use PanelRightOpen for improved UI consistency 2025-08-05 20:28:33 -07:00
Saumya 99a2e9af18 custom agent preview 2025-08-06 00:43:33 +05:30
Bobbie 09e5dfc012
Merge pull request #1206 from mykonos-ibiza/limit-running-agents
feat(agent-run-limits): implement agent run limit checks and UI dialogs
2025-08-05 18:19:51 +05:30
mykonos-ibiza ddef5fab19 refactor(agent-run-limits): centralize agent run limit configuration
- Removed hardcoded maximum parallel agent runs and replaced with a configurable property in the Configuration class.
- Updated API and agent limit checks to utilize the new configuration property.
- Simplified error handling by removing limit from error details in the frontend components.
- Adjusted UI components to reflect changes in agent limit data structure.
2025-08-05 18:15:52 +05:30
Saumya 708a11d9fc import and types fix 2025-08-05 14:21:13 +05:30
Saumya e65c49d81d Merge branch 'main' of github.com:escapade-mckv/suna into composio-1a 2025-08-05 14:08:42 +05:30
Saumya df951703b7 feat: integrate composio tooling system 2025-08-05 14:07:42 +05:30
Vukasin 67621f1cd6 feat: visual improvements 2025-08-04 21:43:13 +02:00