Skip to main content
Tools

A broad, governed tool surface

Tools are grouped by intent. Scope locks and policy apply before execution — the catalog below is representative, not exhaustive.

  • Read & open files

    Inspect source with path-aware scope checks.

    Lower risk

    Filesystem

  • Write & patch files

    Atomic edits with post-write verification.

    Medium

    Filesystem

  • Search the codebase

    Fast text and semantic discovery across the repo.

    Lower risk

    Search & index

  • Structured grep

    Regex-friendly search with result caps.

    Lower risk

    Search & index

  • Glob & list paths

    Discover files by pattern without walking blindly.

    Lower risk

    Search & index

  • Shell commands

    Policy-scored commands with deny-by-default patterns.

    Higher risk

    Shell & process

  • Git status & diff

    See working tree state before proposing commits.

    Lower risk

    Git

  • Commit & branch helpers

    Scoped git operations with audit-friendly logs.

    Medium

    Git

  • HTTP fetch

    Retrieve public URLs with SSRF protections.

    Medium

    Network & fetch

  • MCP tool call

    Invoke connected servers with capability checks.

    Medium

    Network & fetch

  • Diagnostics bridge

    Surface editor or LSP signals after edits.

    Lower risk

    IDE & workspace

  • Index & embeddings

    Refresh retrieval views when files change.

    Lower risk

    Search & index

  • Run tests

    Targeted test invocation with timeouts.

    Medium

    Shell & process

  • Deploy hooks

    Trigger approved pipelines or release steps.

    Higher risk

    Deploy & ops

  • Browser automation

    Controlled navigation for UI verification.

    Medium

    Network & fetch

  • Notebook edit

    Cell-aware edits for data science workflows.

    Medium

    IDE & workspace

  • Parallel tool batch

    Independent calls grouped for throughput.

    Medium

    Meta & orchestration

  • Session memory

    Recall user-approved facts across turns.

    Lower risk

    Meta & orchestration

  • Plan & checkpoint

    Structured steps with resume metadata.

    Lower risk

    Meta & orchestration

  • Delegated task

    Spawn scoped sub-runs with budgets.

    Medium

    Meta & orchestration

  • Audit & evidence

    Record gate-aligned artifacts for releases.

    Lower risk

    Meta & orchestration