mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 07:03:25 +00:00
Remove test files, add out.html to gitignore
This commit is contained in:
parent
872205406e
commit
48ca55ab3c
3 changed files with 1 additions and 3283 deletions
|
|
@ -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");
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue