Add /title terminal title override

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Omer Strulovich
2026-03-04 15:50:23 -05:00
parent 8159f05dfd
commit d1e20cdcac
8 changed files with 213 additions and 1 deletions

View File

@@ -82,6 +82,14 @@ mod tests {
);
}
#[test]
fn title_command_resolves_for_dispatch() {
assert_eq!(
find_builtin_command("title", all_enabled_flags()),
Some(SlashCommand::Title)
);
}
#[test]
fn fast_command_is_hidden_when_disabled() {
let mut flags = all_enabled_flags();