-
Notifications
You must be signed in to change notification settings - Fork 84
Expand file tree
/
Copy pathconfig.toml
More file actions
45 lines (33 loc) · 956 Bytes
/
Copy pathconfig.toml
File metadata and controls
45 lines (33 loc) · 956 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
37
38
39
40
41
42
43
44
45
model = "gpt-5.6-sol"
model_reasoning_effort = "high"
approval_policy = "on-request"
sandbox_mode = "workspace-write"
web_search = "live"
personality = "pragmatic"
model_auto_compact_token_limit = 400000
model_auto_compact_token_limit_scope = "body_after_prefix"
service_tier = "default"
[sandbox_workspace_write]
network_access = true
[analytics]
enabled = false
[tui]
status_line = ["model-with-reasoning", "context-used", "weekly-limit", "task-progress"]
[agents]
max_threads = 8
[plugins."simplify@claude-settings"]
enabled = true
[plugins."humanize@claude-settings"]
enabled = true
[plugins."openai-office-skills@claude-settings"]
enabled = true
[plugins."python-skills@claude-settings"]
enabled = true
[plugins."agent-browser@claude-settings"]
enabled = true
[plugins."frontend-design-skills@claude-settings"]
enabled = true
[plugins."github-dev@claude-settings"]
enabled = true
[plugins."ultralytics-dev@claude-settings"]
enabled = true