Skip to content

Releases: dvcdsys/code-index

Server v0.10.0

06 Jun 22:32
47df3f5

Choose a tag to compare

Docker Images

Tag Image
CPU (multi-arch) dvcdsys/code-index:v0.10.0
CUDA 12.8 dvcdsys/code-index:v0.10.0-cu128

See doc/MIGRATION_FROM_PYTHON.md if upgrading from the Python backend.

What's Changed

  • fix: indexing OOM on large repos + resume/reliability + faster embedding by @dvcdsys in #78
  • release: indexing OOM fix + resume/reliability + faster embedding by @dvcdsys in #79

Full Changelog: cli/v0.8.1...server/v0.10.0

Server v0.9.0

05 Jun 17:06
d5d7e2b

Choose a tag to compare

Docker Images

Tag Image
CPU (multi-arch) dvcdsys/code-index:v0.9.0
CUDA 12.8 dvcdsys/code-index:v0.9.0-cu128

See doc/MIGRATION_FROM_PYTHON.md if upgrading from the Python backend.

What's Changed

  • feat(server): admin-initiated password reset by @dvcdsys in #74
  • feat(server): admin UI to view and reset login rate-limit locks by @dvcdsys in #75
  • fix(chunker): add Solidity language support by @dvcdsys in #76
  • release: Solidity support + admin password reset + login-lock management by @dvcdsys in #77

Full Changelog: cli/v0.8.0...server/v0.9.0

Server v0.8.1

05 Jun 12:41
834b2cb

Choose a tag to compare

Docker Images

Tag Image
CPU (multi-arch) dvcdsys/code-index:v0.8.1
CUDA 12.8 dvcdsys/code-index:v0.8.1-cu128

See doc/MIGRATION_FROM_PYTHON.md if upgrading from the Python backend.

What's Changed

  • Merge develop → main: cix-workspace skill clarification by @dvcdsys in #67
  • fix(server): make GitHub webhook registration idempotent (#68) by @dvcdsys in #71
  • feat(cli): support custom HTTP request headers per server (#59) by @dvcdsys in #72
  • Promote develop → main: CLI custom headers (#59) + webhook idempotency (#68) by @dvcdsys in #73

Full Changelog: cli/v0.7.1...server/v0.8.1

CLI v0.8.1

05 Jun 16:55
d5d7e2b

Choose a tag to compare

Install

curl -fsSL https://raw.githubusercontent.com/dvcdsys/code-index/main/install.sh | bash

Re-run the same command later to upgrade — the installer
picks the latest cli/v* release and skips if you already
have it (use --force to reinstall).

What's Changed

  • feat(server): admin-initiated password reset by @dvcdsys in #74
  • feat(server): admin UI to view and reset login rate-limit locks by @dvcdsys in #75
  • fix(chunker): add Solidity language support by @dvcdsys in #76
  • release: Solidity support + admin password reset + login-lock management by @dvcdsys in #77

Full Changelog: cli/v0.8.0...cli/v0.8.1

CLI v0.8.0

05 Jun 12:33
834b2cb

Choose a tag to compare

Install

curl -fsSL https://raw.githubusercontent.com/dvcdsys/code-index/main/install.sh | bash

Re-run the same command later to upgrade — the installer
picks the latest cli/v* release and skips if you already
have it (use --force to reinstall).

What's Changed

  • Merge develop → main: cix-workspace skill clarification by @dvcdsys in #67
  • fix(server): make GitHub webhook registration idempotent (#68) by @dvcdsys in #71
  • feat(cli): support custom HTTP request headers per server (#59) by @dvcdsys in #72
  • Promote develop → main: CLI custom headers (#59) + webhook idempotency (#68) by @dvcdsys in #73

Full Changelog: cli/v0.7.1...cli/v0.8.0

CLI develop (525a9423f5a5821568f04b35a45d41541b6dcbda)

05 Jun 16:44
525a942

Choose a tag to compare

Floating develop release — force-updated on every merge to
develop that touches cli/**. Not a stable release.

Built from commit 525a942.

Install

curl -fsSL https://raw.githubusercontent.com/dvcdsys/code-index/main/install-develop.sh | bash

Re-run the same command later to pick up the next develop build.
For stable, use install.sh instead.

Server v0.8.0

03 Jun 12:37
2977801

Choose a tag to compare

Docker Images

Tag Image
CPU (multi-arch) dvcdsys/code-index:v0.8.0
CUDA 12.8 dvcdsys/code-index:v0.8.0-cu128

See doc/MIGRATION_FROM_PYTHON.md if upgrading from the Python backend.

What's Changed

  • feat(dashboard): copyable 'connect CLI' command in API-key-created popup + fix X close by @dvcdsys in #60
  • perf(users/test): make bcrypt cost cheap under go test by @dvcdsys in #61
  • feat(dashboard): "Connect Claude Code to cix" onboarding card on home by @dvcdsys in #62
  • Per-user local_project_disabled flag (block create + index) by @dvcdsys in #63
  • fix(server): bump Go to 1.25.11 (clear govulncheck stdlib vulns) by @dvcdsys in #65
  • Release v0.8.0 (develop → main) by @dvcdsys in #64

Full Changelog: cli/v0.7.0...server/v0.8.0

CLI v0.7.1

03 Jun 14:16
fe229fa

Choose a tag to compare

Install

curl -fsSL https://raw.githubusercontent.com/dvcdsys/code-index/main/install.sh | bash

Re-run the same command later to upgrade — the installer
picks the latest cli/v* release and skips if you already
have it (use --force to reinstall).

What's Changed

  • cli/v0.7.1: fix external-project -n search (404) by @dvcdsys in #66

Full Changelog: server/v0.8.0...cli/v0.7.1

Server v0.7.0

02 Jun 15:50
efc6e56

Choose a tag to compare

Docker Images

Tag Image
CPU (multi-arch) dvcdsys/code-index:v0.7.0
CUDA 12.8 dvcdsys/code-index:v0.7.0-cu128

See doc/MIGRATION_FROM_PYTHON.md if upgrading from the Python backend.

What's Changed

  • docs(readme): bring in sync with v0.6.0 by @dvcdsys in #56
  • Pluggable embedding providers (ollama / openai / voyage) + storage-path unification by @dvcdsys in #57

Full Changelog: cli/v0.6.0...server/v0.7.0

CLI v0.7.0

02 Jun 15:38
efc6e56

Choose a tag to compare

Install

curl -fsSL https://raw.githubusercontent.com/dvcdsys/code-index/main/install.sh | bash

Re-run the same command later to upgrade — the installer
picks the latest cli/v* release and skips if you already
have it (use --force to reinstall).

What's Changed

  • docs(readme): bring in sync with v0.6.0 by @dvcdsys in #56
  • Pluggable embedding providers (ollama / openai / voyage) + storage-path unification by @dvcdsys in #57

Full Changelog: cli/v0.6.0...cli/v0.7.0