Skip to content

v0.3.4

Choose a tag to compare

@github-actions github-actions released this 07 Aug 08:52
· 218 commits to main since this release

Installation

VS Code Extension

  1. Download promptcode-v0.3.4.vsix
  2. Install via Command Palette: Extensions: Install from VSIX...
  3. 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 | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/cogflows/promptcode-vscode/feature/cli-integration/packages/cli/scripts/install.ps1 | iex

Manual Installation

  1. Download the appropriate binary for your platform from the assets below
  2. Make it executable: chmod +x promptcode-* (Mac/Linux)
  3. Move to PATH: sudo mv promptcode-* /usr/local/bin/promptcode
  4. Run: promptcode --help

What's New in v0.3.4 (CLI v0.2.0)

Breaking Changes

  • self-update renamed to update
  • --no-gitignore renamed to --ignore-gitignore
  • --list-models renamed to --models
  • --save-dir renamed to --output-dir
  • --set-*-key options removed (use environment variables)
  • version-info command replaced with --detailed flag

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 update to get the latest version
  • 🤖 Claude Code Integration: Auto-detects and configures for Claude projects
  • 🗑️ Clean uninstall: Run promptcode uninstall to remove completely

See README for detailed documentation.

Full Changelog: v0.3.3...v0.3.4