Skip to content

Releases: cogflows/promptcode-vscode

v0.6.9

26 Aug 17:01
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.8...v0.6.9

v0.6.8

26 Aug 15:10
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.7...v0.6.8

v0.6.6

23 Aug 15:27
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: Resolve CSP violations preventing UI interaction (Issue #17) by @avivsinai in #18

Full Changelog: v0.6.5...v0.6.6

v0.6.5

23 Aug 05:57
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: rewrite stats command for high-performance handling of large repos by @avivsinai in #16

Full Changelog: v0.6.4...v0.6.5

v0.6.4

22 Aug 06:14
91f56e5
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

  • chore: cleanup presets and sync CLI version by @avivsinai in #13

Full Changelog: v0.6.3...v0.6.4

v0.6.3

20 Aug 21:29
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.2...v0.6.3

v0.6.2

19 Aug 18:19
Compare
Choose a tag to compare

Installation

VS Code Extension

  1. Download promptcode-v0.6.2.vsix
  2. Install via Command Palette: Extensions: Install from VSIX...
  3. Or via CLI: code --install-extension promptcode-v0.6.2.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.

v0.5.2

13 Aug 18:53
Compare
Choose a tag to compare

Installation

VS Code Extension

  1. Download promptcode-v0.5.2.vsix
  2. Install via Command Palette: Extensions: Install from VSIX...
  3. Or via CLI: code --install-extension promptcode-v0.5.2.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 search, selection, and core integration bugs (#6) by @avivsinai in #7

Full Changelog: v0.5.1...v0.5.2

v0.5.1

12 Aug 14:23
Compare
Choose a tag to compare

Installation

VS Code Extension

  1. Download promptcode-v0.5.1.vsix
  2. Install via Command Palette: Extensions: Install from VSIX...
  3. Or via CLI: code --install-extension promptcode-v0.5.1.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

  • feat: Add Cursor integration and improve CLI documentation by @avivsinai in #5

Full Changelog: v0.5.0...v0.5.1

v0.5.0

11 Aug 20:16
6d82d20
Compare
Choose a tag to compare

Installation

VS Code Extension

  1. Download promptcode-v0.5.0.vsix
  2. Install via Command Palette: Extensions: Install from VSIX...
  3. Or via CLI: code --install-extension promptcode-v0.5.0.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

  • feat: migrate VS Code extension to use @promptcode/core package by @avivsinai in #3

Full Changelog: v0.4.5...v0.5.0