Releases: pinecone-io/pinecone-claude-code-plugin
Release v1.3.0
Release v1.2.0
What's Changed
- Add Claude Code GitHub Workflow by @arjunpatel7 in #9
- add release automation workflows and update skill conventions by @arjunpatel7 in #10
- fix: switch and add allowed tools by @arjunpatel7 in #12
- improve contextualize prompt: add PR summary comment and manual chang… by @arjunpatel7 in #14
- sync: skills update from pinecone-io/skills by @arjunpatel7 in #15
Full Changelog: v1.1.2...v1.2.0
Release v1.1.2
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
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
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