/** * Files Extension * * Tracks files read/written/edited by the agent in the current session. * Use /files (or optional shortcut) to select a file and open it in your editor. * Files are sorted by most recent access, with operation indicators (R/W/E). * * Settings (configurable via /extension-settings): * - editorCommand: Command to open files (space-separated, e.g., "code -g") * - shortcut: Keyboard shortcut to open file list (e.g., "ctrl+f") */ import type { ExtensionAPI } from "@mariozechner/pi-coding-agent"; export default function (pi: ExtensionAPI): void; //# sourceMappingURL=index.d.ts.map