@mariozechner/pi-coding-agent
Version:
Coding agent CLI with read, bash, edit, write tools and session management
8 lines • 355 B
TypeScript
export declare function expandPath(filePath: string): string;
/**
* Resolve a path relative to the given cwd.
* Handles ~ expansion and absolute paths.
*/
export declare function resolveToCwd(filePath: string, cwd: string): string;
export declare function resolveReadPath(filePath: string, cwd: string): string;
//# sourceMappingURL=path-utils.d.ts.map