v0.3.4
Installation
VS Code Extension
- Download
promptcode-v0.3.4.vsix - Install via Command Palette:
Extensions: Install from VSIX... - Or via CLI:
code --install-extension promptcode-v0.3.4.vsix
CLI Tool
Quick Install (Recommended)
macOS/Linux:
curl -fsSL https://raw.githubusercontent.com/cogflows/promptcode-vscode/feature/cli-integration/packages/cli/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/cogflows/promptcode-vscode/feature/cli-integration/packages/cli/scripts/install.ps1 | iexManual Installation
- Download the appropriate binary for your platform from the assets below
- Make it executable:
chmod +x promptcode-*(Mac/Linux) - Move to PATH:
sudo mv promptcode-* /usr/local/bin/promptcode - Run:
promptcode --help
What's New in v0.3.4 (CLI v0.2.0)
Breaking Changes
self-updaterenamed toupdate--no-gitignorerenamed to--ignore-gitignore--list-modelsrenamed to--models--save-dirrenamed to--output-dir--set-*-keyoptions removed (use environment variables)version-infocommand replaced with--detailedflag
Improvements
- More idiomatic command naming throughout
- Enhanced security by using environment variables for API keys
- Fixed template path resolution for compiled Bun binaries
- 100% test pass rate
Features
- ✨ Self-updating: Run
promptcode updateto get the latest version - 🤖 Claude Code Integration: Auto-detects and configures for Claude projects
- 🗑️ Clean uninstall: Run
promptcode uninstallto remove completely
See README for detailed documentation.
Full Changelog: v0.3.3...v0.3.4