Fix TUI performance regression: add caching to Box, use Text directly for built-in tools
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Type } from "@mariozechner/pi-coding-agent";
|
||||
import { Type } from "@sinclair/typebox";
|
||||
import type { CustomToolFactory } from "@mariozechner/pi-coding-agent";
|
||||
|
||||
const factory: CustomToolFactory = (pi) => ({
|
||||
|
||||
Reference in New Issue
Block a user