chore: cache and clean up Knip analysis (#4658)

This commit is contained in:
Chris Arderne
2026-08-18 12:58:47 +01:00
committed by GitHub
parent e768d0a724
commit 53ca44dd2d
4 changed files with 2 additions and 6 deletions
-1
View File
@@ -27,7 +27,6 @@
"eval:dev": "evalite watch"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.0",
"@ai-sdk/openai": "^3.0.0",
"@ai-sdk/react": "^3.0.0",
"@ariakit/react": "^0.4.6",
@@ -57,7 +57,7 @@ function getDb(): DashboardAgentDbClient {
// Resolves the `"provider:model-id"` strings on our managed prompts to AI SDK
// models, against whichever provider is switched on.
export { registry, resolveDashboardAgentModel } from "./model-provider";
export { resolveDashboardAgentModel } from "./model-provider";
// The agent's persistence, behind an interface so tests can inject a fake via
// `locals` and never need a real database.
+1 -1
View File
@@ -22,7 +22,7 @@
"format:prisma": "pnpm --filter @trigger.dev/database run format:prisma && pnpm --filter @internal/run-ops-database run format:prisma",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"knip": "knip --include files,exports,types,dependencies,unlisted,binaries,unresolved,catalog",
"knip": "knip --cache --include files,exports,types,dependencies,unlisted,binaries,unresolved,catalog",
"docker": "node scripts/docker.mjs -f docker/docker-compose.yml up -d --build --remove-orphans",
"docker:stop": "node scripts/docker.mjs -f docker/docker-compose.yml stop",
"docker:full": "node scripts/docker.mjs -f docker/docker-compose.yml -f docker/docker-compose.extras.yml up -d --build --remove-orphans",
-3
View File
@@ -200,9 +200,6 @@ importers:
apps/webapp:
dependencies:
'@ai-sdk/anthropic':
specifier: ^3.0.0
version: 3.0.84(zod@3.25.76)
'@ai-sdk/openai':
specifier: ^3.0.0
version: 3.0.41(zod@3.25.76)