Vukasin
5a23b6d26e
feat: add workflow input support in schedule configuration
2025-08-10 20:47:17 +02:00
yeyan1996
f810e1ad16
fix: update step number in agent configuration prompt and add forward method to playback controls
2025-08-10 11:11:25 -07:00
kubet
ae8c62fe1f
Merge pull request #1274 from kubet/feat/playbook-style-workflows
...
Feat/playbook style workflows
2025-08-10 19:05:07 +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
Vukasin
4fae58b310
refactor: unify workflow and playbook creation
2025-08-10 18:48:55 +02:00
Bobbie
31840d2513
Merge pull request #1273 from escapade-mckv/agent-model
...
Agent model
2025-08-10 22:05:58 +05:30
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
Krishav Raj Singh
fc7139526c
migrate to tsx
2025-08-10 22:00:30 +05:30
Krishav Raj Singh
aea04d0cd5
enhance ui
2025-08-10 22:00:30 +05:30
Krishav Raj Singh
5e79d47875
revert supervisord changes
2025-08-10 22:00:30 +05:30
Krishav Raj Singh
796f1ef9f4
replace sb_browser_tool with stagehand_browser_tool
2025-08-10 22:00:28 +05:30
Krishav Raj Singh
ba13fa21b6
feat: stagehand browser tool
2025-08-10 21:58:26 +05:30
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
217915b1c5
Merge pull request #1269 from pegasusVikas/feature/script-validation-docker
...
fix : Added docker availability check
2025-08-10 04:12:18 +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
ab3e9c438c
Merge pull request #1270 from kortix-ai/landing-wip
...
wip
2025-08-10 02:28:43 +02:00
marko-kraemer
abcee9ed94
wip
2025-08-09 17:28:19 -07:00
Marko Kraemer
48b7c3e2fa
Merge pull request #1255 from kortix-ai/landing-wip
...
Landing wip
2025-08-10 02:26:32 +02: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
PegasusVikas
7ad254a984
feat(start.py): Docker availability check
2025-08-10 03:18:52 +05:30
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
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
Saumya
ae0a79e21f
create web dev tools
2025-08-09 20:54:53 +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