arkml
aa988220da
add extension as part of the url
2025-09-26 17:19:09 +05:30
arkml
58d83796c9
added proper auth
2025-09-26 17:11:12 +05:30
arkml
bf6d04c4ea
fixed billing
2025-09-26 15:24:55 +05:30
arkml
03e4d45bc3
add auth to api routes
2025-09-26 15:10:46 +05:30
arkml
86d39a8616
minor change
2025-09-19 22:23:12 +05:30
arkml
24b0ac7144
added billing for image parsing
2025-09-19 22:10:42 +05:30
arkml
698988e714
use presigned s3 urls for upload
2025-09-19 21:52:24 +05:30
arkml
ee4484037d
minor changes
2025-09-19 20:50:33 +05:30
arkml
3a1474a0f6
image description processing is stopped on image dismiss
2025-09-19 18:39:42 +05:30
arkml
9123b35a85
move to x icon for dismiss
2025-09-19 18:36:55 +05:30
arkml
08c0232184
disable message sending if the image processing hasnt completed yet
2025-09-19 18:34:20 +05:30
arkml
b5f5301761
move image description to debug message
2025-09-19 18:28:00 +05:30
arkml
527afff601
make generate image accept an input image
2025-09-19 15:26:13 +05:30
arkml
61254bfc12
added automatic parsing of the image
2025-09-19 15:17:37 +05:30
arkml
4c31912eaf
image shows up when attached
2025-09-19 15:03:35 +05:30
arkml
38e52a2e66
added upload button
2025-09-19 14:53:35 +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