rowboat/apps/rowboat
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
..
app Fix/prebuilt cards model config (#262) 2025-09-16 12:30:27 +04:00
components Update templates and publishing to use server-side auth + fix likes-related glitches 2025-09-16 00:35:02 +04:00
di ddd refactor: copilot streaming 2025-08-23 12:27:58 +05:30
hooks upgrade to next.js 15 2025-06-24 15:45:04 +05:30
lib Mega UI revamp 2025-04-03 17:56:31 +05:30
public fix copilot mascot img 2025-07-11 22:09:58 +05:30
src Update templates and publishing to use server-side auth + fix likes-related glitches 2025-09-16 00:35:02 +04:00
.dockerignore fix build errs 2025-01-14 14:18:10 +05:30
.eslintrc.json add rowboat app 2025-01-13 15:31:50 +05:30
.gitignore add rowboat app 2025-01-13 15:31:50 +05:30
components.json add rowboat app 2025-01-13 15:31:50 +05:30
Dockerfile add copilot dockerfile 2025-01-14 11:21:03 +05:30
instrumentation-client.ts add posthog 2025-08-14 23:26:35 +05:30
middleware.ts Fix next js compilation issue when auth0 configs are not found in env 2025-09-16 11:42:48 +04:00
next.config.mjs Add conversations and turns foundation + DDD (#188) 2025-08-05 14:40:48 +05:30
package-lock.json Upgrade composio package and update no_auth logic 2025-08-27 20:52:31 +05:30
package.json Upgrade composio package and update no_auth logic 2025-08-27 20:52:31 +05:30
postcss.config.mjs upgrade to next.js 15 2025-06-24 15:45:04 +05:30
README.md update readme 2025-02-04 17:45:56 +05:30
scripts.Dockerfile Update feature flags + env docs 2025-03-10 12:03:06 +05:30
tsconfig.json upgrade to next.js 15 2025-06-24 15:45:04 +05:30

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Install dependencies:

npm install

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.