@adhdev/daemon-core 0.9.82-rc.92 → 0.9.82-rc.93
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/cli-adapters/provider-cli-adapter.ts +2 -1
package/package.json
CHANGED
|
@@ -1671,7 +1671,8 @@ export class ProviderCliAdapter implements CliAdapter {
|
|
|
1671
1671
|
const cached = this.parsedStatusCache;
|
|
1672
1672
|
const accumulatedRawBufferKey = this.getAccumulatedRawBufferCacheKey();
|
|
1673
1673
|
if (
|
|
1674
|
-
|
|
1674
|
+
!this.providerOwnsTranscript()
|
|
1675
|
+
&& cached
|
|
1675
1676
|
&& cached.responseBuffer === this.responseBuffer
|
|
1676
1677
|
&& cached.currentTurnScope === this.currentTurnScope
|
|
1677
1678
|
&& cached.recentOutputBuffer === this.recentOutputBuffer
|