Add pi-lens

This commit is contained in:
2026-07-15 11:05:47 +02:00
parent 4021013e0b
commit 8b2d0cf68f

View File

@@ -1,9 +1,9 @@
{ {
"lastChangelogVersion": "0.80.6", "lastChangelogVersion": "0.80.7",
"theme": "dark", "theme": "dark",
"defaultProvider": "openai-codex", "defaultProvider": "openai-codex",
"defaultModel": "gpt-5.6-terra", "defaultModel": "gpt-5.6-sol",
"defaultThinkingLevel": "high", "defaultThinkingLevel": "medium",
"hideThinkingBlock": true, "hideThinkingBlock": true,
"showCacheMissNotices": false, "showCacheMissNotices": false,
"enabledModels": [ "enabledModels": [
@@ -14,6 +14,7 @@
"packages": [ "packages": [
"npm:@gotgenes/pi-permission-system", "npm:@gotgenes/pi-permission-system",
"npm:@gotgenes/pi-subagents", "npm:@gotgenes/pi-subagents",
"npm:@juicesharp/rpiv-ask-user-question" "npm:@juicesharp/rpiv-ask-user-question",
"npm:pi-lens"
] ]
} }