-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagent-deck.toml
More file actions
36 lines (32 loc) · 997 Bytes
/
Copy pathagent-deck.toml
File metadata and controls
36 lines (32 loc) · 997 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[logging]
# 个人常驻使用默认只记录 warning/error/critical,避免 INFO 和逐请求 access log 持续增长。
level = "warning"
access_log = false
file_enabled = true
file_path = "~/Library/Logs/AgentDeck/agent-deckd.log"
max_bytes = 5242880
backup_count = 2
[hardware_renderer]
enabled = true
device_profile = "n4pro"
render_interval_seconds = 3.0
fps = 10
frame_root = "assets/codex/generated/n4pro-key-112-fps10"
[codex.permission_request]
mode = "passthrough"
timeout_seconds = 25.0
deny_message = "Denied by Agent Deck."
[codex.pet]
enabled = true
refresh_interval_seconds = 5.0
panel_fps = 8
motion = "auto"
[codex.remote_ssh]
# 显式 opt-in;主机只来自 ChatGPT Settings -> Connections 中已启用自动连接的 SSH 项。
# Agent Deck 不读取 ~/.ssh/config,也不会连接被 ChatGPT 标记为未启用的主机。
enabled = true
poll_interval_seconds = 5.0
timeout_seconds = 10.0
thread_limit = 80
stale_after_seconds = 20.0
completed_feedback_seconds = 10.0