feat(tui): add minimal thinking mode with click-to-expand (#27623)

This commit is contained in:
Shoubhit Dash
2026-05-16 02:09:58 +05:30
committed by GitHub
parent f21c582db9
commit f060874b29
4 changed files with 219 additions and 47 deletions

View File

@@ -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"],