Skip to content

Commit d7dfb1b

Browse files
committed
chore: broken type
1 parent eb655ee commit d7dfb1b

4 files changed

Lines changed: 9 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
"sqlite-vec": "catalog:deps",
8787
"std-env": "catalog:",
8888
"tinyglobby": "catalog:deps",
89+
"typebox": "catalog:",
8990
"typescript": "catalog:",
9091
"unagent": "catalog:",
9192
"unist-util-visit": "catalog:deps"

pnpm-lock.yaml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ catalog:
2020
semver: ^7.7.4
2121
std-env: ^4.1.0
2222
tsx: ^4.21.0
23+
typebox: ^1.1.34
2324
typescript: 6.0.2
2425
unagent: ^0.0.8
2526
catalogs:

src/agent/clis/pi-ai.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ import { homedir } from 'node:os'
2121
import { resolve } from 'node:path'
2222
import { getEnvApiKey, getModel, getModels, getProviders, streamSimple } from '@mariozechner/pi-ai'
2323
import { getOAuthApiKey, getOAuthProvider, getOAuthProviders } from '@mariozechner/pi-ai/oauth'
24-
import { Type } from '@sinclair/typebox'
2524
import { join } from 'pathe'
25+
import { Type } from 'typebox'
2626
import { sanitizeMarkdown } from '../../core/sanitize.ts'
2727

2828
export function isPiAiModel(model: string): boolean {

0 commit comments

Comments
 (0)