mirror of https://github.com/openclaw/openclaw.git
fix: restore embedded extension discovery typings
This commit is contained in:
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