Releases: cogflows/promptcode-vscode
v0.5.2
Installation
VS Code Extension
- Download
promptcode-v0.5.2.vsix - Install via Command Palette:
Extensions: Install from VSIX... - 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 | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/cogflows/promptcode-vscode/main/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
Features
- ✨ Auto-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.
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
Installation
VS Code Extension
- Download
promptcode-v0.5.1.vsix - Install via Command Palette:
Extensions: Install from VSIX... - 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 | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/cogflows/promptcode-vscode/main/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
Features
- ✨ Auto-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.
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
Installation
VS Code Extension
- Download
promptcode-v0.5.0.vsix - Install via Command Palette:
Extensions: Install from VSIX... - 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 | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/cogflows/promptcode-vscode/main/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
Features
- ✨ Auto-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.
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
v0.4.5
Installation
VS Code Extension
- Download
promptcode-v0.4.5.vsix - Install via Command Palette:
Extensions: Install from VSIX... - Or via CLI:
code --install-extension promptcode-v0.4.5.vsix
CLI Tool
Quick Install (Recommended)
macOS/Linux:
curl -fsSL https://raw.githubusercontent.com/cogflows/promptcode-vscode/main/packages/cli/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/cogflows/promptcode-vscode/main/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
Features
- ✨ Auto-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.4.4...v0.4.5
v0.4.4
Installation
VS Code Extension
- Download
promptcode-v0.4.4.vsix - Install via Command Palette:
Extensions: Install from VSIX... - Or via CLI:
code --install-extension promptcode-v0.4.4.vsix
CLI Tool
Quick Install (Recommended)
macOS/Linux:
curl -fsSL https://raw.githubusercontent.com/cogflows/promptcode-vscode/main/packages/cli/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/cogflows/promptcode-vscode/main/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
Features
- ✨ Auto-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.4.3...v0.4.4
v0.4.3
Installation
VS Code Extension
- Download
promptcode-v0.4.3.vsix - Install via Command Palette:
Extensions: Install from VSIX... - Or via CLI:
code --install-extension promptcode-v0.4.3.vsix
CLI Tool
Quick Install (Recommended)
macOS/Linux:
curl -fsSL https://raw.githubusercontent.com/cogflows/promptcode-vscode/main/packages/cli/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/cogflows/promptcode-vscode/main/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
Features
- ✨ Auto-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.4.2...v0.4.3
v0.4.2
Installation
VS Code Extension
- Download
promptcode-v0.4.2.vsix - Install via Command Palette:
Extensions: Install from VSIX... - Or via CLI:
code --install-extension promptcode-v0.4.2.vsix
CLI Tool
Quick Install (Recommended)
macOS/Linux:
curl -fsSL https://raw.githubusercontent.com/cogflows/promptcode-vscode/main/packages/cli/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/cogflows/promptcode-vscode/main/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
Features
- ✨ Self-updating: Run
promptcode self-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.4.1...v0.4.2
v0.4.1
Installation
VS Code Extension
- Download
promptcode-v0.4.1.vsix - Install via Command Palette:
Extensions: Install from VSIX... - Or via CLI:
code --install-extension promptcode-v0.4.1.vsix
CLI Tool
Quick Install (Recommended)
macOS/Linux:
curl -fsSL https://raw.githubusercontent.com/cogflows/promptcode-vscode/main/packages/cli/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/cogflows/promptcode-vscode/main/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
Features
- ✨ Self-updating: Run
promptcode self-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.4.0...v0.4.1
v0.4.0
Installation
VS Code Extension
- Download
promptcode-v0.4.0.vsix - Install via Command Palette:
Extensions: Install from VSIX... - Or via CLI:
code --install-extension promptcode-v0.4.0.vsix
CLI Tool
Quick Install (Recommended)
macOS/Linux:
curl -fsSL https://raw.githubusercontent.com/cogflows/promptcode-vscode/main/packages/cli/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/cogflows/promptcode-vscode/main/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
Features
- ✨ Self-updating: Run
promptcode self-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.
What's Changed
- feat: CLI integration with command simplification by @avivsinai in #1
New Contributors
- @avivsinai made their first contribution in #1
Full Changelog: v0.3.14...v0.4.0
v0.3.14
Installation
VS Code Extension
- Download
promptcode-v0.3.14.vsix - Install via Command Palette:
Extensions: Install from VSIX... - Or via CLI:
code --install-extension promptcode-v0.3.14.vsix
CLI Tool
Quick Install (Recommended)
macOS/Linux:
curl -fsSL https://raw.githubusercontent.com/cogflows/promptcode-vscode/main/packages/cli/scripts/install.sh | bashWindows (PowerShell):
irm https://raw.githubusercontent.com/cogflows/promptcode-vscode/main/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
Features
- ✨ Self-updating: Run
promptcode self-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.13...v0.3.14