@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.
- package/cli.js +1831 -1799
- package/package.json +1 -1
- package/sdk-tools.d.ts +4 -0
package/package.json
CHANGED
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
|
*/
|