Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix auto context to exclude file paths inside liquid comment tags
Related to #59 Exclude file paths inside liquid comment tags from being sent to the LLM. * Update `src/services/AutoContext.js` to filter out file paths inside liquid comment tags when extracting file paths from the prompt. * Add a helper function `isInsideLiquidComment` to check if a file path is inside a liquid comment tag. * Add test cases in `test/AutoContext.test.js` to verify that file paths inside liquid comment tags are excluded. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/ferrislucas/promptr/issues/59?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information