mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-19 22:01:38 +00:00
Update plan: mark before_agent_start as complete
This commit is contained in:
parent
57146de202
commit
f43969b31a
2 changed files with 7 additions and 5 deletions
|
|
@ -10,7 +10,7 @@ export default function (pi: HookAPI) {
|
|||
|
||||
// Register a custom message renderer for our "test-info" type
|
||||
pi.registerMessageRenderer("test-info", (message, options, theme) => {
|
||||
const box = new Box(0, 0, (t) => theme.bg("success", t));
|
||||
const box = new Box(0, 0, (t) => theme.bg("customMessageBg", t));
|
||||
|
||||
const label = theme.fg("successText", "[TEST INFO]");
|
||||
box.addChild(new Text(label, 0, 0));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue