* 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
* Add prebuilt cards functionality and related changes
* removed old jsons (still need to update the existing ones too)
* Refactor project templates to remove the Example Agent and update related documentation. Updated the copilot behaviour aswell.
* Merge remote-tracking branch 'origin/dev' into prebuiltcards
* Update SHOW_PREBUILT_CARDS logic to use environment variable for better configuration management
* new external trigger page is shown if no external triggers are setup yet
* make one time trigger default to new trigger
* default to new trigger in recurring triggers
* remove back button if no triggers are setup yet
* added basic progress bar
* step 1 turns green when any agent instructio is changed
* step 2 is done after playground chat
* step 3 turns green on publish
* step 4 turns green on use assistant
* step 1 turns green on copilot changes too
* reduced font size of the live workflow warning
* better hover texts for steps
* change progress bar style
* better tool tips
* reverted styling of use assistant button
* chat with assistant option collapses the left pane
* remove hide left panel button
* made progress bar hover text more prominent
* add labels to progress bar
* added tour for build
* added tour for test
* added tour for publish
* added tour for use step
* added tool tip for each step to click for tour
* refined wording in product tours
* added jobs and conversations to the product tour