ViewFileTool
: View contents and metadata of filesSemanticEditTool
: Make intelligent edits to filesRevealSymbolTool
: Analyze symbol dependencies and usagesMoveSymbolTool
: Move symbols between files with import handlingReplacementEditTool
: Make regex-based replacement editing on filesListDirectoryTool
: List directory contentsSearchTool
: Search for files and symbolsCreateFileTool
: Create new filesDeleteFileTool
: Delete filesRenameFileTool
: Rename filesEditFileTool
: Edit filesCodeAgent
:
ANTHROPIC_API_KEY
must be set in your env.anthropic/claude-3-5-sonnet-latest
for the model but this can be changed through the model_provider
and model_name
arguments.
OPENAI_API_KEY
for OpenAI models) in your env.