Releases: VoynichLabs/codebuff
Releases · VoynichLabs/codebuff
PlanExe CLI v0.0.11
v0.0.11: Branding fixes — Codebuff→PlanExe everywhere, ASCII lobster art (no emoji), --help fixed.
PlanExe CLI v0.0.10
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
v0.0.9: Analytics gracefully disabled when PostHog not configured. No more crash on missing POSTHOG env vars.
PlanExe CLI v0.0.8
v0.0.8: Rebuild with hardcoded CB_ENVIRONMENT=prod. Removed --env flag conflict. Billing/analytics env vars optional.
PlanExe CLI v0.0.7
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
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_ENVIRONMENTdefaults 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 🦞
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
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
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
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
- Claude Code — /connect:claude, uses your Claude Pro/Max subscription
- OpenAI Codex — /connect:chatgpt, uses your ChatGPT Plus/Pro subscription
- OpenRouter — Bring your own API key
- 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