You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -72,7 +72,7 @@ Please keep these env vars handy during the installation process:
72
72
To start interacting with your database, install the skills for your preferred AI agent, then launch the agent and use natural language to ask questions or perform tasks.
73
73
74
74
<detailsopen>
75
-
<summary>Gemini CLI</summary>
75
+
<summaryid="gemini-cli">Gemini CLI</summary>
76
76
77
77
**1. Install the extension:**
78
78
```bash
@@ -95,7 +95,10 @@ _(Tip: Run `/extensions list` to verify your configuration and active extensions
95
95
</details>
96
96
97
97
<details>
98
-
<summary>Claude Code</summary>
98
+
<summaryid="claude-code">Claude Code</summary>
99
+
100
+
**1. Set env vars:**
101
+
In your terminal, set your environment vars as described in the [configuration section](#configuration).
99
102
100
103
**1. Set env vars:**
101
104
In your terminal, set your environment vars as described in the [configuration section](#configuration).
@@ -119,7 +122,7 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
119
122
</details>
120
123
121
124
<details>
122
-
<summary>Codex</summary>
125
+
<summaryid="codex">Codex</summary>
123
126
124
127
**1. Clone the Repo:**
125
128
```bash
@@ -157,7 +160,6 @@ Enter your environment vars as described in the [configuration section](#configu
157
160
}
158
161
]
159
162
}
160
-
161
163
```
162
164
163
165
_(Tip: Run `codex plugin list` or use the `/plugins` interactive menu to verify your installed plugins.)_
0 commit comments