fix(coding-agent,tui): drop typebox compiler shim and fix progress
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
import { defineTool, type ExtensionAPI } from "@mariozechner/pi-coding-agent";
|
||||
import { Text } from "@mariozechner/pi-tui";
|
||||
import { Type } from "@sinclair/typebox";
|
||||
import { Type } from "typebox";
|
||||
|
||||
interface StructuredOutputDetails {
|
||||
headline: string;
|
||||
|
||||
Reference in New Issue
Block a user