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
'typed hook "subagent_spawning" is deprecated (legacy-subagent-spawning-hook); Core prepares thread-bound subagent bindings through channel session-binding adapters before `subagent_spawned` fires. Use `subagent_spawned` for observation; core session bindings for routing. This compatibility hook will be removed after 2026-08-30.',
6897
+
),
6898
+
).toBe(true);
6899
+
});
6900
+
6865
6901
it("ignores unknown typed hooks from plugins and keeps loading",()=>{
6866
6902
useNoBundledPlugins();
6867
6903
constplugin=writePlugin({
@@ -8059,7 +8095,7 @@ module.exports = {
8059
8095
).toBe("loaded");
8060
8096
});
8061
8097
8062
-
it("supports legacy plugins subscribing to diagnostic events from the root sdk",()=>{
8098
+
it("supports legacy plugins subscribing to diagnostic events from the root sdk",async()=>{
0 commit comments