Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,6 @@ pnpm-lock.yaml
.coverage

bun.lock
package-lock.json
package-lock.json
pnpm-workspace.yaml
libs/
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,10 @@
"codegen": "npx tsx scripts/codegen.ts",
"generate-exports": "node scripts/generate-exports.mjs",
"inject-version-check": "node scripts/inject-version-check.mjs",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:e2e": "jest --config jest.config.e2e.ts --testPathPattern='tests/e2e'",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
"format": "prettier --write .",
Expand Down Expand Up @@ -100,7 +102,7 @@
"dependencies": {
"@ai-sdk/openai": "^3.0.0",
"@ai-sdk/openai-compatible": "^2.0.13",
"@alicloud/agentrun20250910": "^5.0.0",
"@alicloud/agentrun20250910": "^5.4.2",
"@alicloud/devs20230714": "^2.4.1",
"@alicloud/openapi-client": "^0.4.12",
"@alicloud/tea-util": "^1.4.9",
Expand Down Expand Up @@ -148,4 +150,4 @@
"typescript": "^5.4.0",
"yaml": "^2.7.0"
}
}
}
Loading