mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
Remove test files, add out.html to gitignore
This commit is contained in:
@@ -30,3 +30,4 @@ compaction-results/
|
||||
syntax.jsonl
|
||||
out.jsonl
|
||||
pi-*.html
|
||||
out.html
|
||||
|
||||
@@ -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");
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user