We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa4868 commit 370ebefCopy full SHA for 370ebef
src/tools/read.ts
@@ -1,6 +1,6 @@
1
import { constants } from "node:fs";
2
import { access, readFile } from "node:fs/promises";
3
-import { MAX_BYTES, MAX_LINES, formatSize, resolvePath } from "../utils.js";
+import { formatSize, MAX_BYTES, MAX_LINES, resolvePath } from "../utils.js";
4
5
export async function readTool(args: { path: string; offset?: number; limit?: number }, cwd: string): Promise<string> {
6
const absolutePath = resolvePath(args.path, cwd);
0 commit comments