-
Notifications
You must be signed in to change notification settings - Fork 238
[comp] Production Deploy #2020
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
[comp] Production Deploy #2020
Conversation
…2019) * feat(automation): add error sanitization for user-friendly messages * fix(automation): enhance error sanitization with fallback for AI failures * refactor(automation): simplify error extraction and enhance fallback handling --------- Co-authored-by: Tofik Hasanov <annexcies@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. 2 Skipped Deployments
|
PR SummaryImproves reliability of vector syncs and user-facing automation errors.
Written by Cursor Bugbot for commit 1f6e635. This will update automatically on new commits. Configure here. |
|
|
…2021) Co-authored-by: Tofik Hasanov <annexcies@gmail.com>
* refactor(automation): update error handling and remove internal logs * refactor(automation): enhance error message for invalid regex input --------- Co-authored-by: Tofik Hasanov <annexcies@gmail.com>
* refactor(sync): update sync functions to return detailed results with last embedding ID * refactor(sync): filter valid items before upserting embeddings --------- Co-authored-by: Tofik Hasanov <annexcies@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| }); | ||
|
|
||
| const result = text.trim() || 'The automation encountered an error. Please check your script and try again.'; | ||
| console.log('[sanitizeErrorMessage] SYSTEM AI response:', result); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debug console.log statement in production code
Low Severity
A console.log statement logging [sanitizeErrorMessage] SYSTEM AI response: is present in the new sanitize-error.ts file. This logs every sanitized error message from the AI to the console in production, which adds noise to logs and could expose error details (even if sanitized) that aren't meant for end-user browser consoles. This appears to be debugging code that was inadvertently left in.
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.