Skip to main content

CLI for PR Pilot, a text-to-task automation platform for Github.

Project description

PR Pilot Logo

Install | Documentation | Blog | Website

PR Pilot CLI

PR Pilot gives you a natural language interface for your Github projects. Given a prompt, it uses LLMs (Large Language Models) to autonomously fulfill tasks by interacting with your code base and Github issues.

Using Jinja templates, you can create powerful, reusable commands that can be executed by PR Pilot.

Usage

Open a terminal and ls into a repository you have installed PR Pilot.

Examples

You can run a prompt directly on the command line:

pilot -o README_German.md "translate the README into German"

Generate code quickly:

pilot -o test_utils.py --code "Write some unit tests for the utils.py file."

Get an organized view of your Github issues:

pilot "Find all open Github issues labeled as 'bug', categorize and prioritize them"

Get some advice on your code:

pilot "The 'TaskEngine' class is too complex. Read it and suggest refactoring options."

Generate parts of your README with a template:

pilot --direct -f prompts/README.md.jinja2 -o README.md

For more examples, check out the prompts directory in this repository.

Options and Parameters

You can change the default settings with parameters and options:

Usage: python -m cli.cli [OPTIONS] [PROMPT]...

Options:
  --wait / --no-wait        Wait for the result.
  --repo TEXT               Github repository in the format owner/repo.
  --spinner / --no-spinner  Display a loading indicator
  --quiet                   No pretty-print, no status indicator or messages.
  --cheap                   Use the cheapest GPT model (gpt-3.5-turbo)
  --code                    Optimize prompt and settings for generating code
  -f, --file PATH           Load prompt from a template file.
  --direct                  Do not feed the rendered template as a prompt into
                            PR Pilot, but render it directly as output.
  -o, --output PATH         Output file for the result.
  --model TEXT              GPT model to use.
  --debug                   Display debug information.
  --help                    Show this message and exit.

Installation

Prerequisites:

  1. Install the PR Pilot app on your Github repository
  2. Generate an API key in the dashboard

Install via pip:

pip install --upgrade pr-pilot-cli

Install via Homebrew:

brew tap PR-Pilot-AI/pr-pilot-homebrew
brew install pr-pilot-cli

Configuration

The configuration file is located at ~/.pr-pilot.yaml.

Contributing

Contributors are welcome to improve the CLI by submitting pull requests or reporting issues. For more details, check the project's GitHub repository.

License

The PR Pilot CLI is open-source software licensed under the GPL-3 license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pr_pilot_cli-1.4.2.tar.gz (19.1 kB view details)

Uploaded Source

Built Distribution

pr_pilot_cli-1.4.2-py3-none-any.whl (20.6 kB view details)

Uploaded Python 3

File details

Details for the file pr_pilot_cli-1.4.2.tar.gz.

File metadata

  • Download URL: pr_pilot_cli-1.4.2.tar.gz
  • Upload date:
  • Size: 19.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.9.19

File hashes

Hashes for pr_pilot_cli-1.4.2.tar.gz
Algorithm Hash digest
SHA256 d3f94879ca555f73f309a9dbf7fa0453994d95f2e6c00d310eba95f04dddf932
MD5 1a8eb2cc0a3614c87442ad217079e9b2
BLAKE2b-256 e3deffc676228270270f0b22d83ed2437d44edcb60fee3b7a3b1174ab1df34da

See more details on using hashes here.

File details

Details for the file pr_pilot_cli-1.4.2-py3-none-any.whl.

File metadata

File hashes

Hashes for pr_pilot_cli-1.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d352134a059c61bbc52a8a9c2587d873cdadee3769764940fc98decf95d580f0
MD5 d7d986db97bb3af0a3b43f6855c740f6
BLAKE2b-256 e692607a6c57079c5e48177b822f1e29a7ea317ea4147ba900a3f416f599c064

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page