mirror of
https://github.com/moltbot/moltbot.git
synced 2026-03-30 01:06:11 +00:00
fix: update pi packages to 0.51.0, remove bogus type augmentation
- Update @mariozechner/pi-agent-core, pi-ai, pi-coding-agent, pi-tui to 0.51.0 - Delete src/types/pi-coding-agent.d.ts (declared additionalExtensionPaths which SDK never supported) - Fix ToolDefinition.execute signature (parameter order changed in 0.51.0) - Remove dead additionalExtensionPaths from createAgentSession calls
This commit is contained in:
8
src/types/pi-coding-agent.d.ts
vendored
8
src/types/pi-coding-agent.d.ts
vendored
@@ -1,8 +0,0 @@
|
||||
import "@mariozechner/pi-coding-agent";
|
||||
|
||||
declare module "@mariozechner/pi-coding-agent" {
|
||||
interface CreateAgentSessionOptions {
|
||||
/** Extra extension paths merged with settings-based discovery. */
|
||||
additionalExtensionPaths?: string[];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user