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",
"defaultProvider": "openai-codex",
"defaultModel": "gpt-5.6-terra",
"defaultThinkingLevel": "high",
"defaultModel": "gpt-5.6-sol",
"defaultThinkingLevel": "medium",
"hideThinkingBlock": true,
"showCacheMissNotices": false,
"enabledModels": [
@@ -14,6 +14,7 @@
"packages": [
"npm:@gotgenes/pi-permission-system",
"npm:@gotgenes/pi-subagents",
"npm:@juicesharp/rpiv-ask-user-question"
"npm:@juicesharp/rpiv-ask-user-question",
"npm:pi-lens"
]
}