AI Chat
Tools & Capabilities
UltraCoder has 29 built-in tools it can use to complete tasks. Each tool requires your approval before it runs (unless you've enabled auto-approval for that tool type).
File Operations
Search & Discovery
Terminal
Web & Browser
MCP (Model Context Protocol)
Task & Workflow
Utilities
ℹ Note:The set of available tools depends on the active mode. Ask mode does not have access to file editing or terminal tools. Architect mode can only edit markdown files.
Allowed & denied commands
You can restrict which shell commands UltraCoder can propose via VS Code settings:
ultra-coder.allowedCommands— commands UltraCoder may execute (default:["git log", "git diff", "git show"])ultra-coder.deniedCommands— commands UltraCoder can never proposeultra-coder.commandExecutionTimeout— max seconds for a command to run (0 = no limit)