From 8741685bf2f35af53eb80b7961d7439c3e92b742 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Fri, 19 Sep 2025 11:48:57 -0700 Subject: [PATCH 1/2] docs: Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 38ead6f..6350b14 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Gemini CLI Extension - PostgreSQL +> [!NOTE] +> This extension is currently in beta, and may see breaking changes until the first stable release (v1.0). + This Gemini CLI extension provides a set of tools to interact with [PostgreSQL](https://www.postgresql.org/docs/) instances. It allows you to manage your databases, execute queries, and explore schemas directly from the [Gemini CLI](https://google-gemini.github.io/gemini-cli/), using natural language prompts. ## Why Use the Postgres Extension? @@ -12,7 +15,7 @@ This Gemini CLI extension provides a set of tools to interact with [PostgreSQL]( Before you begin, ensure you have the following: -* [Gemini CLI](https://github.com/google-gemini/gemini-cli) installed. +* [Gemini CLI](https://github.com/google-gemini/gemini-cli) installed with version +v0.6.0. * A running PostgreSQL instance. * User are granted database-level permissions to execute queries. From 367d933e2502d1469096423ddbee549748365634 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Fri, 19 Sep 2025 11:50:00 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6350b14..21dc7a3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ This Gemini CLI extension provides a set of tools to interact with [PostgreSQL](https://www.postgresql.org/docs/) instances. It allows you to manage your databases, execute queries, and explore schemas directly from the [Gemini CLI](https://google-gemini.github.io/gemini-cli/), using natural language prompts. +Learn more about [Gemini CLI Extensions](https://github.com/google-gemini/gemini-cli/blob/main/docs/extension.md). + ## Why Use the Postgres Extension? * **Natural Language Management:** Stop wrestling with complex commands. Explore schemas and query data by describing what you want in plain English.