Commit graph

952 commits

Author SHA1 Message Date
arkml
576ec1edd9
Update README.md 2025-10-01 12:03:01 +05:30
arkml
5810bcbe49
Merge pull request #278 from rowboatlabs/arkml-patch-1 2025-10-01 11:55:09 +05:30
arkml
b36c33962b
Update README.md 2025-10-01 11:52:00 +05:30
Ramnique Singh
96fd8b10ca
Merge pull request #277 from rowboatlabs/dev
Dev changes
2025-10-01 07:42:50 +05:30
Ramnique Singh
b16653de2f
Merge pull request #276 from rowboatlabs/fix/composio-tool-search-api-change
fix: handle Composio API breaking change from results to main_tools
2025-10-01 07:28:41 +05:30
tusharmagar
910ece1429 fix: handle Composio API breaking change from results to main_tools
- Composio SDK upgrade (0.1.40 -> 0.1.48) changed COMPOSIO_SEARCH_TOOLS response format
- API now returns main_tools instead of results field
- Updated schema to support both formats for backward compatibility
- Fixes tool search functionality that was broken since August 27th upgrade

Resolves: Tool search returning 'No tools found' despite valid tools being available
2025-10-01 06:08:13 +08:00
arkml
b9e6b146a1
Merge pull request #275 from rowboatlabs/arkml-patch-1 2025-09-26 23:20:53 +05:30
arkml
cb625a3a5a
Update README.md 2025-09-26 23:15:20 +05:30
arkml
e988dfa87f
Merge pull request #272 from rowboatlabs/dev
Dev
2025-09-20 10:07:14 +05:30
arkml
b5490999b0 fix composio zod error 2025-09-20 09:59:38 +05:30
arkml
7f7dfc91b3 Revert "Image upload (#270)"
This reverts commit 8b38660a68.
2025-09-19 21:36:23 +05:30
arkml
8b38660a68
Image upload (#270)
* added upload button

* image shows up when attached

* added automatic parsing of the image

* make generate image accept an input image

* move image description to debug message

* disable message sending if the image processing hasnt completed yet

* move to x icon for dismiss

* image description processing is stopped on image dismiss

* minor changes
2025-09-19 21:00:25 +05:30
arkml
109997ca2e
Merge pull request #269 from rowboatlabs/dev
Hide community cards behind feature flag
2025-09-17 20:47:31 +05:30
akhisud3195
496dd03016 Hide community cards behind feature flag 2025-09-17 13:48:07 +04:00
arkml
b2c809b1bb
Merge pull request #268 from rowboatlabs/dev
Fix copy URL bug
2025-09-17 00:35:42 +05:30
akhisud3195
6935196905 Fix copy URL bug 2025-09-16 22:40:00 +04:00
arkml
64a2675093
Merge pull request #267 from rowboatlabs/dev
Dev
2025-09-16 20:36:45 +05:30
arkml
7c261c6886
make copilot aware of the internal image generation tool (#266) 2025-09-16 20:01:34 +05:30
tusharmagar
c2f3d87074 removed generate image tool from customer support prebuilt template 2025-09-16 19:06:01 +05:30
akhisud3195
54b39edaea Revert auth related changes to start.sh 2025-09-16 16:55:29 +04:00
arkml
596050e3e7
Merge pull request #265 from rowboatlabs/dev
Dev
2025-09-16 18:18:05 +05:30
tusharmagar
adb2f30ecc -fixed index.ts issue 2025-09-16 17:50:58 +05:30
akhisud3195
91501d7913 Remove test from prebuilt index 2025-09-16 15:58:59 +04:00
akhisud3195
2a1143c833 Read prebuilt templates from code directly 2025-09-16 15:53:37 +04:00
Ramnique Singh
726559de76
Merge pull request #264 from rowboatlabs/fix_image_fr
moved generate_image from being attached to the workflow
2025-09-16 17:15:22 +05:30
arkml
c43beace9c added image icon 2025-09-16 17:09:33 +05:30
arkml
d8c99ab4c3 fixed font and transparency 2025-09-16 17:07:16 +05:30
arkml
79fc18241d added flag for google api key 2025-09-16 17:02:25 +05:30
arkml
48c32d37dc moved generate_image from being attached to the workflow 2025-09-16 16:22:06 +05:30
akhisud3195
0c90b73fac Remove test files from index of prebuilt templates - part 2 2025-09-16 14:38:26 +04:00
akhisud3195
6d9d13cbb5 Remove test files from index of prebuilt templates 2025-09-16 14:37:04 +04:00
akhisud3195
af3adc797f Fix library templates db syncing and pagination issues 2025-09-16 14:32:11 +04:00
Tushar
893ad87268
Fix/prebuilt cards updates (#263)
* updates to the twitter prebuilt cards

* update the default fallback model from gpt-4o to gpt-4.1
2025-09-16 15:29:48 +05:30
akhisud3195
1a763dcbd9 Fix pagination issues 2025-09-16 13:52:12 +04:00
akhisud3195
bdf20ea678 Sync pre-built templates 1-1 with DB 2025-09-16 13:36:24 +04:00
arkml
70cbd8beea make generate_image conditionally show up 2025-09-16 14:59:00 +05:30
akhisud3195
cdfa7daf98 Revert auth0 and middleware changes and handle missing auth0 env vars in assistant templates actions 2025-09-16 12:53:31 +04:00
Tushar
d358ad45b7
Fix/prebuilt cards model config (#262)
* Fix prebuilt cards model configuration

- Set all prebuilt card models to blank ("model": "")
- Add model fallback in createProjectFromWorkflowJson to use PROVIDER_DEFAULT_MODEL
- Enables different models for OSS vs managed deployments via environment variable

* Refactor assistant template handling and seeding logic

- Replace upfront seeding of all templates with lazy seeding on demand.
- Introduce a new function to fetch specific templates by ID, applying transformations for prebuilt templates.
- Update the ensureLibraryTemplatesSeeded function to skip updating existing templates and log seeding actions.
- Modify project creation to directly use workflow JSON without parsing for default model application.
- Update prebuilt card model configurations to ensure proper defaults are applied.
2025-09-16 12:30:27 +04:00
akhisud3195
f37ebd1214 Fix next js compilation issue when auth0 configs are not found in env 2025-09-16 11:42:48 +04:00
Tushar
cbcc1aa8a6
Fix prebuilt cards model configuration (#261)
- Set all prebuilt card models to blank ("model": "")
- Add model fallback in createProjectFromWorkflowJson to use PROVIDER_DEFAULT_MODEL
- Enables different models for OSS vs managed deployments via environment variable
2025-09-16 12:19:59 +05:30
akhisud3195
1072c8836c Enable redaction for community-published workflows 2025-09-16 00:45:11 +04:00
akhisud3195
8a86b892d0 Update templates and publishing to use server-side auth + fix likes-related glitches 2025-09-16 00:35:02 +04:00
arkml
041ab25b7b
remove url from share and add auth (#260) 2025-09-15 23:44:01 +05:30
arkml
a7abdc43a5
moved images to uuid (#259) 2025-09-15 21:50:03 +05:30
arkml
14fd7214c5
moved workflow sharing from api to server side actions (#257) 2025-09-15 19:56:01 +04:00
Akhilesh Sudhakar
be4e17b5a5
Community cards and prebuilt cards (#258)
* Add community sharing feature and merge with pre-built templates

* Add warning before publishing

* [Untested] Add delete flow for community cards

* Fix bug with sorting by likes count and update design of cards

* Fix community assistant parsing errors

* Remove all as a type filter

* Remove default assistant name for publishing to community

* Update DB calls to be standardized paginated
2025-09-15 19:53:35 +04:00
arkml
62c1230cff remove + more tools option from toolkit in tools view 2025-09-15 17:17:22 +05:30
Tushar
66b6629abb
Add eisenhower email organiser (#253)
* feat: add Eisenhower Email Organiser prebuilt card

- Added new eisenhower-email-organiser.json prebuilt workflow template
- Updated index.ts to include the new template in exports
- Template helps users organize emails using the Eisenhower Matrix (urgent/important quadrants)

* fix: update to American spelling - organizer instead of organiser

- Updated import statement to use 'eisenhower-email-organizer.json'
- Updated export key to 'Eisenhower Email Organizer'
- Maintains consistency with American English throughout the codebase

* change name of Tweet Assistant

* fix: remove duplicate file and fix American spelling in description

- Removed duplicate eisenhower-email-organiser.json (British spelling)
- Fixed description in eisenhower-email-organizer.json: 'Organises' → 'Organizes'
- Now only one file exists with consistent American spelling throughout

* fix: update Support category header in prebuilt cards UI

- Changed 'Customer Support' to 'Support' in build-assistant-section.tsx
- Now matches the category field in customer-support.json
- Ensures Support section displays properly in the prebuilt cards UI
2025-09-15 14:31:06 +05:30
arkml
08c0879b78
remove example box and examples from copilot (#254)
* remove example box and examples from copilot

* removed example field from prebuilt jsons
2025-09-15 14:29:22 +05:30
Tushar
51088a027c
feat: add Eisenhower Email Organiser prebuilt card (#252)
- Added new eisenhower-email-organiser.json prebuilt workflow template
- Updated index.ts to include the new template in exports
- Template helps users organize emails using the Eisenhower Matrix (urgent/important quadrants)
2025-09-15 10:52:15 +05:30