Skip to content

Latest commit

 

History

History
122 lines (67 loc) · 10.2 KB

File metadata and controls

122 lines (67 loc) · 10.2 KB

Changelog

0.1.9 (2026-07-01)

Performance Improvements

  • npm: copy-over-shim for near-native CLI startup (#69) (03d7e29)

Documentation

  • rename plugin marketplace to pleaseai/claude-code-plugins (#67) (2bf9c70)

0.1.8 (2026-07-01)

Features

  • install: add curl installer script and fix homebrew formula publish (#65) (e232d71)

0.1.7 (2026-06-27)

Bug Fixes

  • ci: use napi create-npm-dir for @napi-rs/cli v2 in SDK release (#60) (a7445f0)

0.1.6 (2026-06-25)

Bug Fixes

  • release: sync full workspace in Cargo.lock on release (#58) (8ac122a)

0.1.5 (2026-06-24)

Features

  • sdk: remove deprecated TS implementation; add napi-rs SDK (@pleaseai/csp-sdk) (#56) (1caa29d)

Bug Fixes

  • npm: ship README + LICENSE in the published wrapper package (#55) (efff12b)

Documentation

  • note the library is on crates.io as code-search-please (#54) (3fa872b)
  • update README for the Rust port (#44) (9c8fe50)

0.1.4 (2026-06-22)

Bug Fixes

  • release: sudo npm install -g for Trusted Publishing upgrade (#50) (ad9d1f0)

0.1.3 (2026-06-22)

Bug Fixes

  • release: set GH_REPO so upload-release-assets can find the repo (#48) (dcfd873)

0.1.2 (2026-06-22)

Bug Fixes

  • release: build musl via cargo-zigbuild + make release resilient (#46) (ec7fbb3)

0.1.1 (2026-06-22)

Bug Fixes

  • release: sync Cargo.lock on release so --locked builds pass (#43) (257378c)

0.1.0 (2026-06-20)

Features

  • Claude Code · Codex 플러그인 추가 (#19) (c86fb07)
  • cli: port subcommands (search/index/find-related/init/savings/mcp) from semble (#15) (2042846)
  • csp: expand tree-sitter coverage via tree-sitter-language-pack (#39) (9a0cde3)
  • deps: bootstrap external dependencies and adr (#6) (0d930fd)
  • distribute csp via Homebrew tap (#22) (0278323)
  • indexing: port BM25 enrichment + index from semble (#9) (d1692bd)
  • indexing: port CspIndex orchestrator (fromPath/fromGit/search/findRelated/save/load) (#17) (df14647)
  • indexing: port extension→language detection from semble (#3) (3c74752)
  • indexing: port gitignore-aware file walker from semble (#8) (d0b1ec5)
  • indexing: port Model2Vec embedding + vector backend from semble (#7) (3937a3f)
  • index: public library barrel re-exporting CspIndex + types (#12) (a4931d8)
  • mcp: port MCP server with search/find_related tools from semble (#16) (18110e6)
  • ranking: port path penalties + rerankTopK from semble (#4) (df248d2)
  • ranking: port weighting + boosting from semble (#13) (08f5b06)
  • search: port hybrid RRF + alpha-blend pipeline from semble (#14) (97b6415)
  • search: wire real ranking pipeline + reconcile chunk size to 750 (#37) (3b47fb5)
  • stats: port savings.jsonl telemetry from semble (#11) (2585b6b)
  • sync recent upstream semble changes (savings output, agents, clear) (#20) (d1ff3f6)
  • tokens: port identifier-aware tokenizer from semble (#1) (e619bc2)
  • types: port Chunk/SearchResult/ContentType from semble (#5) (94ba6aa)
  • utils: port isGitUrl/resolveChunk/formatResults from semble (#2) (7a15929)
  • wire up CspIndex orchestrator + global index cache (#18) (#21) (da945a5)

Bug Fixes

  • chunking: enable AST chunking by wiring real ALL_LANGUAGES (#28) (#31) (900de35)
  • search: wire ranking modules (query boosts + path penalties) (#27) (#32) (94d61f9)

Documentation

  • add ARCHITECTURE.md (8c08597)
  • add semble→Rust reference analysis under .please/docs/references (#35) (6e31708)
  • references: add cocoindex-code and model2vec reference analyses (#36) (beae45d)
  • remove stale stub/TODO comments on implemented modules (#29) (#30) (cb5b584)