more tools

This commit is contained in:
Dax Raad
2025-05-26 14:09:17 -04:00
parent 113c49457f
commit 80555f13e0
10 changed files with 701 additions and 53 deletions

View File

@@ -9,7 +9,9 @@
"devDependencies": {
"@tsconfig/bun": "^1.0.7",
"@types/bun": "latest",
"@types/jsdom": "^21.1.7",
"@types/react": "18",
"@types/turndown": "^5.0.5",
"ink": "^5.2.1",
"ink-text-input": "^6.0.0",
"react": "^18.0.0"
@@ -18,16 +20,18 @@
"typescript": "5"
},
"dependencies": {
"@ai-sdk/anthropic": "^2.0.0-alpha.2",
"@ai-sdk/anthropic": "^2.0.0-alpha.4",
"@flystorage/file-storage": "^1.1.0",
"@flystorage/local-fs": "^1.1.0",
"@hono/zod-validator": "^0.5.0",
"ai": "^5.0.0-alpha.2",
"ai": "^5.0.0-alpha.4",
"cac": "^6.7.14",
"clipanion": "^4.0.0-rc.4",
"hono": "^4.7.10",
"hono-openapi": "^0.4.8",
"jsdom": "^26.1.0",
"ts-lsp-client": "^1.0.3",
"turndown": "^7.2.0",
"vscode-jsonrpc": "^8.2.1",
"vscode-languageclient": "8",
"zod": "^3.25.3",