fix: restore embedded extension discovery typings
This commit is contained in:
parent
762652279b
commit
51e72d41c2
1 changed files with 10 additions and 0 deletions
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 {};
|
||||||
Loading…
Reference in a new issue