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
v1 handles session/fork; the v2 builder in src/protocols/acp/v2.rs has no handler and does not advertise session.fork. Port the v1 fork path, including the kit.subagent.parent_id and parent_name_meta handling.
v1 handles
session/fork; the v2 builder insrc/protocols/acp/v2.rshas no handler and does not advertisesession.fork. Port the v1 fork path, including thekit.subagent.parent_idandparent_name_metahandling.Part of #146.