close(true)}
+ onCanceled={() => close(false)}
+>
+ {#if state}
+
+ This {state.kindLabel} is also enabled in the parent workspace ({state.parentWorkspaceId}). Enabling it here means both will run at the same time and may compete for the same
+ upstream events or duplicate side effects.
+
+ Enable in this fork anyway?
+ {/if}
+
diff --git a/frontend/src/lib/stores.ts b/frontend/src/lib/stores.ts
index 2da17cc300..e19a1cc34d 100644
--- a/frontend/src/lib/stores.ts
+++ b/frontend/src/lib/stores.ts
@@ -132,12 +132,25 @@ export const codeCompletionSessionEnabled = writable