From a20377ef91bcdfaa82b5f712f3c57459b8909445 Mon Sep 17 00:00:00 2001 From: Nicholai Martinsen Date: Fri, 21 Aug 2026 04:47:55 -0700 Subject: [PATCH] Add Code Index plugin --- plugins/code_index/index.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plugins/code_index/index.yaml diff --git a/plugins/code_index/index.yaml b/plugins/code_index/index.yaml new file mode 100644 index 0000000..ad9ce9a --- /dev/null +++ b/plugins/code_index/index.yaml @@ -0,0 +1,13 @@ +title: Code Index +description: 'Automatic semantic code index for Agent Zero projects. Detects every + git repository in the active project folder (whole folder when there are none), + indexes incrementally on startup and file changes, and ships the code_search tool: + natural-language and symbol search across all repos with an optional repository + filter. Embeddings use the embedding model configured in Agent Zero model settings.' +github: https://github.com/Nicfox77/a0-plugin-code-index +tags: +- development +- search +- embeddings +- rag +- tools