Paragon CLI

Overview

Terminal assistant for code development, featuring model switching, MCP integrations, and workflow automation.

Paragon is a terminal assistant that helps you write, review, and manage code directly from your command line. It features model switching, MCP server integrations, custom agents, automated workflows, and intelligent code assistance.

Installation

Install Paragon globally via npm:

npm i -g @polarityinc/paragon

After installation, authenticate with your Paragon account:

paragon auth login

You can find the API key in the dashboard under the settings tab at the bottom of the page.

paragon

Models

Paragon supports multiple models with different capabilities:

ModelDescription
paragon-fastQuick responses, lower cost
paragon-midBalanced performance and cost
paragon-highHigher quality responses
paragon-maxMaximum capability with extended thinking

Models with thinking/reasoning capabilities will show a budget indicator.

Keyboard Shortcuts

ShortcutAction
ctrl+pOpen command palette
ctrl+nNew session
ctrl+sSwitch session
ctrl+tReopen tasks dialog
ctrl+fFile picker
ctrl+oExternal editor
ctrl+gToggle help
ctrl+cQuit
ctrl+zSuspend to shell

Additional Features

File Attachments

Type @ in the input to get file path completions. Attach images or files to your message for Paragon to analyze.

Preference Memory

PrefixScopeExample
#Global (all projects)# Always use TypeScript for new files
##Local (this repository only)## Use Vitest for testing