/** * Warp extension — transfer context to a new focused session * * Instead of compacting (which is lossy), warp extracts what matters * for your next task and creates a new session with a generated prompt. * * Usage: * /flow:warp now implement this for teams as well * /flow:warp execute phase one of the plan * /flow:warp check other places that need this fix * /flow:warp (no args = default continuation goal) */ import type { ExtensionAPI } from "@earendil-works/pi-coding-agent"; export default function (pi: ExtensionAPI): void; //# sourceMappingURL=warp.d.ts.map