Skip to content

Commit 804914f

Browse files
committed
Remove gemini-extension
1 parent 9aac924 commit 804914f

3 files changed

Lines changed: 2 additions & 12 deletions

File tree

.github/workflows/validate.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
revenuecat/gemini-extension.json \
3030
revenuecat-play-billing/.claude-plugin/plugin.json \
3131
revenuecat-play-billing/.cursor-plugin/plugin.json \
32-
revenuecat-play-billing/.codex-plugin/plugin.json \
33-
revenuecat-play-billing/gemini-extension.json; do
32+
revenuecat-play-billing/.codex-plugin/plugin.json; do
3433
echo "Validating $f..."
3534
node -e "JSON.parse(require('fs').readFileSync('$f','utf8'))" \
3635
&& echo " OK" \

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,7 @@ Then, in the Codex app, click on "Plugins". From the "Built by OpenAI" dropdown,
6565
gemini extensions install https://github.com/RevenueCat/ai-toolkit
6666
```
6767

68-
The `revenuecat-play-billing` plugin is not part of the Gemini release archive; install it from the repository source:
69-
70-
```bash
71-
gemini extensions install https://github.com/RevenueCat/ai-toolkit --path revenuecat-play-billing
72-
```
68+
Gemini has no marketplace and supports a single extension per repository, so it installs the `RevenueCat` plugin only. The `revenuecat-play-billing` plugin is available on Claude Code, Cursor, Codex, and VS Code.
7369

7470

7571
### Visual Studio Code

revenuecat-play-billing/gemini-extension.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)