/ extensions / rewind / test-support / pi-coding-agent-shim.ts
pi-coding-agent-shim.ts
1  export function getAgentDir(): string {
2    return process.env.PI_CODING_AGENT_DIR ?? "";
3  }
4  
5  export type ExtensionAPI = any;
6  export type ExtensionContext = any;