feat(tui): wire move session command (#35203)

This commit is contained in:
James Long 2026-07-07 14:49:11 -04:00 committed by GitHub
commit da68e2865e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 546 additions and 272 deletions

View file

@ -475,6 +475,7 @@ export type TuiHostSlotMap = {
}
sidebar_footer: {
session_id: string
directory: string
}
}