本文へスキップ

All commands

chimera explore

Locate relevant code via the isolated Context Explorer subagent (FastContext-style). Returns only a compact file:line evidence block — the exploration turns never touch your context. A cheap model is usually the right call here; localization is a narrow task.

Arguments

  • QUERYstrrequired

    What to locate in the repository.

Options

  • --workspace, -wstrdefault: '.'

    Repository root to explore.

  • --model, -mstr

    Model for the explorer (a cheap one is fine).

  • --max-turnsintdefault: 8

    Max exploration turns.