@anthropic-ai/claude-code 2.1.86 → 2.1.89
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 +3955 -3881
- package/package.json +1 -1
- package/sdk-tools.d.ts +4 -0
- package/vendor/audio-capture/arm64-darwin/audio-capture.node +0 -0
- package/vendor/audio-capture/arm64-linux/audio-capture.node +0 -0
- package/vendor/audio-capture/arm64-win32/audio-capture.node +0 -0
- package/vendor/audio-capture/x64-darwin/audio-capture.node +0 -0
- package/vendor/audio-capture/x64-linux/audio-capture.node +0 -0
- package/vendor/audio-capture/x64-win32/audio-capture.node +0 -0
- package/vendor/ripgrep/arm64-darwin/rg +0 -0
- package/vendor/ripgrep/arm64-linux/rg +0 -0
- package/vendor/ripgrep/arm64-win32/rg.exe +0 -0
- package/vendor/ripgrep/x64-darwin/rg +0 -0
- package/vendor/ripgrep/x64-linux/rg +0 -0
- package/vendor/ripgrep/x64-win32/rg.exe +0 -0
package/package.json
CHANGED
package/sdk-tools.d.ts
CHANGED
|
@@ -2214,6 +2214,10 @@ export interface BashOutput {
|
|
|
2214
2214
|
* Total size of the output in bytes (set when output is too large for inline)
|
|
2215
2215
|
*/
|
|
2216
2216
|
persistedOutputSize?: number;
|
|
2217
|
+
/**
|
|
2218
|
+
* Model-facing note listing readFileState entries whose mtime bumped during this command (set when WRITE_COMMAND_MARKERS matches)
|
|
2219
|
+
*/
|
|
2220
|
+
staleReadFileStateHint?: string;
|
|
2217
2221
|
}
|
|
2218
2222
|
export interface ExitPlanModeOutput {
|
|
2219
2223
|
/**
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|