@anthropic-ai/claude-code 2.1.77 → 2.1.79

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 +3972 -3745
  2. package/package.json +1 -1
  3. package/sdk-tools.d.ts +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthropic-ai/claude-code",
3
- "version": "2.1.77",
3
+ "version": "2.1.79",
4
4
  "bin": {
5
5
  "claude": "cli.js"
6
6
  },
package/sdk-tools.d.ts CHANGED
@@ -135,10 +135,6 @@ export type FileReadOutput =
135
135
  * Total number of lines in the file
136
136
  */
137
137
  totalLines: number;
138
- /**
139
- * True when output was clipped to the byte cap (partial content)
140
- */
141
- resultWasTruncated?: boolean;
142
138
  };
143
139
  }
144
140
  | {