Skip to content

Commit 047b1a7

Browse files
chore(release): 6.5.6 [skip ci]
## [6.5.6](v6.5.5...v6.5.6) (2026-02-14) ### Bug Fixes * Clarify existing project support, streamline installer UX ([daed980](daed980))
1 parent daed980 commit 047b1a7

7 files changed

Lines changed: 11 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to Claude Pilot will be documented in this file.
44

5+
## [6.5.6] - 2026-02-14
6+
7+
### Bug Fixes
8+
9+
- Clarify existing project support, streamline installer UX
10+
511
## [6.5.5] - 2026-02-14
612

713
### Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ After installation, run `pilot` or `ccp` in your project folder to start Claude
113113
If the current version has issues, you can install a specific stable version (see [releases](https://github.com/maxritter/claude-pilot/releases)):
114114

115115
```bash
116-
export VERSION=6.5.5
116+
export VERSION=6.5.6
117117
curl -fsSL https://raw.githubusercontent.com/maxritter/claude-pilot/main/install.sh | bash
118118
```
119119

console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pilot-console",
3-
"version": "6.5.5",
3+
"version": "6.5.6",
44
"description": "Memory system for Claude Pilot - persistent context and observations",
55
"type": "module",
66
"private": true,

installer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Claude Pilot Installer - Step-based installation pipeline."""
22

3-
__version__ = "6.5.5"
3+
__version__ = "6.5.6"
44
__build__ = "dev"

launcher/__init__.py

0 Bytes
Binary file not shown.

pilot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-pilot-plugin",
3-
"version": "6.5.5",
3+
"version": "6.5.6",
44
"private": true,
55
"description": "Runtime dependencies for pilot-memory bundled hooks",
66
"type": "module",

pilot/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-pilot-plugin",
3-
"version": "6.5.5",
3+
"version": "6.5.6",
44
"description": "Claude Pilot Plugin",
55
"author": {
66
"name": "Max Ritter",

0 commit comments

Comments
 (0)