@anthropic-ai/claude-code 2.1.109 → 2.1.111

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 (3) hide show
  1. package/cli.js +12201 -11387
  2. package/package.json +1 -1
  3. package/sdk-tools.d.ts +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthropic-ai/claude-code",
3
- "version": "2.1.109",
3
+ "version": "2.1.111",
4
4
  "bin": {
5
5
  "claude": "cli.js"
6
6
  },
package/sdk-tools.d.ts CHANGED
@@ -2346,6 +2346,10 @@ export interface FileWriteOutput {
2346
2346
  */
2347
2347
  repository?: string | null;
2348
2348
  };
2349
+ /**
2350
+ * True when the user edited the proposed content in the permission dialog before accepting
2351
+ */
2352
+ userModified?: boolean;
2349
2353
  }
2350
2354
  export interface GlobOutput {
2351
2355
  /**