@anthropic-ai/claude-code 2.1.109 → 2.1.110
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.
- package/cli.js +3763 -3727
- package/package.json +1 -1
- package/sdk-tools.d.ts +4 -0
package/package.json
CHANGED
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
|
/**
|