-
Notifications
You must be signed in to change notification settings - Fork 203
[dev] [Marfuen] mariano/automated-tasks #1550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…/automated-tasks
Marfuen
added a commit
that referenced
this pull request
Sep 30, 2025
* chore: upgrade db package version (#1558) * chore(deps): bump lucide-react from 0.534.0 to 0.544.0 (#1543) 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(portal): display policies with PDF format (#1559) Co-authored-by: Mariano Fuentes <[email protected]> * feat(app): implement automated tasks (#1550) * 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 <[email protected]> * chore(deps): update @AI-SDK packages and bump prisma binary targets (#1566) Co-authored-by: Mariano Fuentes <[email protected]> * chore: fix md file parsing and botid (#1567) * 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 <[email protected]> * chore(app): add PrismaPlugin to webpack configuration for server bundle * 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 <[email protected]> * chore(app): re-enable .md imports as raw strings in webpack config * 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 <[email protected]> * chore(app): enable importing .md files as raw strings in webpack config * 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 <[email protected]> * feat(secrets): fix secrets * 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 <[email protected]> * [dev] [Marfuen] mariano/timeout (#1572) * 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 <[email protected]> * [dev] [Marfuen] mariano/s3 (#1573) * 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 <[email protected]> * [dev] [Marfuen] mariano/fix-test-automation (#1574) * 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 <[email protected]> * chore(automation): update S3 client usage to shared s3Client import (#1575) Co-authored-by: Mariano Fuentes <[email protected]> * chore(s3): remove console logs and improve error handling for AWS S3 configuration (#1576) Co-authored-by: Mariano Fuentes <[email protected]> * chore(deps): update @trycompai/db package version to 1.3.7 (#1578) Co-authored-by: Mariano Fuentes <[email protected]> * [dev] [Marfuen] mariano/small-ui-ux-fixes (#1579) * 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 <[email protected]> * [dev] [Marfuen] mariano/more (#1580) * 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 <[email protected]> * [dev] [Marfuen] mariano/more-2 (#1581) * 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 <[email protected]> * [dev] [Marfuen] mariano/more-3 (#1583) * 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 <[email protected]> * [dev] [Marfuen] mariano/more-4 (#1584) * 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 <[email protected]> * [dev] [Marfuen] mariano/more-5 (#1585) * chore(s3): update S3 bucket handling to use environment variable --------- Co-authored-by: Mariano Fuentes <[email protected]> * [dev] [Marfuen] mariano/more-6 (#1586) --------- Co-authored-by: Mariano Fuentes <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: chasprowebdev <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dhanus <[email protected]> Co-authored-by: Mariano Fuentes <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
claudfuen
pushed a commit
that referenced
this pull request
Sep 30, 2025
# [1.55.0](v1.54.0...v1.55.0) (2025-09-30) ### Features * **app:** implement automated tasks ([#1550](#1550)) ([56f019d](56f019d)) * **portal:** add gmail signin ([#1587](#1587)) ([f8d6af4](f8d6af4)) * **portal:** display policies with PDF format ([#1559](#1559)) ([3d7ee5f](3d7ee5f)) * **secrets:** fix secrets ([b3af710](b3af710))
Contributor
|
🎉 This PR is included in version 1.55.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
MiViewIT
pushed a commit
to MiViewIT/comp
that referenced
this pull request
Oct 3, 2025
* chore: upgrade db package version (trycompai#1558) * chore(deps): bump lucide-react from 0.534.0 to 0.544.0 (trycompai#1543) 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(portal): display policies with PDF format (trycompai#1559) Co-authored-by: Mariano Fuentes <[email protected]> * feat(app): implement automated tasks (trycompai#1550) * 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 <[email protected]> * chore(deps): update @AI-SDK packages and bump prisma binary targets (trycompai#1566) Co-authored-by: Mariano Fuentes <[email protected]> * chore: fix md file parsing and botid (trycompai#1567) * 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 <[email protected]> * chore(app): add PrismaPlugin to webpack configuration for server bundle * 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 <[email protected]> * chore(app): re-enable .md imports as raw strings in webpack config * 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 <[email protected]> * chore(app): enable importing .md files as raw strings in webpack config * 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 <[email protected]> * feat(secrets): fix secrets * 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 <[email protected]> * [dev] [Marfuen] mariano/timeout (trycompai#1572) * 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 <[email protected]> * [dev] [Marfuen] mariano/s3 (trycompai#1573) * 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 <[email protected]> * [dev] [Marfuen] mariano/fix-test-automation (trycompai#1574) * 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 <[email protected]> * chore(automation): update S3 client usage to shared s3Client import (trycompai#1575) Co-authored-by: Mariano Fuentes <[email protected]> * chore(s3): remove console logs and improve error handling for AWS S3 configuration (trycompai#1576) Co-authored-by: Mariano Fuentes <[email protected]> * chore(deps): update @trycompai/db package version to 1.3.7 (trycompai#1578) Co-authored-by: Mariano Fuentes <[email protected]> * [dev] [Marfuen] mariano/small-ui-ux-fixes (trycompai#1579) * 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 <[email protected]> * [dev] [Marfuen] mariano/more (trycompai#1580) * 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 <[email protected]> * [dev] [Marfuen] mariano/more-2 (trycompai#1581) * 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 <[email protected]> * [dev] [Marfuen] mariano/more-3 (trycompai#1583) * 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 <[email protected]> * [dev] [Marfuen] mariano/more-4 (trycompai#1584) * 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 <[email protected]> * [dev] [Marfuen] mariano/more-5 (trycompai#1585) * chore(s3): update S3 bucket handling to use environment variable --------- Co-authored-by: Mariano Fuentes <[email protected]> * [dev] [Marfuen] mariano/more-6 (trycompai#1586) --------- Co-authored-by: Mariano Fuentes <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: chasprowebdev <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dhanus <[email protected]> Co-authored-by: Mariano Fuentes <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
MiViewIT
pushed a commit
to MiViewIT/comp
that referenced
this pull request
Oct 3, 2025
* 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 <[email protected]>
MiViewIT
pushed a commit
to MiViewIT/comp
that referenced
this pull request
Oct 3, 2025
# [1.55.0](trycompai/comp@v1.54.0...v1.55.0) (2025-09-30) ### Features * **app:** implement automated tasks ([trycompai#1550](trycompai#1550)) ([56f019d](trycompai@56f019d)) * **portal:** add gmail signin ([trycompai#1587](trycompai#1587)) ([f8d6af4](trycompai@f8d6af4)) * **portal:** display policies with PDF format ([trycompai#1559](trycompai#1559)) ([3d7ee5f](trycompai@3d7ee5f)) * **secrets:** fix secrets ([b3af710](trycompai@b3af710))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an automated pull request to merge mariano/automated-tasks into dev.
It was created by the [Auto Pull Request] action.