fix: restore embedded extension discovery typings
This commit is contained in:
10
src/types/pi-coding-agent.d.ts
vendored
Normal file
10
src/types/pi-coding-agent.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import "@mariozechner/pi-coding-agent";
|
||||
|
||||
declare module "@mariozechner/pi-coding-agent" {
|
||||
interface CreateAgentSessionOptions {
|
||||
/** Extra extension paths merged with settings-based discovery. */
|
||||
additionalExtensionPaths?: string[];
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user