Skip to content

Commit 35d568a

Browse files
committed
fix codex version
1 parent 575c64a commit 35d568a

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Before you begin, ensure you have the following:
4141
- One of these AI agents installed
4242
- [Gemini CLI](https://github.com/google-gemini/gemini-cli) version **v0.6.0** or higher
4343
- [Claude Code](https://claude.ai/install.sh) version **v2.1.94** or higher
44-
- [Codex](https://openai.com/blog/openai-codex/) **v0.118.0** or higher
44+
- [Codex](https://openai.com/blog/openai-codex/) **v0.117.0** or higher
4545
- A Google Cloud project with the **Cloud SQL Admin API** enabled.
4646
- Ensure [Application Default Credentials](https://cloud.google.com/docs/authentication/gcloud) are available in your environment.
4747
- IAM Permissions:
@@ -78,6 +78,7 @@ To start interacting with your database, install the skills for your preferred A
7878
<summary id="gemini-cli">Gemini CLI</summary>
7979

8080
**1. Install the extension:**
81+
8182
```bash
8283
gemini extensions install https://github.com/gemini-cli-extensions/cloud-sql-postgresql
8384
```
@@ -86,40 +87,47 @@ During the installation, enter your environment vars as described in the [config
8687

8788
**2. (Optional) Manage Configuration:**
8889
To view or update your configuration in Gemini CLI:
90+
8991
- Terminal: `gemini extensions config cloud-sql-postgresql [setting name] [--scope <scope>]`
9092
- Gemini CLI: `/extensions list`
9193

9294
**3. Start the agent:**
95+
9396
```bash
9497
gemini
9598
```
99+
96100
_(Tip: Run `/extensions list` to verify your configuration and active extensions.)_
97101

98102
</details>
99103

100104
<details>
101105
<summary id="claude-code">Claude Code</summary>
102106

103-
**1. Set env vars:**
107+
**1. Set env vars:**
104108
In your terminal, set your environment vars as described in the [configuration section](#configuration).
105109

106-
**1. Set env vars:**
110+
**1. Set env vars:**
107111
In your terminal, set your environment vars as described in the [configuration section](#configuration).
108112

109113
**2. Start the agent:**
114+
110115
```bash
111116
claude
112117
```
113118

114119
**3. Add the marketplace:**
120+
115121
```bash
116122
/plugin marketplace add gemini-cli-extensions/cloud-sql-postgresql
117123
```
118124

119125
**4. Install the plugin:**
126+
120127
```bash
121128
/plugin install cloud-sql-postgresql@google-data-cloud-skills
122129
```
130+
123131
_(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or `/reload-plugins` if you just installed it.)_
124132

125133
</details>
@@ -128,20 +136,24 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
128136
<summary id="codex">Codex</summary>
129137

130138
**1. Clone the Repo:**
139+
131140
```bash
132141
git clone git@github.com:gemini-cli-extensions/cloud-sql-postgresql.git
133142
```
134143

135144
**2. Install the plugin:**
145+
136146
```bash
137147
mkdir -p ~/.codex/plugins
138148
cp -R /absolute/path/to/cloud-sql-postgresql ~/.codex/plugins/cloud-sql-postgresql
139149
```
150+
140151
**3. Set env vars:**
141152
Enter your environment vars as described in the [configuration section](#configuration).
142153

143154
**4. Create or update marketplace.json:**
144155
`~/.agents/plugins/marketplace.json`
156+
145157
```json
146158
{
147159
"name": "my-data-cloud-google-marketplace",

0 commit comments

Comments
 (0)