UNPKG

@mariozechner/pi-coding-agent

Version:

Coding agent CLI with read, bash, edit, write tools and session management

4 lines 279 B
export type PackageCommand = "install" | "remove" | "update" | "list"; export declare function handleConfigCommand(args: string[]): Promise<boolean>; export declare function handlePackageCommand(args: string[]): Promise<boolean>; //# sourceMappingURL=package-manager-cli.d.ts.map