@0xmaxma/claude-gateway 2.0.2 → 2.0.3

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.
@@ -404,7 +404,7 @@ class AgentRunner extends events_1.EventEmitter {
404
404
  await runtime.flushHistory();
405
405
  return task;
406
406
  }
407
- stopVoiceResponse(sessionId) { this.orchestration?.stopResponse(sessionId); }
407
+ stopVoiceResponse(sessionId) { this.orchestration?.stopResponse(sessionId, 'barge-in'); }
408
408
  async sendOrchestratedApi(sessionId, chatId, message, opts, onText, onTool) {
409
409
  const semantic = this.agentConfig.orchestration?.conversation?.semanticIntake === true;
410
410
  if (!semantic && this.pendingApiSessions.has(sessionId))