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
Saumya
c786e190b6
limit agent creation based on tiers
2025-08-10 01:15:29 +05:30
Bobbie
90372d38a8
fix: enhance tools parameter handling in agent retrieval
2025-08-09 23:08:20 +05:30
mykonos-ibiza
5743e6e45d
fix: type error
2025-08-09 23:07:16 +05:30
mykonos-ibiza
9433afc745
fix: enhance tools parameter handling in agent retrieval
...
- Added support for tools parameter to accept string, dict, or list types.
- Implemented logging for unexpected tools parameter types and cases where a dict is received.
- Ensured tools filtering is robust and handles various input formats appropriately.
2025-08-09 23:05:20 +05:30
Bobbie
5d56125d2c
refactor: optimize agent retrieval by batching version data queries
2025-08-09 22:57:41 +05:30
mykonos-ibiza
461c8e1bbc
refactor: optimize agent retrieval by batching version data queries
...
- Combined total count retrieval and paginated data fetching into a single request for efficiency.
- Replaced per-agent version fetching with a batched query to reduce API calls and improve performance.
- Enhanced error handling for version data loading.
2025-08-09 22:56:05 +05:30
Bobbie
f1f8f82b07
Merge pull request #1263 from escapade-mckv/ui-polishing
...
UI polishing
2025-08-09 21:56:40 +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
Bobbie
b84b184b4b
Merge pull request #1262 from mykonos-ibiza/fix-slow-navigation
...
fix: unnecessary prefetches and unnecessary RSCs
2025-08-09 21:45:22 +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
Bobbie
0cb7469e4d
feat: lazy sandbox initialization for faster task creation
2025-08-09 20:33:05 +05:30
kubet
61e6a64ec8
Merge pull request #1261 from kubet/fix/stream-restore-on-thread-navigation
...
refactor: improve thread and stream handling on navigation
2025-08-09 14:14:32 +02:00
Vukasin
0705e1a951
refactor: improve thread and stream handling on navigation
2025-08-09 14:13:46 +02:00
kubet
4bb4595aa1
Merge pull request #1260 from kubet/fix/stream-restore-on-thread-navigation
...
Fix/stream restore on thread navigation
2025-08-09 13:39:14 +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
mykonos-ibiza
c4979642fb
Refactor agent and sandbox management: streamline sandbox creation, add caching for agent run limits and Stripe customer data, and improve error handling. Update API documentation and logging for better clarity.
2025-08-09 16:21:14 +05:30
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
Marko Kraemer
76fccfda66
Update constants.py
2025-08-08 18:23:21 -07:00
Marko Kraemer
111af29d38
Update constants.py
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
3181717b69
dynamic mcp tool registration
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
Frank An
c341dd13ca
git commit -m "feat(setup.py): improve setup wizard accuracy"
2025-08-08 18:23:21 -07:00
kubet
a1ef96b245
Merge pull request #1248 from kubet/pr-1205
...
Merge fixes from refined terminal output @Chaitanya045
2025-08-08 21:56:12 +02: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
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
Marko Kraemer
5bb79258c6
Merge pull request #1239 from KrishavRajSingh/fix/batch_update
...
batch update tasks
2025-08-08 20:20:21 +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