Skip to content

Releases: cogflows/promptcode-vscode

v0.6.31

25 Sep 05:32
Compare
Choose a tag to compare

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.

Full Changelog: v0.6.30...v0.6.31

v0.6.30

24 Sep 05:56
Compare
Choose a tag to compare

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

v0.6.29

20 Sep 20:47
Compare
Choose a tag to compare

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.

Full Changelog: v0.6.28...v0.6.29

v0.6.28

20 Sep 20:37
Compare
Choose a tag to compare

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.

Full Changelog: v0.6.27...v0.6.28

v0.6.26

11 Sep 19:44
Compare
Choose a tag to compare

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 critical installer issues identified in multi-model code review by @avivsinai in #45

Full Changelog: v0.6.25...v0.6.26

v0.6.25

09 Sep 14:19
Compare
Choose a tag to compare

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.

Full Changelog: v0.6.24...v0.6.25

v0.6.24

09 Sep 13:56
Compare
Choose a tag to compare

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: expand tool permissions for Claude Code commands (#42) by @avivsinai in #43

Full Changelog: v0.6.23...v0.6.24

v0.6.23

04 Sep 09:08
Compare
Choose a tag to compare

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: template updates now work properly during 'promptcode update' by @avivsinai in #41

Full Changelog: v0.6.22...v0.6.23

v0.6.22

03 Sep 06:46
Compare
Choose a tag to compare

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.

Full Changelog: v0.6.21...v0.6.22

v0.6.21

03 Sep 06:04
Compare
Choose a tag to compare

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: update allowed-tools syntax for Bash permissions by @avivsinai in #39

Full Changelog: v0.6.20...v0.6.21