List subagent sessions
Currently we can only navigate between subagent sessions using <super> left / right, this PR introduces:
- New keybinding, defaulting to none
-
/subagent-sessionscommand
Not sure i'm 100% happy with the naming as you open to see subagent sessions but you can select Main vs Subagent... Maybe we need better name.
Also the code is a bit inconsistent, internal vars calls child vs user facing uses subagent, etc. I tried to keep consistency.
Test failed on the comment of the type, which has that inconsistency child session / subagent session, not sure what to do there...
@dbpolito I think it failed because you didn't update the sdk:
./packages/sdk/js/script/build.ts
@rekram1-node thx, it ended up doing this change and working now
this is great news , which version to install to get this feature?
@rekram1-node i've updated the PR to remove the default keybinding to make it easier for merge and avoid conflicting with user's one.