feat(shell): add hide_window option to suppress Windows console window (#3747)

Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
This commit is contained in:
obchain
2026-06-22 12:14:36 -07:00
committed by GitHub
co-authored by Steven Enamakel
parent 751267392d
commit 48eca1505e
12 changed files with 264 additions and 45 deletions
+4
View File
@@ -123,6 +123,10 @@ OPENHUMAN_BROWSER_ALLOW_ALL=0
OPENHUMAN_LOG_PROMPTS=0
# [optional] Enable reasoning mode
OPENHUMAN_REASONING_ENABLED=
# [optional] Windows only: suppress the console window that flashes when the
# shell tool spawns child processes (CREATE_NO_WINDOW). Default: false.
# Equivalent TOML: [shell] hide_window = true
OPENHUMAN_SHELL_HIDE_WINDOW=
# ---------------------------------------------------------------------------
# Web search