@adhdev/daemon-standalone 0.9.82-rc.102 → 0.9.82-rc.104
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 +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -39209,8 +39209,9 @@ ${effect.notification.body || ""}`.trim();
|
|
|
39209
39209
|
const partialReason = typeof nativeHistory?.partialReason === "string" ? nativeHistory.partialReason : void 0;
|
|
39210
39210
|
const unavailableReason = typeof nativeHistory?.unavailableReason === "string" ? nativeHistory.unavailableReason : void 0;
|
|
39211
39211
|
const lookup = nativeHistory.lookup === "workspace" ? "workspace" : "session";
|
|
39212
|
+
const nativeHistorySessionForMapping = adapter.cliType === "antigravity-cli" && historyProviderSessionId && nativeHistorySessionId && historyProviderSessionId !== nativeHistorySessionId ? void 0 : nativeHistorySessionId;
|
|
39212
39213
|
const safeMapping = hasSafeNativeHistoryMapping({
|
|
39213
|
-
historySessionId: lookup === "workspace" ? void 0 :
|
|
39214
|
+
historySessionId: lookup === "workspace" ? void 0 : nativeHistorySessionForMapping,
|
|
39214
39215
|
providerSessionId: lookup === "workspace" ? void 0 : historyProviderSessionId || providerSessionId,
|
|
39215
39216
|
workspace,
|
|
39216
39217
|
nativeMessages,
|