@code-yeongyu/senpi 2026.5.29-2 → 2026.5.29-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.
@@ -1891,7 +1891,7 @@ export class AgentSession {
1891
1891
  return await this._continueAgentAfterCurrentRun();
1892
1892
  }
1893
1893
  else if (this.agent.hasQueuedMessages()) {
1894
- return true;
1894
+ return await this._continueAgentAfterCurrentRun();
1895
1895
  }
1896
1896
  return false;
1897
1897
  }