Skip to content

Conversation

@github-actions
Copy link
Contributor

This is an automated pull request to release the candidate branch into production, which will trigger a deployment.
It was created by the [Production PR] action.

github-actions bot and others added 25 commits September 19, 2025 19:12
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.534.0 to 0.544.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/0.544.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-version: 0.544.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* feat(app): add automated tasks part 1

* feat(automation): implement task automation system with API integration and UI components

* feat(app): improve UI for task page, including attachments and comments

* feat(app): add exaSearch and firecrawl tools for web research

* chore(deps): update @trycompai/db to version 1.3.6 and bump lucide-react to 0.544.0

* chore: fix parsing md

* chore: update imports from @trycompai/ui to @comp/ui

* chore(api): remove obsolete Lambda execution route

---------

Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
…1566)

Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* chore(deps): update @AI-SDK packages and bump prisma binary targets

* chore: enhance task automation with markdown reading and bot checks

---------

Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* chore(deps): update @AI-SDK packages and bump prisma binary targets

* chore: enhance task automation with markdown reading and bot checks

* chore(app): add PrismaPlugin to webpack configuration for server bundle

---------

Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* chore(deps): update @AI-SDK packages and bump prisma binary targets

* chore: enhance task automation with markdown reading and bot checks

* chore(app): add PrismaPlugin to webpack configuration for server bundle

* chore(app): re-enable .md imports as raw strings in webpack config

* chore(app): add Turbopack configuration for .md file imports

---------

Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* chore(deps): update @AI-SDK packages and bump prisma binary targets

* chore: enhance task automation with markdown reading and bot checks

* chore(app): add PrismaPlugin to webpack configuration for server bundle

* chore(app): re-enable .md imports as raw strings in webpack config

* chore(app): add Turbopack configuration for .md file imports

* chore(app): enable importing .md files as raw strings in webpack config

---------

Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* chore(deps): update @AI-SDK packages and bump prisma binary targets

* chore: enhance task automation with markdown reading and bot checks

* chore(app): add PrismaPlugin to webpack configuration for server bundle

* chore(app): re-enable .md imports as raw strings in webpack config

* chore(app): add Turbopack configuration for .md file imports

* chore(app): enable importing .md files as raw strings in webpack config

* fix(secrets): implement form validation and submission for adding secrets

---------

Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* chore(deps): update @AI-SDK packages and bump prisma binary targets

* chore: enhance task automation with markdown reading and bot checks

* chore(app): add PrismaPlugin to webpack configuration for server bundle

* chore(app): re-enable .md imports as raw strings in webpack config

* chore(app): add Turbopack configuration for .md file imports

* chore(app): enable importing .md files as raw strings in webpack config

* fix(secrets): implement form validation and submission for adding secrets

* chore(app): add runtime configuration for long-running automation tasks

---------

Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* chore(deps): update @AI-SDK packages and bump prisma binary targets

* chore: enhance task automation with markdown reading and bot checks

* chore(app): add PrismaPlugin to webpack configuration for server bundle

* chore(app): re-enable .md imports as raw strings in webpack config

* chore(app): add Turbopack configuration for .md file imports

* chore(app): enable importing .md files as raw strings in webpack config

* fix(secrets): implement form validation and submission for adding secrets

* chore(app): add runtime configuration for long-running automation tasks

* chore: replace S3Client instantiation with shared s3Client import

---------

Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* chore(deps): update @AI-SDK packages and bump prisma binary targets

* chore: enhance task automation with markdown reading and bot checks

* chore(app): add PrismaPlugin to webpack configuration for server bundle

* chore(app): re-enable .md imports as raw strings in webpack config

* chore(app): add Turbopack configuration for .md file imports

* chore(app): enable importing .md files as raw strings in webpack config

* fix(secrets): implement form validation and submission for adding secrets

* chore(app): add runtime configuration for long-running automation tasks

* chore: replace S3Client instantiation with shared s3Client import

* chore: add runtime configuration for lambda functions and update S3Client usage

---------

Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
…1575)

Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
…configuration (#1576)

Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* chore: standardize size of panels

* chore: make sure latest processing message is auto expanded not only the first one

* chore: make view mode switch smaller

* chore: use gpt-5-mini and improve test ui

* chore: add confetti animation to TestDialog on success

---------

Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* chore: standardize size of panels

* chore: make sure latest processing message is auto expanded not only the first one

* chore: make view mode switch smaller

* chore: use gpt-5-mini and improve test ui

* chore: add confetti animation to TestDialog on success

* chore(automation): enhance layout and improve chat message styling

* chore(layout): add padding to layout components for improved spacing

---------

Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* chore: standardize size of panels

* chore: make sure latest processing message is auto expanded not only the first one

* chore: make view mode switch smaller

* chore: use gpt-5-mini and improve test ui

* chore: add confetti animation to TestDialog on success

* chore(automation): enhance layout and improve chat message styling

* chore(layout): add padding to layout components for improved spacing

* chore: add logo

---------

Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* chore: edit empty state and add examples for task automation

* chore: improve styles of the ai chat

* chore: edit prompt to render UI after explaining its thoughts

* chore: fix layout when file is present

* chore(automation): enhance chat message handling and improve UI responsiveness

* chore(automation): simplify message rendering logic in chat component

---------

Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* chore(tasks): remove console logs and add feature flag for automation

* chore: return a nicer message at the end of the chat

---------

Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
* chore(s3): update S3 bucket handling to use environment variable

---------

Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
---------

Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
Co-authored-by: chasprowebdev <chasgarciaprowebdev@gmail.com>
@vercel
Copy link

vercel bot commented Sep 30, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
portal (staging) Ready Ready Preview Comment Sep 30, 2025 5:20pm
1 Skipped Deployment
Project Deployment Preview Comments Updated (UTC)
app (staging) Skipped Skipped Sep 30, 2025 5:20pm

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

✅ chasprowebdev
✅ Dhanus3133
❌ github-actions[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

@Marfuen Marfuen closed this Sep 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants