feat: /resume per ID/name (#17222)

Support `/resume 00000-0000-0000-00000000` from the TUI (equivalent for
the name)
This commit is contained in:
jif-oai
2026-04-09 14:21:27 +01:00
committed by GitHub
parent 8f705b0702
commit 6c5471feb2
5 changed files with 155 additions and 89 deletions

View File

@@ -132,6 +132,7 @@ impl SlashCommand {
| SlashCommand::Rename
| SlashCommand::Plan
| SlashCommand::Fast
| SlashCommand::Resume
| SlashCommand::SandboxReadRoot
)
}