@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.
- package/CHANGELOG.md +6 -0
- package/dist/core/agent-session.d.ts.map +1 -1
- package/dist/core/agent-session.js +1 -1
- package/dist/core/agent-session.js.map +1 -1
- package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/package.json +1 -1
- package/node_modules/@earendil-works/pi-tui/package.json +1 -1
- package/npm-shrinkwrap.json +12 -12
- package/package.json +4 -4
|
@@ -1891,7 +1891,7 @@ export class AgentSession {
|
|
|
1891
1891
|
return await this._continueAgentAfterCurrentRun();
|
|
1892
1892
|
}
|
|
1893
1893
|
else if (this.agent.hasQueuedMessages()) {
|
|
1894
|
-
return
|
|
1894
|
+
return await this._continueAgentAfterCurrentRun();
|
|
1895
1895
|
}
|
|
1896
1896
|
return false;
|
|
1897
1897
|
}
|