mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-22 09:01:46 +03:00
fix: restore embedded extension discovery typings
This commit is contained in:
Vendored
+10
@@ -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