Sweet! CLI

Troubleshooting Sweet! CLI

Solutions to common issues, diagnostic commands, and debugging techniques for Sweet! CLI.

Quick Start

From the repo root:

sweet --help
sweet login
sweet

Install via npm

npm install -g @sweet-cli/sweet

Authentication

  • Billing (recommended): sweet login (token stored in ~/.sweet/config.json)

Performance

  • Try a smaller/faster model: sweet --model deepseek-chat start "your task"
  • Break large tasks into smaller steps

Debugging

Enable JSONL logs for debugging:

sweet --log --log-file conversation_logs.jsonl start "your task"

Still Stuck?