cc-viewer 1.6.285 → 1.6.287

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 CHANGED
@@ -480,6 +480,7 @@ async function runSdkMode(extraClaudeArgs = [], cwd, noOpen = false) {
480
480
  serverMod.setSdkResolveApproval(sdkManager.resolveApproval);
481
481
  serverMod.setSdkCancelApproval(sdkManager.cancelApproval);
482
482
  serverMod.setSdkSendUserMessage(sdkManager.sendUserMessage);
483
+ serverMod.setSdkInterruptTurn(sdkManager.interruptTurn);
483
484
 
484
485
  // 自动打开浏览器
485
486
  const protocol = serverMod.getProtocol();