mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 06:04:40 +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
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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");
|
||||
});
|
||||
}
|
||||
3272
out.html
3272
out.html
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue