Skip to content

Releases: pinecone-io/pinecone-claude-code-plugin

Release v1.3.0

06 Mar 22:10

Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

Release v1.2.0

04 Mar 21:23

Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.2.0

Release v1.1.2

27 Jan 21:09
f9a4c37

Choose a tag to compare

What's Changed

  • Fix Assistant Skill Invocation Bug using Root/Subcommand instructions by @arjunpatel7 in #8

Full Changelog: v1.1.1...v1.1.2

Release v1.1.1

27 Jan 00:59
32dcda4

Choose a tag to compare

What's Changed

  • Fix Skills/Commands being unable to run due to working directory issues. by @arjunpatel7 in #7

Full Changelog: v1.1.0...v1.1.1

Release v1.1.0

26 Jan 22:34
b093bcf

Choose a tag to compare

Release Notes

Added

Pinecone Assistant Integration

You can now create, query, and manage assistants with Claude Code! We've made a new Skill, some slash commands, and scripts to make this super easy.

Try asking Claude Code to make you an assistant with a local file repo, and watch your files automatically be synced!

New Skill: Full Pinecone Assistant skill with natural language support for creating, managing, and chatting with document-based Q&A assistants
Natural Language Mode: Proactive recognition of assistant-related requests without requiring slash commands
Conversation Memory: Tracks last assistant used for seamless multi-turn interactions

New Commands

/pinecone:assistant-create - Create new Pinecone Assistants with custom configuration, instructions, and regional deployment
/pinecone:assistant-upload - Upload files or entire directories to assistants for document Q&A
/pinecone:assistant-sync - Sync local files with assistants (only uploads new/changed files, with optional deletion of missing files)
/pinecone:assistant-chat - Chat with assistants and receive cited responses with source references
/pinecone:assistant-context - Retrieve relevant context snippets without generating full chat responses
/pinecone:assistant-list - List all assistants in your account with status and configuration details
/pinecone:join-discord - Opens link to join the Pinecone Discord community for help, support, and connecting with the Pinecone team

Python Scripts

skills/assistant/scripts/create.py - Assistant creation script
skills/assistant/scripts/upload.py - File upload script
skills/assistant/scripts/sync.py - Incremental sync script
skills/assistant/scripts/chat.py - Interactive chat script with citations
skills/assistant/scripts/context.py - Context retrieval script
skills/assistant/scripts/list.py - List assistants script