mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 23:01:56 +00:00
Fix TUI performance regression: add caching to Box, use Text directly for built-in tools
This commit is contained in:
parent
48b481eb85
commit
909989066a
13 changed files with 173 additions and 99 deletions
|
|
@ -5,7 +5,10 @@
|
|||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@mariozechner/pi-coding-agent": ["./src/index.ts"],
|
||||
"@mariozechner/pi-coding-agent/hooks": ["./src/core/hooks/index.ts"]
|
||||
"@mariozechner/pi-coding-agent/hooks": ["./src/core/hooks/index.ts"],
|
||||
"@mariozechner/pi-tui": ["../tui/src/index.ts"],
|
||||
"@mariozechner/pi-ai": ["../ai/src/index.ts"],
|
||||
"@sinclair/typebox": ["../../node_modules/@sinclair/typebox"]
|
||||
},
|
||||
"skipLibCheck": true
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue