Skip to content

Releases: VoynichLabs/codebuff

PlanExe CLI v0.0.11

22 Mar 23:26

Choose a tag to compare

v0.0.11: Branding fixes — Codebuff→PlanExe everywhere, ASCII lobster art (no emoji), --help fixed.

PlanExe CLI v0.0.10

22 Mar 23:13

Choose a tag to compare

v0.0.10: Remove last throw in analytics init. Analytics never crashes the app now, even if PostHog client creation fails.

PlanExe CLI v0.0.9

22 Mar 23:10

Choose a tag to compare

v0.0.9: Analytics gracefully disabled when PostHog not configured. No more crash on missing POSTHOG env vars.

PlanExe CLI v0.0.8

22 Mar 22:50

Choose a tag to compare

v0.0.8: Rebuild with hardcoded CB_ENVIRONMENT=prod. Removed --env flag conflict. Billing/analytics env vars optional.

PlanExe CLI v0.0.7

22 Mar 22:43

Choose a tag to compare

v0.0.7: Make Stripe/PostHog/billing env vars optional. CB_ENVIRONMENT=prod baked in. Enables clean boot without billing infrastructure for Claude OAuth testing.

PlanExe CLI v0.0.6

22 Mar 22:23

Choose a tag to compare

v0.0.6

  • Fix: Claude Code OAuth login — credentials now saved to ~/.config/planexe/ (was ~/.config/manicode/)
  • Fix: OAuth state parameter fallback in token exchange (fixes login failures)
  • Fix: NEXT_PUBLIC_CB_ENVIRONMENT defaults to prod at build time
  • Fix: Rebrand login UI — PlanExe Login, planexe run command
  • Fix: cli/release/README.md — full PlanExe rebrand

PlanExe CLI v0.0.5 🦞

20 Mar 21:37

Choose a tag to compare

What's New

  • 🦞 Lobster branding! 'Creative Lobster Autonomous Workers' tagline on splash screen
  • Small logo: '🦞 CLAW 🦞'

Install

npm install -g planexe-cli
planexe

PlanExe CLI v0.0.4

20 Mar 20:38

Choose a tag to compare

Fixes

  • Config directory: ~/.config/manicode/ → ~/.config/planexe/
  • All remaining codebuff/manicode references cleaned from launcher
  • Linux x64 binary included (was missing from v0.0.3)

Install

npm install -g planexe-cli
planexe

PlanExe CLI v0.0.3

20 Mar 20:31

Choose a tag to compare

Fixes

  • 'Starting Codebuff...' → 'Starting PlanExe...' in download message
  • Error messages and metadata filenames updated from codebuff → planexe
  • Both darwin-arm64 AND linux-x64 binaries included

Install

npm install -g planexe-cli
planexe

Full changelog: CHANGELOG.md

PlanExe CLI v0.0.2

20 Mar 20:16

Choose a tag to compare

What's New in v0.0.2

  • Auth rework: No CodeBuff account needed
  • 4 auth methods: Claude Code token, OpenAI Codex token, OpenRouter API key, LM Studio local
  • Auth selector on startup: Choose your provider, config saved to ~/.config/planexe/
  • CodeBuff login bypassed: Tool works standalone

Auth Methods

  1. Claude Code — /connect:claude, uses your Claude Pro/Max subscription
  2. OpenAI Codex — /connect:chatgpt, uses your ChatGPT Plus/Pro subscription
  3. OpenRouter — Bring your own API key
  4. LM Studio — Local models, no auth needed

Install (macOS Apple Silicon)

curl -L https://github.com/VoynichLabs/codebuff/releases/download/v0.0.2/planexe-darwin-arm64.tar.gz | tar xz
sudo mv planexe /usr/local/bin/
planexe