AI Agent Hub
Back to plugins
🖥️

dsh-code-index

Client Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install lemonxiny55/dsh-code-index

Paste the following prompt into your AI chat to install this plugin:

To install the dsh-code-index plugin in DeepSeek Harness, run the command dsh plugin install lemonxiny55/dsh-code-index. The plugin source code is available at https://github.com/lemonxiny55/dsh-code-index.

About this plugin

Handling large codebases can be a daunting task for AI models. While popular tools like Cursor and Aider boast powerful repo-map capabilities, the DeepSeek Harness community previously lacked this native, model-usable indexing power. This often leaves models struggling to comprehend complex code structures or efficiently locate specific functionalities. dsh-code-index aims to bridge this critical gap by providing a semantic repo index that acts as a "codebase map" for AI agents. It goes beyond raw text by offering ranked search (exact > prefix > substring) and a bounded auto-updating repo map, ensuring the model always has accurate context. This plugin is ideal for developers who need to navigate complex codebases in depth, whether by hunting down specific functions, interfaces, or understanding the overall architecture. It streamlines the workflow by automatically building and refreshing the code index, allowing agents to handle large projects without losing context.

Use Cases

  • Quickly locate function definitions containing 'parse' in large projects.
  • Get a repo map of the current workspace to understand project structure.
  • Find all exported symbols in a specific directory.

Best For

  • Developers using DeepSeek Harness.
  • AI agents requiring code navigation capabilities.
  • Teams dealing with complex codebases.