mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-18 13:03:58 +00:00
added custom header support and example extension
This commit is contained in:
parent
512ae4b4c0
commit
f755f69e0a
9 changed files with 127 additions and 2 deletions
|
|
@ -164,6 +164,10 @@ export async function runRpcMode(session: AgentSession): Promise<never> {
|
|||
// Custom footer not supported in RPC mode - requires TUI access
|
||||
},
|
||||
|
||||
setHeader(_factory: unknown): void {
|
||||
// Custom header not supported in RPC mode - requires TUI access
|
||||
},
|
||||
|
||||
setTitle(title: string): void {
|
||||
// Fire and forget - host can implement terminal title control
|
||||
output({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue