load and show claude settings including 1hr cache settings

This commit is contained in:
Josh Woodcock
2026-06-01 13:01:57 -05:00
parent 8c0a2d67cb
commit d862bbb048
11 changed files with 560 additions and 31 deletions
@@ -712,6 +712,9 @@ impl Input {
ctx.dispatch_typed_action(&TerminalAction::ToggleContextView);
}
}
_settings if command.name == commands::SETTINGS.name => {
ctx.dispatch_typed_action(&TerminalAction::ToggleSettingsView);
}
_fork if command.name == commands::FORK.name => {
let Some(conversation_id) = self
.ai_context_model