-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
41 lines (41 loc) · 919 Bytes
/
Copy pathsettings.json
File metadata and controls
41 lines (41 loc) · 919 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
{
"lastChangelogVersion": "0.84.4",
"editorPaddingX": 1,
"outputPad": 1,
"defaultProvider": "openai-codex",
"defaultModel": "gpt-5.6-sol",
"hideThinkingBlock": true,
"enabledModels": [
"gpt-5.6-sol",
"gpt-5.6-terra",
"gpt-5.6-luna"
],
"theme": "pi",
"showHardwareCursor": true,
"transport": "auto",
"defaultThinkingLevel": "high",
"packages": [
"npm:pi-web-access",
"npm:@ff-labs/pi-fff",
"npm:context-mode"
],
"treeFilterMode": "all",
"enableInstallTelemetry": true,
"quietStartup": true,
"images": {
"blockImages": false
},
"steeringMode": "one-at-a-time",
"followUpMode": "one-at-a-time",
"doubleEscapeAction": "none",
"warnings": {
"anthropicExtraUsage": false
},
"enableSkillCommands": true,
"markdown": {
"mermaid": "streaming"
},
"defaultProjectTrust": "ask",
"tuiMode": "fullscreen",
"fullscreenScrollbar": "auto"
}