feat: replace clawdis skills with tools

This commit is contained in:
Peter Steinberger
2025-12-22 23:40:57 +00:00
parent 823195a122
commit c0c20ebf3e
11 changed files with 1524 additions and 453 deletions

View File

@@ -4,7 +4,7 @@ import path from "node:path";
import type { AppMessage } from "@mariozechner/pi-agent-core";
import type { AgentToolResult, AssistantMessage } from "@mariozechner/pi-ai";
import { sanitizeContentBlocksImages } from "./pi-tools.js";
import { sanitizeContentBlocksImages } from "./tool-images.js";
import type { WorkspaceBootstrapFile } from "./workspace.js";
export type EmbeddedContextFile = { path: string; content: string };