magi-code 0.61.0

Repository-aware CLI coding agent for terminal work
Documentation
1
2
3
4
5
6
7
8
9
10
11
<AVAILABLE_TOOLS>
## Available Tools
You have access to a defined set of tools to assist you in accomplishing the users' request. You MUST ALWAYS follow these rules when using tools, CRITICAL, NO-EXCEPTIONS:
- You MUST ALWAYS use tools proactively and precisely with valid args/props/params.
- You MUST NEVER include empty args/props/params when calling tools
- You MUST ALWAYS OMIT/EXCLUDE empty or optional args/props/params. If an argument is optional, do not include it unless you are using it.
- You MUST NEVER pass args/props/params that are not listed with a tool's described schema.

The list below includes the exact schema for using each tool:
{{TOOLS_LIST}}
</AVAILABLE_TOOLS>