Skip to content

Hey-Salad/cheri-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cheri CLI

AI-powered cloud IDE by HeySalad. Like Claude Code, but for cloud workspaces.

Install

npm install -g @heysalad/cheri-cli

Usage

# Login to your Cheri account
cheri login

# Check account status
cheri status

# Launch a cloud workspace
cheri workspace launch owner/repo

# List your workspaces
cheri workspace list

# Stop a workspace
cheri workspace stop

# Initialize AI project config
cheri init

# Manage persistent memory
cheri memory show
cheri memory add "Always use TypeScript strict mode"
cheri memory clear

# View/update configuration
cheri config list
cheri config set apiUrl https://cheri.heysalad.app

How it works

  1. cheri login opens your browser for GitHub OAuth, then you paste your API token
  2. cheri workspace launch spins up a cloud workspace with code-server (VS Code in browser)
  3. cheri memory stores persistent context that follows you across sessions
  4. cheri init creates a local .ai/ directory with project constitution files

Requirements

  • Node.js >= 18

Links

License

MIT - HeySalad

About

Cheri CLI - AI-powered cloud IDE by HeySalad

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors