/** * pi-discord-remote — control this Pi session from Discord * * Each /pi-discord-remote start creates a fresh text channel named after the * current working directory + date (e.g. "kaleidoscope-may09"). On stop * (or session shutdown) the channel is deleted to stay within Discord's * per-server channel limit. * * Bot permissions required: * • Read/Send Messages, Add Reactions (existing) * • Manage Channels (new — for create + rename) * * Commands: * /pi-discord-remote setup — interactive setup (token, guildId, categoryId, allowed users) * /pi-discord-remote start — create channel + connect * /pi-discord-remote stop — delete channel + disconnect * /pi-discord-remote status — show connection state * /pi-discord-remote open-config — edit config.json in the editor */ import type { ExtensionAPI } from "@earendil-works/pi-coding-agent"; export default function (pi: ExtensionAPI): void; //# sourceMappingURL=index.d.ts.map