mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-28 18:03:31 +00:00
feat(tui): expose debug settings (#38546)
Co-authored-by: James Long <longster@gmail.com>
This commit is contained in:
parent
ad596fb42b
commit
360e7b412d
1 changed files with 8 additions and 0 deletions
|
|
@ -222,6 +222,14 @@ const settings: Setting[] = [
|
|||
values: [false, true],
|
||||
labels: ["off", "on"],
|
||||
},
|
||||
{
|
||||
title: "Turn token usage",
|
||||
category: "Debug",
|
||||
path: ["debug", "turn_tokens"],
|
||||
default: false,
|
||||
values: [false, true],
|
||||
labels: ["off", "on"],
|
||||
},
|
||||
]
|
||||
|
||||
export function DialogConfig() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue