Skip to content

Commit 5ca4957

Browse files
feat: 完成 shell 迁移
1 parent a3b630d commit 5ca4957

49 files changed

Lines changed: 17436 additions & 23 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

bun.lock

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"@anthropic-ai/foundry-sdk": "^0.2.3",
6565
"@anthropic-ai/mcpb": "^2.1.2",
6666
"@anthropic-ai/sandbox-runtime": "^0.0.44",
67+
"@anthropic/agent": "workspace:*",
6768
"@anthropic-ai/sdk": "^0.80.0",
6869
"@anthropic-ai/vertex-sdk": "^0.14.4",
6970
"@aws-sdk/client-bedrock": "^3.1020.0",

packages/shell/package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "@anthropic/shell",
3+
"version": "0.1.0",
4+
"private": true,
5+
"type": "module",
6+
"main": "./src/index.ts",
7+
"types": "./src/index.ts",
8+
"dependencies": {
9+
"execa": "workspace:*",
10+
"lodash-es": "workspace:*",
11+
"tree-kill": "workspace:*"
12+
}
13+
}

0 commit comments

Comments
 (0)