Skip to content

Supported Tools

open-warp currently focuses on the core coding-agent loop.

Available tools

ToolPurpose
read_filesRead selected files into context.
grepSearch file contents.
file_globFind files by glob patterns.
file_glob_v2Find files with the newer Warp glob result shape.
run_shell_commandAsk WarpLocal to run shell commands through the client.
read_shell_command_outputContinue reading long-running command output.
transfer_shell_command_control_to_userHand a long-running command back to the user.
apply_file_diffsApply file changes through Warp's file-diff protocol.
search_codebaseSearch across the current codebase.

Not supported yet

  • MCP tools
  • subagents
  • computer use
  • passive suggestions
  • full Warp backend parity

Unsupported tool calls are rejected clearly instead of being sent to the Warp client as half-implemented actions.

Released under the MIT License.