fix(coding-agent,tui): drop typebox compiler shim and fix progress
This commit is contained in:
@@ -529,7 +529,7 @@ const { session } = await createAgentSession({
|
||||
### Custom Tools
|
||||
|
||||
```typescript
|
||||
import { Type } from "@sinclair/typebox";
|
||||
import { Type } from "typebox";
|
||||
import { createAgentSession, defineTool } from "@mariozechner/pi-coding-agent";
|
||||
|
||||
// Inline custom tool
|
||||
@@ -882,7 +882,7 @@ interface LoadExtensionsResult {
|
||||
|
||||
```typescript
|
||||
import { getModel } from "@mariozechner/pi-ai";
|
||||
import { Type } from "@sinclair/typebox";
|
||||
import { Type } from "typebox";
|
||||
import {
|
||||
AuthStorage,
|
||||
bashTool,
|
||||
|
||||
Reference in New Issue
Block a user