@anthropic-ai/claude-code 2.1.73 → 2.1.74

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 +1831 -1799
  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.73",
3
+ "version": "2.1.74",
4
4
  "bin": {
5
5
  "claude": "cli.js"
6
6
  },
package/sdk-tools.d.ts CHANGED
@@ -2262,6 +2262,10 @@ export interface BashOutput {
2262
2262
  * True if the user manually backgrounded the command with Ctrl+B
2263
2263
  */
2264
2264
  backgroundedByUser?: boolean;
2265
+ /**
2266
+ * True if assistant-mode auto-backgrounded a long-running blocking command
2267
+ */
2268
+ assistantAutoBackgrounded?: boolean;
2265
2269
  /**
2266
2270
  * Flag to indicate if sandbox mode was overridden
2267
2271
  */