feat(tui): add minimal thinking mode with click-to-expand (#27623)
This commit is contained in:
parent
f21c582db9
commit
f060874b29
4 changed files with 219 additions and 47 deletions
|
|
@ -38,6 +38,7 @@ export const Flag = {
|
|||
),
|
||||
OPENCODE_EXPERIMENTAL_DISABLE_COPY_ON_SELECT:
|
||||
copy === undefined ? process.platform === "win32" : truthy("OPENCODE_EXPERIMENTAL_DISABLE_COPY_ON_SELECT"),
|
||||
OPENCODE_EXPERIMENTAL_MINIMAL_THINKING: truthy("OPENCODE_EXPERIMENTAL_MINIMAL_THINKING"),
|
||||
OPENCODE_MODELS_URL: process.env["OPENCODE_MODELS_URL"],
|
||||
OPENCODE_MODELS_PATH: process.env["OPENCODE_MODELS_PATH"],
|
||||
OPENCODE_DB: process.env["OPENCODE_DB"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue