* 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.
- 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
* 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
* 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
- 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)
- Removed 'Hi! To get started with chatting with your Assistant please create an agent first!' message feature
- Pipelines can now be set as start agents without triggering this error message
- Removed checks from emitGreetingTurn() and streamResponse() functions
- System now handles all agent types properly as start agents
* Add multiple pane views
* Fix rendering issues
* Fix copilot apply selection pane error and remove old debug logs
* Make top bar more compact
* Fix copilot generation from starting prompt
* Fix panel resizing issues
* Fix content preservation upon hiding panes
* Added changes on top of pane_layouts branch to remove example agent from the workflow editor
* Grey out options for changing pane layout during zero agents state
* Add zero-agent state for playground and publish buttons
* Fix pane sizes and bugs
---------
Co-authored-by: tusharmagar <tushmag@gmail.com>
* disable click for invalid tools
* handle variables as mentions in the editor
* delete tools persist immediately
* deleting tools in live view shows the same warning and option to switch to draft
* added image tool
* show image in playground
* store images in Redis
* new images use unique urls
* moved from redis to s3 for image urls
* removed unnecessary changes
* removed the bubble around assistant messages
* added a download button on hover on image
* increased image size and removed border
* revert the bubbes for the assistant messages