@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthropic-ai/claude-code",
3
- "version": "2.1.86",
3
+ "version": "2.1.89",
4
4
  "bin": {
5
5
  "claude": "cli.js"
6
6
  },
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