claudecli

package
v0.9.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2026 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Overview

Package claudecli registers a CLI-tool-backed provider that drives Anthropic's Claude Code (`claude`) binary as the review engine. The user-facing name is `claude-cli` (selectable with `--cli claude` or `--provider claude-cli`); the underlying transport is a subprocess of the host CLI rather than an HTTPS API call, so no API key is required when `claude` 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/anthropic/ package (which talks to api.anthropic.com). Mixing them up would be easy without the suffix.

Index

Constants

View Source
const Name = "claude-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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL