Remove accidentally committed files

This commit is contained in:
Mario Zechner 2026-01-01 21:42:28 +01:00
parent 0ec8509de3
commit a9492837e8
2 changed files with 0 additions and 3274 deletions

View file

@ -1,11 +0,0 @@
import type { HookAPI } from "@mariozechner/pi-coding-agent";
export default function (pi: HookAPI) {
pi.on("turn_start", async (_event, ctx) => {
ctx.ui.setStatus("demo", "🔄 Thinking...");
});
pi.on("turn_end", async (_event, ctx) => {
ctx.ui.setStatus("demo", "✓ Ready");
});
}

3263
out.html

File diff suppressed because one or more lines are too long