You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/session-registry.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -274,8 +274,8 @@ export async function spawnAgentInThread(
274
274
lettransport: TransportKind="native";
275
275
276
276
try{
277
+
// Do not pass a custom `taskKey` — host's sendMessage/list/close filter on `plugin:${pluginKey}:session:%`, so any user-supplied key becomes invisible to subsequent SDK calls.
0 commit comments