Skip to content

Commit 2819234

Browse files
committed
Update README install instructions to use snowflake-cortex-code plugin name
1 parent 6215fab commit 2819234

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ No clone required. Run these commands inside Claude Code:
145145
/plugin marketplace add Snowflake-Labs/snowflake-ai-kit
146146
147147
# Install the plugin
148-
/plugin install cortex-code@snowflake-ai-kit
148+
/plugin install snowflake-cortex-code@snowflake-ai-kit
149149
```
150150

151-
To update later: `/plugin update cortex-code`
151+
To update later: `/plugin update snowflake-cortex-code`
152152

153153
> *See [`plugins/cortex-code/`](plugins/cortex-code/) for full documentation, security model, and configuration.*
154154
@@ -161,7 +161,7 @@ To update later: `/plugin update cortex-code`
161161
| `pip`/`pipx` not found | Install Python 3.10+ first: [python.org](https://www.python.org/downloads/) |
162162
| Connection errors | Run `snow connection add` to create `~/.snowflake/connections.toml`. Docs: [Specify credentials](https://docs.snowflake.com/en/developer-guide/snowflake-cli/connecting/specify-credentials) |
163163
| Installer hangs on Windows | Run PowerShell as Administrator, or download and run the script manually. |
164-
| Plugin not routing | Make sure the plugin is enabled: check `~/.claude/settings.json` has `"enabledPlugins": { "cortex-code@snowflake-ai-kit": true }` |
164+
| Plugin not routing | Make sure the plugin is enabled: check `~/.claude/settings.json` has `"enabledPlugins": { "snowflake-cortex-code@snowflake-ai-kit": true }` |
165165

166166
## Contributing
167167

plugins/cortex-code/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ Run these commands inside Claude Code:
4444

4545
```
4646
/plugin marketplace add Snowflake-Labs/snowflake-ai-kit
47-
/plugin install cortex-code@snowflake-ai-kit
47+
/plugin install snowflake-cortex-code@snowflake-ai-kit
4848
```
4949

50-
To update later: `/plugin update cortex-code`
50+
To update later: `/plugin update snowflake-cortex-code`
5151

5252
> **Coming soon:** This plugin will be available from the [official Anthropic marketplace](https://code.claude.com/docs/en/discover-plugins#official-anthropic-marketplace).
5353
@@ -59,7 +59,7 @@ If you cloned the repo, add the marketplace from the local path:
5959

6060
```
6161
/plugin marketplace add /path/to/snowflake-ai-kit
62-
/plugin install cortex-code@snowflake-ai-kit
62+
/plugin install snowflake-cortex-code@snowflake-ai-kit
6363
```
6464

6565
## Security Model

0 commit comments

Comments
 (0)