fix: restore embedded extension discovery typings
parent
762652279b
commit
51e72d41c2
|
|
@ -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 New Issue