From 9ef0537b4434bdd1ce947800fbbd93b38261837c Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sun, 7 Dec 2025 23:13:52 -0500 Subject: [PATCH] Add the other extensions to auto-install --- assets/settings/default.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index 2c76049a5b5163153d33b01d1d4f959f9d3ebc2f..ba21012b2d88acd207aac027dc20bff5d239467f 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -1721,9 +1721,12 @@ // If you don't want any of these extensions, add this field to your settings // and change the value to `false`. "auto_install_extensions": { - "anthropic": true, + "html": true, "copilot-chat": true, - "html": true + "anthropic": true, + "google-ai": true, + "openai": true, + "open-router": true, }, // The capabilities granted to extensions. //