From af26de57579f0364e7ad00b7674235e2bc1898a4 Mon Sep 17 00:00:00 2001 From: gitricko Date: Mon, 24 Aug 2026 09:28:46 -0400 Subject: [PATCH] Add busy input mode configuration for hermes --- .devcontainer/post-create-cmd.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer/post-create-cmd.sh b/.devcontainer/post-create-cmd.sh index e51ba17..f458ffa 100755 --- a/.devcontainer/post-create-cmd.sh +++ b/.devcontainer/post-create-cmd.sh @@ -108,6 +108,7 @@ if command -v hermes &>/dev/null && [ -d "$HOME/.hermes/sessions" ] && [ -z "$(l echo "[$SCRIPT_NAME] Initializing hermes config..." hermes config set terminal.cwd $HOME + hermes config set display.busy_input_mode steer hermes config set model.default auto-fastest hermes config set model.provider omniroute hermes config set providers.omniroute.base_url http://localhost:20128/v1