Skip to content

Commit bf01201

Browse files
committed
address comments
1 parent 8422b16 commit bf01201

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Cloud SQL for PostgreSQL Agent Skills
22

33
> [!NOTE]
4-
> These skills are currently in beta (pre-v1.0), and may see breaking changes until the first stable release (v1.0).
4+
> Currently in beta (pre-v1.0), and may see breaking changes until the first stable release (v1.0).
55
66
This repository provides a set of agent skills to interact with [Cloud SQL for PostgreSQL](https://cloud.google.com/sql/docs/postgres) instances. These skills can be used with various AI agents, including [Gemini CLI](https://google-gemini.github.io/gemini-cli/), Claude Code, and Codex, to manage your databases, execute queries, explore schemas, and troubleshoot issues using natural language prompts.
77

@@ -105,6 +105,11 @@ gemini
105105

106106
_(Tip: Run `/extensions list` to verify your configuration and active extensions.)_
107107

108+
> [!WARNING]
109+
> **Changing Instance & Database Connections**
110+
> Currently, the database connection must be configured before starting the agent and can not be changed during a session.
111+
> To save and resume conversation history in Gemini CLI use command: `/chat save <tag>` and `/chat resume <tag>`.
112+
108113
</details>
109114

110115
<details>
@@ -186,11 +191,6 @@ _(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify
186191

187192
<!-- {x-release-please-end} -->
188193

189-
> [!WARNING]
190-
> **Changing Instance & Database Connections**
191-
> Currently, the database connection must be configured before starting the agent and can not be changed during a session.
192-
> To save and resume conversation history in Gemini CLI use command: `/chat save <tag>` and `/chat resume <tag>`.
193-
194194
## Usage Examples
195195

196196
Interact with Cloud SQL for PostgreSQL using natural language:

0 commit comments

Comments
 (0)