From a024f717fca9ee2259f3bc1de48a4abde70a6165 Mon Sep 17 00:00:00 2001 From: "pleaseai-release-bot[bot]" <239696668+pleaseai-release-bot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 19:56:19 +0000 Subject: [PATCH 1/2] chore(main): release 0.1.10 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ Cargo.toml | 2 +- crates/csp-node/package.json | 2 +- npm/csp/package.json | 2 +- package.json | 2 +- 6 files changed, 19 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5f714f..4a8e97c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.9" + ".": "0.1.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a3a3d19..ad66f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.10](https://github.com/pleaseai/code-search/compare/v0.1.9...v0.1.10) (2026-07-11) + + +### Features + +* **mcp:** revalidate cached local-path indexes on query ([#78](https://github.com/pleaseai/code-search/issues/78)) ([74911c9](https://github.com/pleaseai/code-search/commit/74911c93f5a3520cbaad73ae17c84e9c7718b966)) +* **search:** default to potion-code-16M-v2, invalidate stale-model caches ([#77](https://github.com/pleaseai/code-search/issues/77)) ([1d2ea9e](https://github.com/pleaseai/code-search/commit/1d2ea9eaefe59741d9b5021b80ce241cf0f5c07a)) +* ship csp CLI in the code-search-please crate for `cargo install` ([#71](https://github.com/pleaseai/code-search/issues/71)) ([9c27272](https://github.com/pleaseai/code-search/commit/9c2727283f3e2263980d4f2873dfc6f26fb4f0c0)) + + +### Documentation + +* correct the `csp --agent` list in CLAUDE.md ([#79](https://github.com/pleaseai/code-search/issues/79)) ([39cebd4](https://github.com/pleaseai/code-search/commit/39cebd484bf4b5fbe20ab19479440c71797d30f4)) + ## [0.1.9](https://github.com/pleaseai/code-search/compare/v0.1.8...v0.1.9) (2026-07-01) diff --git a/Cargo.toml b/Cargo.toml index d6b302a..55665c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ resolver = "2" members = ["crates/csp", "crates/csp-node"] [workspace.package] -version = "0.1.9" # x-release-please-version +version = "0.1.10" # x-release-please-version edition = "2021" license = "MIT" repository = "https://github.com/pleaseai/code-search" diff --git a/crates/csp-node/package.json b/crates/csp-node/package.json index 6aeaaf5..a49ae93 100644 --- a/crates/csp-node/package.json +++ b/crates/csp-node/package.json @@ -1,6 +1,6 @@ { "name": "@pleaseai/csp-sdk", - "version": "0.1.9", + "version": "0.1.10", "description": "In-process native (napi-rs) SDK for csp — fast, accurate hybrid code search for agents. Binds the Rust core directly (no subprocess). The CLI/MCP server ships separately as @pleaseai/csp.", "license": "MIT", "homepage": "https://github.com/pleaseai/code-search", diff --git a/npm/csp/package.json b/npm/csp/package.json index eb9455d..c9de747 100644 --- a/npm/csp/package.json +++ b/npm/csp/package.json @@ -1,6 +1,6 @@ { "name": "@pleaseai/csp", - "version": "0.1.9", + "version": "0.1.10", "description": "Fast and accurate hybrid code search for agents (Rust binary, npm-distributed).", "license": "MIT", "homepage": "https://github.com/pleaseai/code-search", diff --git a/package.json b/package.json index 8cfdaa1..704c739 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@pleaseai/csp", "type": "module", - "version": "0.1.9", + "version": "0.1.10", "private": true, "packageManager": "bun@1.3.14", "description": "Fast and accurate hybrid code search for agents — Rust port of MinishLab/semble. This manifest holds repo JS tooling and the release-please version anchor; the published artifacts are the Rust binary (Homebrew) and its npm wrapper under npm/.", From 9fc4efdc8879f1ecf0eeaa5d54c62b2412b56265 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 11 Jul 2026 19:56:31 +0000 Subject: [PATCH 2/2] chore: sync Cargo.lock --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4176b7..a17e1cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -334,7 +334,7 @@ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" [[package]] name = "code-search-please" -version = "0.1.9" +version = "0.1.10" dependencies = [ "anyhow", "clap", @@ -607,7 +607,7 @@ dependencies = [ [[package]] name = "csp-node" -version = "0.1.9" +version = "0.1.10" dependencies = [ "code-search-please", "napi",