Skip to content

v0.6.30

Choose a tag to compare

@github-actions github-actions released this 24 Sep 05:56
· 10 commits to main since this release

Installation

VS Code Extension

  1. Download the promptcode-*.vsix file from the assets below
  2. Install via Command Palette: Extensions: Install from VSIX...
  3. Or via CLI: code --install-extension promptcode-*.vsix

CLI Tool

Quick Install (Recommended)

macOS/Linux:

curl -fsSL https://raw.githubusercontent.com/cogflows/promptcode-vscode/main/packages/cli/scripts/install.sh | bash

Windows (PowerShell):

irm https://raw.githubusercontent.com/cogflows/promptcode-vscode/main/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

Features

  • Auto-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.

What's Changed

  • fix: implement Bun-native prompts for macOS TTY issue (#47) by @avivsinai in #48

Full Changelog: v0.6.29...v0.6.30