feat: add tool_details keybind w/ no default (#4976)

Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
This commit is contained in:
Ariane Emory
2025-12-03 14:38:09 -05:00
committed by GitHub
parent 70f4722356
commit c00d4885c6
3 changed files with 6 additions and 0 deletions

View File

@@ -483,6 +483,7 @@ export function Session() {
{
title: showDetails() ? "Hide tool details" : "Show tool details",
value: "session.toggle.actions",
keybind: "tool_details",
category: "Session",
onSelect: (dialog) => {
const newValue = !showDetails()