mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-21 05:02:14 +00:00
Remove accidentally committed files
This commit is contained in:
parent
0ec8509de3
commit
a9492837e8
2 changed files with 0 additions and 3274 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");
|
|
||||||
});
|
|
||||||
}
|
|
||||||
3263
out.html
3263
out.html
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue