cdidx 1.36.2

dotnet tool install --global cdidx --version 1.36.2
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local cdidx --version 1.36.2
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=cdidx&version=1.36.2
                    
nuke :add-package cdidx --version 1.36.2
                    

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.

Document Link
README https://github.com/Widthdom/CodeIndex/blob/v1.36.2/README.md
User Guide https://github.com/Widthdom/CodeIndex/blob/v1.36.2/USER_GUIDE.md
Platform Support https://github.com/Widthdom/CodeIndex/blob/v1.36.2/docs/platform-support.md
Developer Guide https://github.com/Widthdom/CodeIndex/blob/v1.36.2/DEVELOPER_GUIDE.md
Integration Policy https://github.com/Widthdom/CodeIndex/blob/v1.36.2/INTEGRATION_POLICY.md
Security Policy https://github.com/Widthdom/CodeIndex/blob/v1.36.2/SECURITY.md
Changelog https://github.com/Widthdom/CodeIndex/blob/v1.36.2/CHANGELOG.md

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 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.36.2 46 7/3/2026
1.35.0 124 6/28/2026
1.34.5 112 6/27/2026
1.34.0 129 6/26/2026
1.33.2 126 6/22/2026
1.33.1 119 6/21/2026
1.32.5 131 6/18/2026
1.31.2 126 6/14/2026
1.30.2 134 6/13/2026
1.30.1 121 6/12/2026
1.29.1 111 6/7/2026
1.28.5 116 6/4/2026
1.28.4 101 6/4/2026
Loading failed