@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adhdev/daemon-core",
3
- "version": "0.9.82-rc.92",
3
+ "version": "0.9.82-rc.93",
4
4
  "description": "ADHDev daemon core — CDP, IDE detection, providers, command execution",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -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
- cached
1674
+ !this.providerOwnsTranscript()
1675
+ && cached
1675
1676
  && cached.responseBuffer === this.responseBuffer
1676
1677
  && cached.currentTurnScope === this.currentTurnScope
1677
1678
  && cached.recentOutputBuffer === this.recentOutputBuffer