Skip to content

Releases: cocoindex-io/cocoindex-code

v0.2.41

Choose a tag to compare

@georgeh0 georgeh0 released this 07 Aug 00:15
9fd2e74

What's Changed

  • fix(search): surface daemon tracebacks and reject NULL KNN distances by @georgeh0 in #271

Full Changelog: v0.2.40...v0.2.41

v0.2.40

Choose a tag to compare

@georgeh0 georgeh0 released this 06 Aug 06:06
a4474ef

What's Changed

  • fix: preserve inverted gitignore traversal by @shixi-li in #239
  • feat(cli): add ccc version by @junzh0u in #245
  • fix(cli): handle unencodable search results by @shixi-li in #246
  • fix: bound MPS embedding memory on Apple Silicon by @fml09 in #244
  • feat(settings): add max_file_size to filter oversized files by @shixi-li in #248
  • fix: support MCP Python SDK v2 by @fml09 in #242
  • fix(mcp): report our own version in the MCP handshake by @junzh0u in #266
  • fix(daemon): keep the socket path under the AF_UNIX limit by @junzh0u in #267
  • chore(deps): bump aiohttp from 3.14.1 to 3.14.3 by @dependabot[bot] in #265
  • chore(deps): bump cryptography from 48.0.1 to 50.0.0 by @dependabot[bot] in #264
  • feat(daemon): allow idle exit during MCP sessions by @MR-MaoJiu in #268
  • chore(deps): bump setuptools from 80.10.2 to 83.0.0 by @dependabot[bot] in #240

New Contributors

Full Changelog: v0.2.39...v0.2.40

v0.2.39

Choose a tag to compare

@georgeh0 georgeh0 released this 24 Jul 15:16
fd99851

What's Changed

  • fix(client): survive handshake from a protocol-incompatible daemon by @georgeh0 in #238

Full Changelog: v0.2.38...v0.2.39

v0.2.38

Choose a tag to compare

@georgeh0 georgeh0 released this 24 Jul 06:36
2feaeb0

What's Changed

  • docs: clarify updating the index after settings changes by @roian6 in #201
  • docs: add Kilo Code MCP setup instructions by @roian6 in #203
  • feat(plugin): Grok skill, SessionStart hook, and MCP with dual-agent docs by @MickaelV0 in #202
  • feature: updated alternative embedding options after testing by @jimmckeeth in #196
  • feat: include .dart files in default search patterns by @youdie006 in #195
  • More detailed stats, removed incompatible models by @jimmckeeth in #208
  • docs: slim SECURITY.md to a scope shim over the org policy by @georgeh0 in #217
  • ci: add gitleaks secret-scanning pre-commit hook by @georgeh0 in #218
  • chore(deps): bump mcp from 1.26.0 to 1.28.1 by @dependabot[bot] in #224
  • chore(deps): bump pydantic-settings from 2.12.0 to 2.14.2 by @dependabot[bot] in #219
  • chore(deps): bump litellm from 1.81.9 to 1.84.0 by @dependabot[bot] in #221
  • chore(deps): bump starlette from 0.52.1 to 1.3.1 by @dependabot[bot] in #220
  • chore(deps): bump transformers from 5.0.0 to 5.5.0 by @dependabot[bot] in #222
  • feat(cli): add --json flag to ccc search by @junzh0u in #216
  • fix(client): crash-aware restart of a daemon that vanished mid-session by @junzh0u in #214
  • chore(deps): bump cryptography from 46.0.4 to 48.0.1 by @dependabot[bot] in #226
  • chore(deps): bump aiohttp from 3.13.3 to 3.14.1 by @dependabot[bot] in #227
  • chore(deps): bump torch from 2.10.0 to 2.13.0 by @dependabot[bot] in #228
  • fix(cli): make 'ccc index' auto-initialize project settings as README claims by @junzh0u in #213
  • chore(deps): bump pyjwt from 2.11.0 to 2.13.0 by @dependabot[bot] in #231
  • chore(deps): bump python-multipart from 0.0.22 to 0.0.31 by @dependabot[bot] in #230
  • chore(deps): bump idna from 3.11 to 3.15 by @dependabot[bot] in #229
  • feat(daemon): idle timeout with MCP heartbeat — stop holding the embedding model in RAM forever by @junzh0u in #215
  • chore(deps): bump python-dotenv from 1.2.1 to 1.2.2 by @dependabot[bot] in #236
  • chore(deps-dev): bump pytest from 9.0.2 to 9.0.3 by @dependabot[bot] in #235
  • chore(deps): bump pygments from 2.19.2 to 2.20.0 by @dependabot[bot] in #233
  • chore(deps): bump urllib3 from 2.6.3 to 2.7.0 by @dependabot[bot] in #232
  • chore(deps): bump requests from 2.32.5 to 2.33.0 by @dependabot[bot] in #234

New Contributors

Full Changelog: v0.2.37...v0.2.38

v0.2.37

Choose a tag to compare

@georgeh0 georgeh0 released this 23 Jun 05:18
2e96b45

What's Changed

Full Changelog: v0.2.36...v0.2.37

v0.2.36

Choose a tag to compare

@georgeh0 georgeh0 released this 19 Jun 05:15
a18a0ee

What's Changed

  • feat: ship as a Claude Code plugin marketplace by @MickaelV0 in #162
  • docs(readme): document running prek checks locally before PRs by @georgeh0 in #189
  • Add Embedding Options guide and model discovery script by @jimmckeeth in #188
  • docs(readme): document COCOINDEX_LMDB_MAP_SIZE for large codebases (#185) by @georgeh0 in #187
  • fix: remove logging.basicConfig from init.py by @filhocf in #155

New Contributors

Full Changelog: v0.2.35...v0.2.36

v0.2.35

Choose a tag to compare

@georgeh0 georgeh0 released this 09 Jun 07:30
4372bae

What's Changed

  • fix(init): clearer providers, interactive recovery, retry-crash fix by @georgeh0 in #184

Full Changelog: v0.2.34...v0.2.35

v0.2.34

Choose a tag to compare

@georgeh0 georgeh0 released this 03 Jun 17:51
65125c6

What's Changed

  • docs(skills/ccc): document ccc describe and ccc guide by @georgeh0 in #165
  • docs(readme): document OpenAI-compatible endpoint configuration by @georgeh0 in #168
  • fix(deps): bump typer-slim to match typer in uv.lock by @georgeh0 in #169
  • feat(deps): bump cocoindex to 1.0.6, tag telemetry as cocoindex-code by @georgeh0 in #172
  • Revert "docs(skills/ccc): document ccc describe and ccc guide" (#165) by @georgeh0 in #176
  • feat(doctor): surface daemon-side exception tracebacks by @georgeh0 in #177
  • chore(deps): bump cocoindex to 1.0.7 by @georgeh0 in #178

Full Changelog: v0.2.33...v0.2.34

v0.2.33

Choose a tag to compare

@georgeh0 georgeh0 released this 08 May 16:52
d429632

What's Changed

  • perf(cli): lazy-load server, pathspec, and protocol imports by @georgeh0 in #164

Full Changelog: v0.2.32...v0.2.33

v0.2.32

Choose a tag to compare

@georgeh0 georgeh0 released this 05 May 03:47
efd1273

What's Changed

  • feat: add Svelte and Vue support by @georgeh0 in #158
  • docs(claude-md): link to /review-changes; condense write-time rules by @georgeh0 in #159

Full Changelog: v0.2.31...v0.2.32