From c83451b1d4cf3de70c14cfd2eeefa0ac5097909e Mon Sep 17 00:00:00 2001 From: rain Date: Sat, 29 Aug 2026 21:25:04 -0400 Subject: [PATCH] omp: raise stream watchdogs to 900s for cold llama-swap loads Adopts live agent config: streamFirstEventTimeoutSeconds/streamIdleTimeoutSeconds = 900 (matches llama-swap healthCheckTimeout), default model ciru-strix-iu4, statusline/TUI tweaks drifted since last adoption. --- dot_omp/private_agent/private_config.yml | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/dot_omp/private_agent/private_config.yml b/dot_omp/private_agent/private_config.yml index 5a5c752..85cefb5 100644 --- a/dot_omp/private_agent/private_config.yml +++ b/dot_omp/private_agent/private_config.yml @@ -27,6 +27,9 @@ providers: - google - mojeek - public + autoThinkingMaxEffort: xhigh + streamFirstEventTimeoutSeconds: 900 + streamIdleTimeoutSeconds: 900 searxng: endpoint: http://kaiser.local:8800 symbolPreset: nerd @@ -41,7 +44,7 @@ modelRoles: tiny: llama-swap.byte/gemma4-26b-hauhau smol: llama-swap.miche/qwen38-flash-next-iq4xs commit: llama-swap.byte/gemma4-26b-hauhau - default: llama-swap.miche/qwen38-flash-next-rocmfp4-fast + default: llama-swap.miche/qwen38-flash-ciru-strix-iu4 retry: fallbackChains: default: @@ -66,12 +69,20 @@ memory: github: enabled: true statusLine: - preset: default + preset: full separator: powerline transparent: true + contextLine: embedded tui: - textSizing: false + textSizing: true defaultThinkingLevel: auto personality: pragmatic hideThinkingBlock: false -readLineNumbers: true \ No newline at end of file +readLineNumbers: true +composer: + shape: band +terminal: + showProgress: true +display: + showTokenUsage: true + showTurnTime: true \ No newline at end of file