Documentation
¶
Overview ¶
Package geminicli registers a CLI-tool-backed provider that drives Google's Gemini CLI (`gemini`) binary as the review engine. The user-facing name is `gemini-cli` (selectable with `--cli gemini` or `--provider gemini-cli`); the underlying transport is a subprocess of the host CLI rather than an HTTPS API call, so no API key is required when `gemini` is already authenticated locally.
Layout naming: the `-cli` directory suffix is purely a developer signal that this is the CLI-backed sibling of the existing internal/provider/gemini/ package (which talks to generativelanguage.googleapis.com).
Index ¶
Constants ¶
const Name = "gemini-cli"
Name is what users type. Matches the directory suffix convention.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.