Enhance test coverage by adding new cases for file listing, reading, and ripgrep functionalities. Implement tests for hidden files, depth handling, and path normalization in list_files tests. Expand read_file tests to cover line skipping and reading from empty files. Improve ripgrep tests with various pattern matching scenarios, including regex handling and file pattern exclusions.

This commit is contained in:
sebseb7
2025-08-11 23:07:59 +02:00
parent 15d8e96b49
commit b91c4bf5e7
4 changed files with 133 additions and 0 deletions

1
cli.js
View File

@@ -2,6 +2,7 @@
import 'dotenv/config';
import OpenAI from 'openai';
//npm install tiktoken
//csk-8jftdte6r6vf8fdvp9xkyek5t3jnc6jfhh93d3ewfcwxxvh9
import { promises as fs } from "node:fs";