Skip to content
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

fix: properly parse title and prompt when there are snippets #18

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yrobla
Copy link
Collaborator

@yrobla yrobla commented Dec 20, 2024

Refine a bit more the parsing of the query, to support code snippets and properly format title and detail

Related-to: #398

Refine a bit more the parsing of the query, to support code
snippets and properly format title and detail

Related-to: #398
@yrobla yrobla requested a review from peppescg December 20, 2024 15:07
@yrobla
Copy link
Collaborator Author

yrobla commented Dec 20, 2024

image

Comment on lines +16 to +19
if (message.includes("review codegate")) {
console.log("message is");
console.log(JSON.stringify(message, null, 2));
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 why we need to log this? usually it is better to avoid console log for security reason

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants