* 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
* Add URL parameter handling for direct project creation
- Fix projects page to handle prompt parameters and auto-redirect to build view
- Add .env.swp to .gitignore to prevent accidental commits of vim swap files
- Configure Inter font with fallbacks for build environments without internet access
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* remove unnecessary change
* fix gitignore
---------
Co-authored-by: Claude <noreply@anthropic.com>
* added the project create and select modals
* Added logo and link to home page
* minor changes to side bar
* added import json and blank template options
* added website like home page
* change homepage to be more like website
* fixed landing page text box
* minor size changes to the home page
* added prebuilt agents section
* Minor changes to the prebuilt agent card
* removed the project selection and new project options from side bar
* fixed prebuilt agents
* fixed import json
* my assistants has pagination
* add dark mode support to home page
* addressed review comments
* increase build agents textbox lines
* fixed PR comments
* move prebuilt assistant under build view
* minor changes to home page
* minor changes to home page
* removed my assistants from side bar
* removed sidebar items
* fixed review comments
* fixed review comments
* Add "use client" directive to project-creation-utils.ts
This file uses localStorage and calls server actions directly, requiring client-side execution.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* fix import of pipeline agents
---------
Co-authored-by: Claude <noreply@anthropic.com>