Steps to Contribute by Reporting Issue:
- Visit the OpenSource Repo https://github.com/presidio-oss/cline-based-code-generator
- Read CONTRIBUTION.md
- Report any issues you have faced or find if there is any
- Create Issue: https://github.com/presidio-oss/cline-based-code-generator/issues/
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