feat: persist thinking blocks display to KV and indicate its current display state in the command_list (resolves #4582) (#4810)

Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
This commit is contained in:
Ariane Emory
2025-11-28 16:01:05 -05:00
committed by GitHub
parent b6efca42b4
commit 33c63be980
2 changed files with 8 additions and 4 deletions

View File

@@ -239,7 +239,7 @@ export function Autocomplete(props: {
},
{
display: "/thinking",
description: "toggle thinking blocks",
description: "toggle thinking visibility",
onSelect: () => command.trigger("session.toggle.thinking"),
},
)