mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
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:
co-authored by
Steven Enamakel
parent
751267392d
commit
48eca1505e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user