cdidx 1.46.0
dotnet tool install --global cdidx --version 1.46.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local cdidx --version 1.46.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=cdidx&version=1.46.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package cdidx --version 1.46.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
cdidx
cdidx is a .NET global tool for local code indexing, CLI search, MCP
workflows, and read-only LSP editor lookup. It builds a local SQLite index so
humans, AI agents, and editors can query a repository without repeatedly
rescanning the same tree.
Install or update
dotnet tool install -g cdidx
dotnet tool update -g cdidx
Quick start
cdidx .
cdidx status --check --json
cdidx search "handleRequest"
cdidx definition UserService
cdidx mcp
cdidx lsp --db .cdidx/codeindex.db
Documentation
NuGet renders this README outside the GitHub repository, so these links use absolute GitHub URLs.
cdidx is distributed as a CLI, MCP server, and LSP shim only. The NuGet
package is a global tool package and does not provide a public library or SDK
API.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.46.0 | 36 | 9/4/2026 |
| 1.45.1 | 89 | 8/30/2026 |
| 1.45.0 | 105 | 8/28/2026 |
| 1.44.3 | 87 | 8/25/2026 |
| 1.44.0 | 90 | 8/24/2026 |
| 1.43.1 | 103 | 8/23/2026 |
| 1.43.0 | 103 | 8/22/2026 |
| 1.42.0 | 132 | 8/11/2026 |
| 1.41.2 | 114 | 8/9/2026 |
| 1.41.0 | 125 | 8/4/2026 |
| 1.40.3 | 145 | 7/26/2026 |
| 1.40.2 | 146 | 7/26/2026 |
| 1.40.1 | 142 | 7/24/2026 |
| 1.39.4 | 132 | 7/23/2026 |
| 1.39.3 | 141 | 7/21/2026 |
| 1.39.1 | 139 | 7/21/2026 |
| 1.38.0 | 143 | 7/15/2026 |
| 1.37.2 | 144 | 7/12/2026 |
| 1.37.0 | 134 | 7/10/2026 |
Loading failed
See https://github.com/Widthdom/CodeIndex/blob/v1.46.0/CHANGELOG.md for release notes.