@anthropic-ai/claude-code 2.1.90 → 2.1.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/cli.js +2108 -2053
  2. package/package.json +8 -2
  3. package/sdk-tools.d.ts +1 -1
  4. package/bun.lock +0 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthropic-ai/claude-code",
3
- "version": "2.1.90",
3
+ "version": "2.1.91",
4
4
  "bin": {
5
5
  "claude": "cli.js"
6
6
  },
@@ -29,5 +29,11 @@
29
29
  "@img/sharp-linuxmusl-x64": "^0.34.2",
30
30
  "@img/sharp-win32-arm64": "^0.34.2",
31
31
  "@img/sharp-win32-x64": "^0.34.2"
32
- }
32
+ },
33
+ "files": [
34
+ "cli.js",
35
+ "sdk-tools.d.ts",
36
+ "vendor/ripgrep/",
37
+ "vendor/audio-capture/"
38
+ ]
33
39
  }
package/sdk-tools.d.ts CHANGED
@@ -287,7 +287,7 @@ export interface AgentInput {
287
287
  /**
288
288
  * Permission mode for spawned teammate (e.g., "plan" to require plan approval).
289
289
  */
290
- mode?: "acceptEdits" | "bypassPermissions" | "default" | "dontAsk" | "plan";
290
+ mode?: "acceptEdits" | "auto" | "bypassPermissions" | "default" | "dontAsk" | "plan";
291
291
  /**
292
292
  * Isolation mode. "worktree" creates a temporary git worktree so the agent works on an isolated copy of the repo.
293
293
  */
package/bun.lock DELETED
@@ -1,21 +0,0 @@
1
- {
2
- "lockfileVersion": 1,
3
- "configVersion": 1,
4
- "workspaces": {
5
- "": {
6
- "name": "@anthropic-ai/claude-code",
7
- "optionalDependencies": {
8
- "@img/sharp-darwin-arm64": "^0.34.2",
9
- "@img/sharp-darwin-x64": "^0.34.2",
10
- "@img/sharp-linux-arm": "^0.34.2",
11
- "@img/sharp-linux-arm64": "^0.34.2",
12
- "@img/sharp-linux-x64": "^0.34.2",
13
- "@img/sharp-linuxmusl-arm64": "^0.34.2",
14
- "@img/sharp-linuxmusl-x64": "^0.34.2",
15
- "@img/sharp-win32-arm64": "^0.34.2",
16
- "@img/sharp-win32-x64": "^0.34.2",
17
- },
18
- },
19
- },
20
- "packages": {}
21
- }