Select the types of activity you want to include in your feed.
Add Hopx provider support and template echo
Update CLI supported providers list to include e2b, hopx, runloop, and blaxel. In the Hopx provider, add a template.runCmd to echo a message indicating the template was built from the image.
···142142 `Sandbox with template ${templateName} not found, creating a new one...`,
143143 );
144144145145+ template.runCmd(
146146+ `echo "This is a custom template built from image ${image}"`,
147147+ );
148148+145149 await Template.build(template, {
146150 name: templateName,
147151 apiKey: options.hopxApiKey,