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
feat(session): allow session ID as direction in navigate_session_tree (#370)
* feat(session): allow session ID as direction in navigate_session_tree
When direction is not a known tree direction, treat it as a session
ID and switch directly. Task action now passes metadata.sessionId
so S key opens the exact child session.
* fix(session): validate session ID path and update tests
Move session ID detection above tree-navigation active check
so invalid inputs get clear feedback via empty_policy=notify.
Update tests to match new behavior.
* remove unnessary comment
0 commit comments