Skip to content

Commit 549620d

Browse files
committed
WIP
1 parent d48231e commit 549620d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

config/vde/layout.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ presets:
1515
delay: 500
1616
focus: true
1717
- name: agent
18-
command: export A2A_NODE=watchdog claude-chill -- claude --dangerously-skip-permissions --model sonnet
18+
command: export A2A_NODE=watchdog; claude-chill -- claude --dangerously-skip-permissions --model sonnet
1919
delay: 500
2020
- name: gtop
2121
command: gtop
@@ -50,7 +50,7 @@ presets:
5050
delay: 500
5151
focus: true
5252
- name: agent
53-
command: export A2A_NODE=messenger claude --dangerously-skip-permissions --model haiku
53+
command: export A2A_NODE=messenger; claude-chill -- claude --dangerously-skip-permissions --model haiku
5454
delay: 500
5555

5656
high:
@@ -62,21 +62,21 @@ presets:
6262
ratio: [1, 1]
6363
panes:
6464
- name: agent
65-
# command: export A2A_NODE=boss codex --yolo --model gpt-5.3-codex
66-
command: export A2A_NODE=boss claude --dangerously-skip-permissions --model opus
65+
# command: export A2A_NODE=boss; codex --yolo --model gpt-5.3-codex
66+
command: export A2A_NODE=boss; claude-chill -- claude --dangerously-skip-permissions --model opus
6767
delay: 500
6868
- type: vertical
6969
ratio: [1, 1, 1, 1]
7070
panes:
7171
- name: agent
72-
command: export A2A_NODE=orchestrator claude --dangerously-skip-permissions --model sonnet
72+
command: export A2A_NODE=orchestrator; claude-chill -- claude --dangerously-skip-permissions --model sonnet
7373
delay: 500
7474
- name: agent
75-
command: export A2A_NODE=worker claude --dangerously-skip-permissions --model sonnet
75+
command: export A2A_NODE=worker; claude-chill -- claude --dangerously-skip-permissions --model sonnet
7676
delay: 500
7777
- name: agent
78-
command: export A2A_NODE=critic claude --dangerously-skip-permissions --model sonnet
78+
command: export A2A_NODE=critic; claude-chill -- claude --dangerously-skip-permissions --model sonnet
7979
delay: 500
8080
- name: agent
81-
command: export A2A_NODE=guardian codex --yolo --model gpt-5.3-codex
81+
command: export A2A_NODE=guardian; codex --yolo --model gpt-5.3-codex
8282
delay: 500

0 commit comments

Comments
 (0)