fix(coding-agent,tui): drop typebox compiler shim and fix progress
This commit is contained in:
@@ -140,7 +140,7 @@ See [docs/extensions.md](../../docs/extensions.md) for full documentation.
|
||||
|
||||
```typescript
|
||||
import type { ExtensionAPI } from "@mariozechner/pi-coding-agent";
|
||||
import { Type } from "@sinclair/typebox";
|
||||
import { Type } from "typebox";
|
||||
|
||||
export default function (pi: ExtensionAPI) {
|
||||
// Subscribe to lifecycle events
|
||||
|
||||
@@ -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