Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,14 @@ Full installation guide: https://docs.astral.sh/uv/getting-started/installation/

For additional command-line capabilities, install the Pinecone CLI:

> **Upgrading from an older install?** The Pinecone CLI moved from a Homebrew formula to a cask on 2026-03-30. If you installed it before then, remove the old formula first:
>
> ```bash
> brew uninstall pinecone-io/tap/pinecone
> ```

```bash
brew tap pinecone-io/tap
brew install pinecone-io/tap/pinecone
brew install --cask pinecone-io/tap/pinecone
```

## Available Skills
Expand Down
2 changes: 1 addition & 1 deletion hooks/pinecone-api-key-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ EOF

read -r -d '' CLI_HELP <<'EOF' || true
Install the Pinecone CLI (optional — enables terminal management of all index types, batch ops, and backups):
brew tap pinecone-io/tap && brew install pinecone-io/tap/pinecone
brew install --cask pinecone-io/tap/pinecone
Then run `pc login` directly in a terminal (not inside an agent loop — the browser auth link may not surface in-agent). Note: `pc login` authenticates the CLI only; it does not set PINECONE_API_KEY.
EOF

Expand Down