clisbot 0.1.36 → 0.1.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,885 @@
1
+ {
2
+ "meta": {
3
+ "schemaVersion": "0.1.39",
4
+ "lastTouchedAt": "2026-04-18T10:10:00Z"
5
+ },
6
+ "app": {
7
+ "session": {
8
+ "mainKey": "main",
9
+ "identityLinks": {},
10
+ "storePath": "~/.clisbot/state/sessions.json"
11
+ },
12
+ "auth": {
13
+ "ownerClaimWindowMinutes": 30,
14
+ "defaultRole": "member",
15
+ "roles": {
16
+ "owner": {
17
+ "allow": [
18
+ "configManage",
19
+ "appAuthManage",
20
+ "agentAuthManage",
21
+ "promptGovernanceManage"
22
+ ],
23
+ "users": []
24
+ },
25
+ "admin": {
26
+ "allow": [
27
+ "configManage",
28
+ "appAuthManage",
29
+ "agentAuthManage",
30
+ "promptGovernanceManage"
31
+ ],
32
+ "users": []
33
+ },
34
+ "member": {
35
+ "allow": [],
36
+ "users": []
37
+ }
38
+ }
39
+ },
40
+ "control": {
41
+ "configReload": {
42
+ "watch": true,
43
+ "watchDebounceMs": 250
44
+ },
45
+ "sessionCleanup": {
46
+ "enabled": true,
47
+ "intervalMinutes": 5
48
+ },
49
+ "loop": {
50
+ "maxRunsPerLoop": 20,
51
+ "maxActiveLoops": 10,
52
+ "defaultTimezone": "UTC"
53
+ },
54
+ "runtimeMonitor": {
55
+ "restartBackoff": {
56
+ "fastRetry": {
57
+ "delaySeconds": 10,
58
+ "maxRestarts": 3
59
+ },
60
+ "stages": [
61
+ {
62
+ "delayMinutes": 15,
63
+ "maxRestarts": 4
64
+ },
65
+ {
66
+ "delayMinutes": 30,
67
+ "maxRestarts": 4
68
+ }
69
+ ]
70
+ },
71
+ "ownerAlerts": {
72
+ "enabled": true,
73
+ "minIntervalMinutes": 30
74
+ }
75
+ }
76
+ }
77
+ },
78
+ "bots": {
79
+ "defaults": {
80
+ "allowBots": false,
81
+ "requireMention": true,
82
+ "dmScope": "per-channel-peer",
83
+ "groupPolicy": "allowlist",
84
+ "commandPrefixes": {
85
+ "slash": [
86
+ "::",
87
+ "\\"
88
+ ],
89
+ "bash": [
90
+ "!"
91
+ ]
92
+ },
93
+ "streaming": "off",
94
+ "response": "final",
95
+ "responseMode": "message-tool",
96
+ "additionalMessageMode": "steer",
97
+ "surfaceNotifications": {
98
+ "queueStart": "brief",
99
+ "loopStart": "brief"
100
+ },
101
+ "verbose": "minimal",
102
+ "followUp": {
103
+ "mode": "auto",
104
+ "participationTtlMin": 5
105
+ },
106
+ "timezone": "UTC"
107
+ },
108
+ "slack": {
109
+ "defaults": {
110
+ "enabled": true,
111
+ "defaultBotId": "default",
112
+ "mode": "socket",
113
+ "allowBots": false,
114
+ "channelPolicy": "disabled",
115
+ "groupPolicy": "disabled",
116
+ "agentPrompt": {
117
+ "enabled": true,
118
+ "maxProgressMessages": 3,
119
+ "requireFinalResponse": true
120
+ },
121
+ "ackReaction": "",
122
+ "typingReaction": "",
123
+ "replyToMode": "thread",
124
+ "processingStatus": {
125
+ "enabled": true,
126
+ "status": "Working...",
127
+ "loadingMessages": []
128
+ },
129
+ "directMessages": {
130
+ "*": {
131
+ "enabled": true,
132
+ "requireMention": false,
133
+ "policy": "pairing",
134
+ "allowUsers": [],
135
+ "blockUsers": [],
136
+ "allowBots": false
137
+ }
138
+ },
139
+ "commandPrefixes": {
140
+ "slash": [
141
+ "::",
142
+ "\\"
143
+ ],
144
+ "bash": [
145
+ "!"
146
+ ]
147
+ },
148
+ "streaming": "off",
149
+ "response": "final",
150
+ "responseMode": "message-tool",
151
+ "additionalMessageMode": "steer",
152
+ "surfaceNotifications": {
153
+ "queueStart": "brief",
154
+ "loopStart": "brief"
155
+ },
156
+ "verbose": "minimal",
157
+ "followUp": {
158
+ "mode": "auto",
159
+ "participationTtlMin": 5
160
+ },
161
+ "timezone": "UTC"
162
+ },
163
+ "default": {
164
+ "enabled": true,
165
+ "name": "default",
166
+ "agentId": "default",
167
+ "appToken": "${SLACK_APP_TOKEN}",
168
+ "botToken": "${SLACK_BOT_TOKEN}",
169
+ "channelPolicy": "disabled",
170
+ "groupPolicy": "disabled",
171
+ "allowBots": false,
172
+ "commandPrefixes": {
173
+ "slash": [
174
+ "::",
175
+ "\\"
176
+ ],
177
+ "bash": [
178
+ "!"
179
+ ]
180
+ },
181
+ "response": "final",
182
+ "responseMode": "message-tool",
183
+ "additionalMessageMode": "steer",
184
+ "surfaceNotifications": {
185
+ "queueStart": "brief",
186
+ "loopStart": "brief"
187
+ },
188
+ "verbose": "minimal",
189
+ "followUp": {
190
+ "mode": "auto",
191
+ "participationTtlMin": 5
192
+ },
193
+ "timezone": "UTC",
194
+ "directMessages": {
195
+ "*": {
196
+ "enabled": true,
197
+ "requireMention": false,
198
+ "policy": "pairing",
199
+ "allowUsers": [],
200
+ "blockUsers": [],
201
+ "allowBots": false,
202
+ "agentId": "default",
203
+ "commandPrefixes": {
204
+ "slash": [
205
+ "::",
206
+ "\\"
207
+ ],
208
+ "bash": [
209
+ "!"
210
+ ]
211
+ },
212
+ "streaming": "off",
213
+ "response": "final",
214
+ "responseMode": "message-tool",
215
+ "additionalMessageMode": "steer",
216
+ "surfaceNotifications": {
217
+ "queueStart": "brief",
218
+ "loopStart": "brief"
219
+ },
220
+ "verbose": "minimal",
221
+ "followUp": {
222
+ "mode": "auto",
223
+ "participationTtlMin": 5
224
+ },
225
+ "timezone": "America/Los_Angeles"
226
+ },
227
+ "U_OWNER": {
228
+ "enabled": true,
229
+ "policy": "open",
230
+ "agentId": "default"
231
+ }
232
+ },
233
+ "groups": {
234
+ "*": {
235
+ "enabled": true,
236
+ "requireMention": true,
237
+ "policy": "disabled",
238
+ "allowUsers": [],
239
+ "blockUsers": [],
240
+ "allowBots": false
241
+ },
242
+ "channel:C_GENERAL": {
243
+ "enabled": true,
244
+ "requireMention": false,
245
+ "policy": "open",
246
+ "allowUsers": [
247
+ "*"
248
+ ],
249
+ "blockUsers": [],
250
+ "allowBots": false,
251
+ "streaming": "all",
252
+ "response": "all",
253
+ "surfaceNotifications": {
254
+ "queueStart": "full",
255
+ "loopStart": "brief"
256
+ },
257
+ "followUp": {
258
+ "mode": "auto",
259
+ "participationTtlMin": 10
260
+ }
261
+ },
262
+ "channel:C_PRODUCT": {
263
+ "enabled": true,
264
+ "requireMention": true,
265
+ "agentId": "reviewer",
266
+ "policy": "allowlist",
267
+ "allowUsers": [
268
+ "U_PM",
269
+ "U_ENG_MANAGER"
270
+ ],
271
+ "blockUsers": [
272
+ "U_SPAMMER"
273
+ ],
274
+ "responseMode": "capture-pane",
275
+ "additionalMessageMode": "queue",
276
+ "verbose": "off"
277
+ },
278
+ "group:G_LEADERSHIP": {
279
+ "enabled": true,
280
+ "requireMention": true,
281
+ "policy": "allowlist",
282
+ "allowUsers": [
283
+ "U_OWNER",
284
+ "U_CTO"
285
+ ],
286
+ "blockUsers": [],
287
+ "commandPrefixes": {
288
+ "slash": [
289
+ "::"
290
+ ],
291
+ "bash": [
292
+ "!"
293
+ ]
294
+ },
295
+ "followUp": {
296
+ "mode": "mention-only",
297
+ "participationTtlMin": 15
298
+ },
299
+ "timezone": "Asia/Ho_Chi_Minh"
300
+ }
301
+ }
302
+ },
303
+ "support": {
304
+ "enabled": true,
305
+ "name": "support",
306
+ "agentId": "claude",
307
+ "credentialType": "tokenFile",
308
+ "appTokenFile": "~/.clisbot/credentials/slack/support.app-token",
309
+ "botTokenFile": "~/.clisbot/credentials/slack/support.bot-token",
310
+ "channelPolicy": "allowlist",
311
+ "groupPolicy": "disabled",
312
+ "allowBots": true,
313
+ "commandPrefixes": {
314
+ "slash": [
315
+ "::",
316
+ "\\",
317
+ "/support"
318
+ ],
319
+ "bash": [
320
+ "!"
321
+ ]
322
+ },
323
+ "streaming": "all",
324
+ "response": "all",
325
+ "responseMode": "capture-pane",
326
+ "additionalMessageMode": "queue",
327
+ "surfaceNotifications": {
328
+ "queueStart": "full",
329
+ "loopStart": "brief"
330
+ },
331
+ "verbose": "minimal",
332
+ "followUp": {
333
+ "mode": "mention-only",
334
+ "participationTtlMin": 10
335
+ },
336
+ "timezone": "Asia/Ho_Chi_Minh",
337
+ "directMessages": {
338
+ "*": {
339
+ "enabled": true,
340
+ "requireMention": false,
341
+ "policy": "open",
342
+ "allowUsers": [
343
+ "*"
344
+ ],
345
+ "blockUsers": [
346
+ "U_BANNED"
347
+ ],
348
+ "allowBots": true,
349
+ "agentId": "claude",
350
+ "streaming": "all",
351
+ "response": "final",
352
+ "responseMode": "message-tool",
353
+ "additionalMessageMode": "steer",
354
+ "surfaceNotifications": {
355
+ "queueStart": "full",
356
+ "loopStart": "brief"
357
+ },
358
+ "verbose": "minimal",
359
+ "followUp": {
360
+ "mode": "auto",
361
+ "participationTtlMin": 10
362
+ }
363
+ },
364
+ "U_SUPPORT": {
365
+ "enabled": true,
366
+ "policy": "allowlist",
367
+ "agentId": "reviewer"
368
+ }
369
+ },
370
+ "groups": {
371
+ "*": {
372
+ "enabled": true,
373
+ "requireMention": true,
374
+ "policy": "disabled",
375
+ "allowUsers": [],
376
+ "blockUsers": [],
377
+ "allowBots": true
378
+ },
379
+ "channel:C_SUPPORT": {
380
+ "enabled": true,
381
+ "requireMention": false,
382
+ "policy": "open",
383
+ "allowUsers": [
384
+ "*"
385
+ ],
386
+ "blockUsers": [],
387
+ "allowBots": true,
388
+ "response": "all"
389
+ },
390
+ "channel:C_ESCALATION": {
391
+ "enabled": true,
392
+ "requireMention": true,
393
+ "agentId": "reviewer",
394
+ "policy": "allowlist",
395
+ "allowUsers": [
396
+ "U_SUPPORT_LEAD",
397
+ "U_ONCALL"
398
+ ],
399
+ "blockUsers": [],
400
+ "responseMode": "capture-pane",
401
+ "additionalMessageMode": "queue",
402
+ "verbose": "off"
403
+ },
404
+ "group:G_SUPPORT_PRIVATE": {
405
+ "enabled": true,
406
+ "requireMention": true,
407
+ "policy": "allowlist",
408
+ "allowUsers": [
409
+ "U_SUPPORT_LEAD"
410
+ ],
411
+ "blockUsers": [],
412
+ "timezone": "Asia/Ho_Chi_Minh"
413
+ }
414
+ }
415
+ }
416
+ },
417
+ "telegram": {
418
+ "defaults": {
419
+ "enabled": true,
420
+ "defaultBotId": "default",
421
+ "mode": "polling",
422
+ "allowBots": false,
423
+ "groupPolicy": "disabled",
424
+ "agentPrompt": {
425
+ "enabled": true,
426
+ "maxProgressMessages": 3,
427
+ "requireFinalResponse": true
428
+ },
429
+ "commandPrefixes": {
430
+ "slash": [
431
+ "::",
432
+ "\\"
433
+ ],
434
+ "bash": [
435
+ "!"
436
+ ]
437
+ },
438
+ "streaming": "off",
439
+ "response": "final",
440
+ "responseMode": "message-tool",
441
+ "additionalMessageMode": "steer",
442
+ "surfaceNotifications": {
443
+ "queueStart": "brief",
444
+ "loopStart": "brief"
445
+ },
446
+ "verbose": "minimal",
447
+ "followUp": {
448
+ "mode": "auto",
449
+ "participationTtlMin": 5
450
+ },
451
+ "timezone": "UTC",
452
+ "directMessages": {
453
+ "*": {
454
+ "enabled": true,
455
+ "requireMention": false,
456
+ "policy": "pairing",
457
+ "allowUsers": [],
458
+ "blockUsers": [],
459
+ "allowBots": false
460
+ }
461
+ },
462
+ "polling": {
463
+ "timeoutSeconds": 20,
464
+ "retryDelayMs": 1000
465
+ }
466
+ },
467
+ "default": {
468
+ "enabled": true,
469
+ "name": "default",
470
+ "agentId": "default",
471
+ "botToken": "${TELEGRAM_BOT_TOKEN}",
472
+ "groupPolicy": "disabled",
473
+ "allowBots": false,
474
+ "commandPrefixes": {
475
+ "slash": [
476
+ "::",
477
+ "\\"
478
+ ],
479
+ "bash": [
480
+ "!"
481
+ ]
482
+ },
483
+ "response": "final",
484
+ "responseMode": "message-tool",
485
+ "additionalMessageMode": "steer",
486
+ "surfaceNotifications": {
487
+ "queueStart": "brief",
488
+ "loopStart": "brief"
489
+ },
490
+ "verbose": "minimal",
491
+ "followUp": {
492
+ "mode": "auto",
493
+ "participationTtlMin": 5
494
+ },
495
+ "timezone": "UTC",
496
+ "directMessages": {
497
+ "*": {
498
+ "enabled": true,
499
+ "requireMention": false,
500
+ "policy": "pairing",
501
+ "allowUsers": [],
502
+ "blockUsers": [],
503
+ "allowBots": false,
504
+ "agentId": "default",
505
+ "commandPrefixes": {
506
+ "slash": [
507
+ "::",
508
+ "\\"
509
+ ],
510
+ "bash": [
511
+ "!"
512
+ ]
513
+ },
514
+ "streaming": "off",
515
+ "response": "final",
516
+ "responseMode": "message-tool",
517
+ "additionalMessageMode": "steer",
518
+ "surfaceNotifications": {
519
+ "queueStart": "brief",
520
+ "loopStart": "brief"
521
+ },
522
+ "verbose": "minimal",
523
+ "followUp": {
524
+ "mode": "auto",
525
+ "participationTtlMin": 5
526
+ }
527
+ },
528
+ "1276408333": {
529
+ "enabled": true,
530
+ "policy": "open",
531
+ "agentId": "default"
532
+ }
533
+ },
534
+ "groups": {
535
+ "*": {
536
+ "enabled": true,
537
+ "requireMention": true,
538
+ "policy": "disabled",
539
+ "allowUsers": [],
540
+ "blockUsers": [],
541
+ "allowBots": false
542
+ },
543
+ "-1003455688247": {
544
+ "enabled": true,
545
+ "requireMention": false,
546
+ "policy": "open",
547
+ "allowUsers": [
548
+ "*"
549
+ ],
550
+ "blockUsers": [],
551
+ "allowBots": false,
552
+ "response": "all",
553
+ "surfaceNotifications": {
554
+ "queueStart": "full",
555
+ "loopStart": "brief"
556
+ },
557
+ "topics": {
558
+ "1207": {
559
+ "enabled": true,
560
+ "streaming": "all",
561
+ "agentId": "claude",
562
+ "policy": "open",
563
+ "allowUsers": [
564
+ "*"
565
+ ],
566
+ "blockUsers": [],
567
+ "allowBots": false,
568
+ "response": "all",
569
+ "additionalMessageMode": "queue"
570
+ },
571
+ "2201": {
572
+ "enabled": true,
573
+ "requireMention": true,
574
+ "agentId": "reviewer",
575
+ "policy": "allowlist",
576
+ "allowUsers": [
577
+ "1276408333",
578
+ "555000111"
579
+ ],
580
+ "blockUsers": [
581
+ "999999999"
582
+ ],
583
+ "responseMode": "capture-pane",
584
+ "verbose": "off",
585
+ "timezone": "Asia/Ho_Chi_Minh"
586
+ }
587
+ }
588
+ },
589
+ "-1003987654321": {
590
+ "enabled": true,
591
+ "requireMention": true,
592
+ "agentId": "claude",
593
+ "policy": "open",
594
+ "allowUsers": [
595
+ "*"
596
+ ],
597
+ "blockUsers": [],
598
+ "allowBots": false,
599
+ "followUp": {
600
+ "mode": "mention-only",
601
+ "participationTtlMin": 15
602
+ },
603
+ "topics": {}
604
+ }
605
+ }
606
+ },
607
+ "support": {
608
+ "enabled": true,
609
+ "name": "support",
610
+ "agentId": "reviewer",
611
+ "credentialType": "tokenFile",
612
+ "tokenFile": "~/.clisbot/credentials/telegram/support.bot-token",
613
+ "groupPolicy": "disabled",
614
+ "allowBots": false,
615
+ "commandPrefixes": {
616
+ "slash": [
617
+ "::",
618
+ "\\",
619
+ "/support"
620
+ ],
621
+ "bash": [
622
+ "!"
623
+ ]
624
+ },
625
+ "streaming": "off",
626
+ "response": "final",
627
+ "responseMode": "message-tool",
628
+ "additionalMessageMode": "steer",
629
+ "surfaceNotifications": {
630
+ "queueStart": "brief",
631
+ "loopStart": "brief"
632
+ },
633
+ "verbose": "minimal",
634
+ "followUp": {
635
+ "mode": "mention-only",
636
+ "participationTtlMin": 15
637
+ },
638
+ "timezone": "Asia/Ho_Chi_Minh",
639
+ "directMessages": {
640
+ "*": {
641
+ "enabled": true,
642
+ "requireMention": false,
643
+ "policy": "allowlist",
644
+ "allowUsers": [
645
+ "1276408333",
646
+ "555000111"
647
+ ],
648
+ "blockUsers": [
649
+ "999999999"
650
+ ],
651
+ "allowBots": false,
652
+ "agentId": "reviewer",
653
+ "streaming": "off",
654
+ "response": "final",
655
+ "responseMode": "message-tool",
656
+ "additionalMessageMode": "steer",
657
+ "surfaceNotifications": {
658
+ "queueStart": "brief",
659
+ "loopStart": "brief"
660
+ },
661
+ "verbose": "minimal",
662
+ "followUp": {
663
+ "mode": "paused",
664
+ "participationTtlMin": 15
665
+ }
666
+ },
667
+ "1276408333": {
668
+ "enabled": true,
669
+ "policy": "open",
670
+ "agentId": "reviewer"
671
+ },
672
+ "555000111": {
673
+ "enabled": true,
674
+ "policy": "open",
675
+ "agentId": "reviewer"
676
+ }
677
+ },
678
+ "groups": {}
679
+ }
680
+ }
681
+ },
682
+ "agents": {
683
+ "defaults": {
684
+ "defaultAgentId": "default",
685
+ "workspace": "~/.clisbot/workspaces/{agentId}",
686
+ "cli": "codex",
687
+ "bootstrap": {
688
+ "botType": "team"
689
+ },
690
+ "runner": {
691
+ "defaults": {
692
+ "tmux": {
693
+ "socketPath": "~/.clisbot/state/clisbot.sock"
694
+ },
695
+ "trustWorkspace": true,
696
+ "startupDelayMs": 3000,
697
+ "startupRetryCount": 2,
698
+ "startupRetryDelayMs": 1000,
699
+ "promptSubmitDelayMs": 150,
700
+ "stream": {
701
+ "captureLines": 160,
702
+ "updateIntervalMs": 2000,
703
+ "idleTimeoutMs": 6000,
704
+ "noOutputTimeoutMs": 20000,
705
+ "maxRuntimeMin": 30,
706
+ "maxMessageChars": 3500
707
+ },
708
+ "session": {
709
+ "createIfMissing": true,
710
+ "staleAfterMinutes": 60,
711
+ "name": "{sessionKey}"
712
+ }
713
+ },
714
+ "codex": {
715
+ "command": "codex",
716
+ "args": [
717
+ "--dangerously-bypass-approvals-and-sandbox",
718
+ "--no-alt-screen",
719
+ "-C",
720
+ "{workspace}"
721
+ ],
722
+ "sessionId": {
723
+ "create": {
724
+ "mode": "runner",
725
+ "args": []
726
+ },
727
+ "capture": {
728
+ "mode": "status-command",
729
+ "statusCommand": "/status",
730
+ "pattern": "\\b[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\b",
731
+ "timeoutMs": 5000,
732
+ "pollIntervalMs": 250
733
+ },
734
+ "resume": {
735
+ "mode": "command",
736
+ "args": [
737
+ "resume",
738
+ "{sessionId}",
739
+ "--dangerously-bypass-approvals-and-sandbox",
740
+ "--no-alt-screen",
741
+ "-C",
742
+ "{workspace}"
743
+ ]
744
+ }
745
+ }
746
+ },
747
+ "claude": {
748
+ "command": "claude",
749
+ "args": [
750
+ "--dangerously-skip-permissions"
751
+ ],
752
+ "sessionId": {
753
+ "create": {
754
+ "mode": "explicit",
755
+ "args": [
756
+ "--session-id",
757
+ "{sessionId}"
758
+ ]
759
+ },
760
+ "capture": {
761
+ "mode": "off"
762
+ },
763
+ "resume": {
764
+ "mode": "command",
765
+ "args": [
766
+ "--resume",
767
+ "{sessionId}",
768
+ "--dangerously-skip-permissions"
769
+ ]
770
+ }
771
+ }
772
+ },
773
+ "gemini": {
774
+ "command": "gemini",
775
+ "args": [
776
+ "--approval-mode=yolo",
777
+ "--sandbox=false"
778
+ ],
779
+ "startupDelayMs": 15000,
780
+ "startupRetryCount": 2,
781
+ "startupRetryDelayMs": 1000,
782
+ "startupReadyPattern": "Type your message or @path/to/file",
783
+ "startupBlockers": [
784
+ {
785
+ "pattern": "Please visit the following URL to authorize the application|Enter the authorization code:",
786
+ "message": "Gemini CLI is waiting for manual OAuth authorization. Authenticate Gemini once in a direct interactive terminal, or configure headless auth such as GEMINI_API_KEY or Vertex AI before routing Gemini through clisbot."
787
+ },
788
+ {
789
+ "pattern": "How would you like to authenticate for this project\\?|Failed to sign in\\.|Manual authorization is required but the current session is non-interactive",
790
+ "message": "Gemini CLI is blocked in its authentication setup flow or sign-in recovery. Complete Gemini authentication directly first, or switch clisbot to a headless auth path such as GEMINI_API_KEY or Vertex AI before routing prompts."
791
+ }
792
+ ],
793
+ "promptSubmitDelayMs": 200,
794
+ "sessionId": {
795
+ "create": {
796
+ "mode": "runner",
797
+ "args": []
798
+ },
799
+ "capture": {
800
+ "mode": "status-command",
801
+ "statusCommand": "/stats session",
802
+ "pattern": "\\b[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\b",
803
+ "timeoutMs": 8000,
804
+ "pollIntervalMs": 250
805
+ },
806
+ "resume": {
807
+ "mode": "command",
808
+ "args": [
809
+ "--resume",
810
+ "{sessionId}",
811
+ "--approval-mode=yolo",
812
+ "--sandbox=false"
813
+ ]
814
+ }
815
+ }
816
+ }
817
+ },
818
+ "auth": {
819
+ "defaultRole": "member",
820
+ "roles": {
821
+ "admin": {
822
+ "allow": [
823
+ "sendMessage",
824
+ "helpView",
825
+ "statusView",
826
+ "identityView",
827
+ "transcriptView",
828
+ "runObserve",
829
+ "runInterrupt",
830
+ "streamingManage",
831
+ "queueManage",
832
+ "steerManage",
833
+ "loopManage",
834
+ "shellExecute",
835
+ "runNudge",
836
+ "followUpManage",
837
+ "responseModeManage",
838
+ "additionalMessageModeManage"
839
+ ],
840
+ "users": []
841
+ },
842
+ "member": {
843
+ "allow": [
844
+ "sendMessage",
845
+ "helpView",
846
+ "statusView",
847
+ "identityView",
848
+ "transcriptView",
849
+ "runObserve",
850
+ "runInterrupt",
851
+ "streamingManage",
852
+ "queueManage",
853
+ "steerManage",
854
+ "loopManage"
855
+ ],
856
+ "users": []
857
+ }
858
+ }
859
+ }
860
+ },
861
+ "list": [
862
+ {
863
+ "id": "default"
864
+ },
865
+ {
866
+ "id": "claude",
867
+ "cli": "claude"
868
+ },
869
+ {
870
+ "id": "gemini",
871
+ "cli": "gemini"
872
+ },
873
+ {
874
+ "id": "reviewer",
875
+ "runner": {
876
+ "defaults": {
877
+ "stream": {
878
+ "maxRuntimeMin": 45
879
+ }
880
+ }
881
+ }
882
+ }
883
+ ]
884
+ }
885
+ }