From d24f43679df68e86d5bc28d3457d7caaba20f3b9 Mon Sep 17 00:00:00 2001 From: centdix <40307056+centdix@users.noreply.github.com> Date: Mon, 9 Mar 2026 20:28:42 +0100 Subject: [PATCH] chore: yolo config for webmux (#8286) * chore: yolo config for webmux * systemprompt * nitt --- .webmux.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.webmux.yaml b/.webmux.yaml index 0acd9f08e2..bd88016043 100644 --- a/.webmux.yaml +++ b/.webmux.yaml @@ -34,7 +34,17 @@ services: profiles: default: runtime: host + yolo: true envPassthrough: [] + systemPrompt: > + You are running inside a tmux session with other panes running services. + Pane layout (current window): + - Pane 0: this pane (claude agent) + - Pane 1: backend (cargo watch -x run) + - Pane 2: frontend (npm run dev) + To check logs, use: \`tmux capture-pane -t .1 -p -S -50\` (backend) or \`tmux capture-pane -t .2 -p -S -50\` (frontend). + When restarting backend or frontend, make sure to use ${BACKEND_PORT} and ${FRONTEND_PORT}. + Because we are running backend with cargo watch, to verify your changes, just check the logs in the backend pane. No need for cargo check. panes: - id: agent kind: agent