magi-code 0.63.4

Repository-aware CLI coding agent for terminal work
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
**Tool Name**: `repo_map`

**Tool Description**: Return compact ranked structural map of repository symbols. Use when you need overview of code organization, important files, definitions, and architecture entry points before deeper reads.

**Tool Arguments**:
- `path`: optional file or directory to scan. Defaults to current working directory.
- `query`: optional text to boost matching symbol names and file paths. Max 512 chars.
- `maxTokens`: optional output budget. 512-20000, default 4096.

Notes:
- Reads only; never mutates files.
- Respects `.gitignore` and skips common generated/vendor dirs.
- Supports Rust, Python, TypeScript, TSX, and Go.
- Bounded by file, byte, symbol, reference, and output caps.
- Ranked map is approximate structural signal, not exhaustive semantic analysis. Use `grep`/`ast_grep` for exact symbol search or code patterns.