Skip to content

Instantly share code, notes, and snippets.

@selvait90
Created April 19, 2025 17:51
Show Gist options
  • Select an option

  • Save selvait90/a9b1e9e0d86de60d71d8bd22535ecafd to your computer and use it in GitHub Desktop.

Select an option

Save selvait90/a9b1e9e0d86de60d71d8bd22535ecafd to your computer and use it in GitHub Desktop.
OpenSource Contribution

Steps to Contribute by Reporting Issue:

src/shared/haiDefaults.ts

Title: Typo on HAI Default Prompt

The phrase: "you are a world-call security analyst" should probably be corrected to "you are a world-class security analyst." The phrase: "you have a decades of experience in this filed" should probably be corrected to "you have decades of experience in this field."

git clone [email protected]:selvait90/cline-based-code-generator-forked.git
git checkout -b fix/prompt-typo
vi src/shared/haiDefaults.ts
git add .
git commit -m "Fix typo on default prompt"
git push origin fix/prompt-typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment