mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 07:04:45 +00:00
Remove padding from markdown code blocks
This commit is contained in:
parent
a9492837e8
commit
872205406e
3 changed files with 3283 additions and 1 deletions
11
.pi/hooks/status-demo.ts
Normal file
11
.pi/hooks/status-demo.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
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