cdidx 1.24.5

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global cdidx --version 1.24.5
                    
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.24.5
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=cdidx&version=1.24.5
                    
nuke :add-package cdidx --version 1.24.5
                    

cdidx

cdidx is a .NET global tool for local code indexing, CLI search, and MCP workflows. It builds a local SQLite index so humans and AI agents 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

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/main/README.md
User Guide https://github.com/Widthdom/CodeIndex/blob/main/USER_GUIDE.md
Platform Support https://github.com/Widthdom/CodeIndex/blob/main/docs/platform-support.md
Developer Guide https://github.com/Widthdom/CodeIndex/blob/main/DEVELOPER_GUIDE.md
Integration Policy https://github.com/Widthdom/CodeIndex/blob/main/INTEGRATION_POLICY.md
Security Policy https://github.com/Widthdom/CodeIndex/blob/main/SECURITY.md
Changelog https://github.com/Widthdom/CodeIndex/blob/main/CHANGELOG.md

cdidx is distributed as a CLI and MCP server 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.27.2 61 5/31/2026
1.26.3 100 5/26/2026
1.26.2 89 5/25/2026
1.26.1 90 5/25/2026
1.25.1 97 5/25/2026
1.24.5 91 5/24/2026
1.23.1 103 5/20/2026
1.23.0 104 5/19/2026
1.22.3 104 5/17/2026
1.21.0 119 5/10/2026
1.20.1 110 5/6/2026
1.20.0 97 5/5/2026
1.19.0 103 5/4/2026
1.18.0 92 5/1/2026
Loading failed