vibetunnel
Version:
Terminal sharing server with web interface - supports macOS, Linux, and headless environments
9 lines (8 loc) • 364 B
TypeScript
export declare function patchClaudeBinary(claudePath: string): string;
/**
* Checks if a command is the Claude CLI binary and patches it if necessary.
*
* @param command - The command array from fwd.ts (e.g., ["claude", "--resume"])
* @returns The potentially patched command array
*/
export declare function checkAndPatchClaude(command: string[]): string[];