refactor: migrate @sinclair/typebox imports to typebox 1.x

The pi-coding-agent SDK moved from @sinclair/typebox 0.34.x to the new
typebox 1.x package in 0.69. Our direct imports in merger.ts and
extension.ts need to follow so tool schemas resolve to the same TSchema
the SDK consumes.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
gsxdsm
2026-04-23 17:13:32 -07:00
parent 7e71f6a628
commit 049f44534e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import type { ExtensionAPI, ExtensionContext } from "@mariozechner/pi-coding-agent";
import { Type, type Static } from "@sinclair/typebox";
import { Type, type Static } from "typebox";
import { StringEnum } from "@mariozechner/pi-ai";
import {
TaskStore,