Commit Graph

3074 Commits

Author SHA1 Message Date
Bobbie 6a114b1ef4
Merge pull request #1755 from escapade-mckv/fix-ui-bugs
Fix UI bugs
2025-09-29 15:03:02 +05:30
Saumya 549b50d9c5 fic billing circus 2025-09-29 15:01:55 +05:30
Saumya 677b02bbd8 critical: fix billing overcharge 2025-09-29 14:09:01 +05:30
Krishav 4f2212f05b
Merge pull request #1754 from KrishavRajSingh/main
dont stream for title and icon gen
2025-09-29 13:49:51 +05:30
Krishav Raj Singh 41fdfd6793 dont stream for title and icon gen 2025-09-29 13:49:08 +05:30
Bobbie 332fb4c4c3
Merge pull request #1752 from escapade-mckv/fix-ui-bugs
fix: ui issues
2025-09-29 11:31:10 +05:30
Saumya c9890866fa fix: ui issues 2025-09-29 11:30:10 +05:30
Saumya 8141428fb6 doc parser tool 2025-09-29 10:59:50 +05:30
marko-kraemer 1b14afc446 fix 2025-09-29 00:10:42 +02:00
marko-kraemer 079d7347da model changes 2025-09-28 23:36:14 +02:00
Marko Kraemer 86db185980
Merge pull request #1749 from kortix-ai/setup-fix
Fix error in `setup.py` when adding API keys for search
2025-09-28 13:07:35 -07:00
Pratyush Shukla 61615da47c
fix error 2025-09-29 01:29:43 +05:30
Krishav d3368880fc
Merge pull request #1743 from KrishavRajSingh/rem/pres_styles
Rem pres styles
2025-09-28 23:56:34 +05:30
Krishav Raj Singh 7274c9bbe6 final prompt 2025-09-28 23:55:06 +05:30
marko-kraemer af0c606e3e fix 2025-09-28 17:48:43 +02:00
marko-kraemer 92a778d69d feat: unify agent card components and clean up onboarding
- Create UnifiedAgentCard component supporting 7 variants (onboarding, marketplace, template, agent, showcase, dashboard, compact)
- Update all agent card implementations to use unified component
- Refactor custom-agents-section.tsx to use dashboard variant
- Update onboarding workforce-selection-step to use onboarding variant
- Update home showcase section to use showcase variant
- Remove legacy onboarding components (onboarding-page.tsx, onboarding-modal.tsx, onboarding-steps.tsx, user-type-step.tsx)
- Fix onboarding type mismatch by aligning OnboardingStep interfaces
- Clean up exports and remove unused agent-card references
- Maintain backward compatibility for existing AgentCard usage
2025-09-28 17:45:32 +02:00
marko-kraemer ddcdc5b13c fix: Remove green colors from step indicators
- Replace green colors with primary brand colors in progress indicator
- Update completed step indicators to use bg-primary instead of bg-green-500
- Update step connector lines to use bg-primary instead of bg-green-500
- Maintain consistent color scheme across all step indicators
2025-09-28 16:08:01 +02:00
marko-kraemer fed9383036 Merge branch 'main' into onboarding-wip 2025-09-28 15:58:09 +02:00
marko-kraemer eda6d1f729 fix 2025-09-28 15:57:53 +02:00
Krishav Raj Singh c6494a4dc2 updated prompt 2025-09-28 01:29:09 +05:30
Krishav Raj Singh d4179c7832 rem styles from tool 2025-09-28 01:28:49 +05:30
Krishav Raj Singh 67cbf529dd comment unused 2025-09-28 01:27:15 +05:30
Bobbie aea72f017f
Merge pull request #1742 from escapade-mckv/agent-cleanup
feat: remove agent descriptions
2025-09-28 00:02:42 +05:30
Saumya 886d9f99b4 feat: remove agent descriptions 2025-09-28 00:01:17 +05:30
Bobbie e1e94292d9
Merge pull request #1740 from escapade-mckv/people-search-tool
People search tool
2025-09-27 14:08:32 +05:30
Saumya ddc85c4a9f Merge branch 'main' of https://github.com/kortix-ai/suna into people-search-tool 2025-09-27 13:26:36 +05:30
Saumya 2a1f370d79 feat: company search tool 2025-09-27 13:26:07 +05:30
Krishav b90d81073a
Merge pull request #1739 from KrishavRajSingh/main
docker dependencies
2025-09-27 04:18:28 +05:30
Krishav Raj Singh 3470d34c01 docker dependencies 2025-09-27 04:14:38 +05:30
Krishav f229fc0320
Merge pull request #1737 from KrishavRajSingh/main
missing dependencies
2025-09-27 02:45:36 +05:30
Krishav Raj Singh 77694b75e2 Add correct pure Python SVG dependencies (svglib==1.5.1, reportlab==3.6.13) 2025-09-27 02:42:15 +05:30
Krishav Raj Singh 9811c87b2c Revert "missing dependencies"
This reverts commit 3818d35793.
2025-09-27 02:40:10 +05:30
Krishav Raj Singh 3818d35793 missing dependencies 2025-09-27 02:20:15 +05:30
Saumya 0fbaca8b27 people search tool 2025-09-27 01:16:45 +05:30
marko-kraemer 6a69d15324 feat: Add full-screen onboarding with user type and role selection
- Convert onboarding from modal to full-screen experience
- Add comprehensive user type selection (Individual/Company)
- Add role-specific options for both user types
- Remove all green/blue colors to match design system
- Add persistent data storage with Zustand
- Integrate onboarding into dashboard layout
- Add demo page for testing onboarding flows
- Update progress indicators and step navigation
- Add user type data to onboarding state management
2025-09-26 20:04:33 +02:00
Krishav 18c6d452fb
Merge pull request #1734 from KrishavRajSingh/fix/upload_svg
load svg images
2025-09-26 22:26:58 +05:30
Krishav Raj Singh 8198ad0937 snapshot update 2025-09-26 20:09:06 +05:30
Krishav Raj Singh 94ac8f3475 ui 2025-09-26 20:08:29 +05:30
Krishav Raj Singh 268b68934e load svg in browser and take ss 2025-09-26 20:08:14 +05:30
Saumya f31b66bc00 Merge branch 'main' into people-search-tool 2025-09-26 15:52:27 +05:30
Bobbie 09d0263d33
Merge pull request #1726 from escapade-mckv/granular-tool-control
WIP - Granular tool control
2025-09-26 15:49:57 +05:30
Saumya 18af773e71 chore: remove icon and color classes form tool groups 2025-09-26 15:08:49 +05:30
Saumya fb080073c0 chore: granular control of tools 2025-09-26 14:49:12 +05:30
Krishav 2e45c9a1e1
Merge pull request #1723 from KrishavRajSingh/main
count base64 tokens
2025-09-26 00:25:42 +05:30
Krishav Raj Singh cde72758f6 count base64 tokens 2025-09-26 00:24:53 +05:30
Krishav 3a15240f4f
Merge pull request #1719 from KrishavRajSingh/main
context increased to 1mil for sonnet
2025-09-25 19:05:14 +05:30
Krishav 9ec7a5e815
Merge branch 'kortix-ai:main' into main 2025-09-25 19:04:36 +05:30
Krishav Raj Singh bffb0d6297 increase context to 1 mil 2025-09-25 19:04:20 +05:30
Bobbie 8599566f1d
Merge pull request #1717 from escapade-mckv/improve-tools-section
chore: show all tools in config
2025-09-25 14:25:40 +05:30
Saumya d226e38809 chore: show all tools in config 2025-09-25 13:29:03 +05:30