keep version with the master branch

Signed-off-by: ChengZi <chen.zhang@zilliz.com>
This commit is contained in:
ChengZi
2025-08-04 17:56:17 +08:00
committed by Cheney Zhang
parent a1d4931efd
commit 3c1eb55bd3
7 changed files with 7 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ Model Context Protocol (MCP) allows you to integrate Claude Context with your fa
### Prerequisites
<details>
<summary>Get a free vector database on Zilliz Cloud</summary>
<summary>Get a free vector database on Zilliz Cloud 👈</summary>
Claude Context needs a vector database. You can [sign up](https://cloud.zilliz.com/signup?utm_source=github&utm_medium=referral&utm_campaign=2507-codecontext-readme) on Zilliz Cloud to get an API key.

View File

@@ -1,6 +1,6 @@
{
"name": "claude-context-basic-example",
"version": "0.0.2",
"version": "0.0.12",
"description": "Basic usage example for Claude Context",
"main": "index.ts",
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "claude-context",
"version": "0.0.2",
"version": "0.0.12",
"description": "A powerful code indexing tool with multi-platform support",
"private": true,
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "@zilliz/claude-context-chrome-extension",
"version": "0.0.2",
"version": "0.0.12",
"description": "Claude Context Chrome extension for web-based code indexing",
"private": true,
"scripts": {

View File

@@ -1,6 +1,6 @@
{
"name": "@zilliz/claude-context-core",
"version": "0.0.2",
"version": "0.0.12",
"description": "Core indexing engine for Claude Context",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@@ -1,6 +1,6 @@
{
"name": "@zilliz/claude-context-mcp",
"version": "0.0.2",
"version": "0.0.12",
"description": "Model Context Protocol integration for Claude Context",
"type": "module",
"main": "dist/index.js",

View File

@@ -3,7 +3,7 @@
"displayName": "Semantic Code Search",
"publisher": "zilliz",
"description": "Code indexing and semantic search (built by Claude Context)",
"version": "0.0.2",
"version": "0.0.12",
"private": true,
"engines": {
"vscode": "^1.74.0"