Making Gemini CLI extensions easier to use

Published: (March 3, 2026 at 07:29 PM EST)
1 min read

Source: Google Developers Blog

New Structured Extension Settings

To simplify the user experience and prevent startup failures, the Gemini CLI has introduced structured extension settings that eliminate the need for manual environment variable configuration. This update enables extensions to automatically prompt users for required details during installation and securely stores sensitive information, such as API keys, directly in the system keychain. Users can now easily manage and override these configurations globally or per project using the new gemini extensions config command.

0 views
Back to Blog

Related posts

Read more »

Run Your Dev Server Without a .env File

The .env Problem Every project has one – a .env file sitting in the project root with database passwords, API keys, and secrets of varying sensitivity. You hav...