Skip to content

Commit 39a155e

Browse files
chore(release): 6.6.0 [skip ci]
# [6.6.0](v6.5.9...v6.6.0) (2026-02-16) ### Features * Compaction-based context preservation, branding overhaul, and bugfixes ([#56](#56)) ([5aa1bc1](5aa1bc1))
1 parent 5aa1bc1 commit 39a155e

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.6.0] - 2026-02-16
6+
7+
### Features
8+
9+
- Compaction-based context preservation, branding overhaul, and bugfixes
10+
511
## [6.5.9] - 2026-02-15
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.9
116+
export VERSION=6.6.0
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.9",
3+
"version": "6.6.0",
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.9"
3+
__version__ = "6.6.0"
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.9",
3+
"version": "6.6.0",
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.9",
3+
"version": "6.6.0",
44
"description": "Claude Pilot Plugin",
55
"author": {
66
"name": "Max Ritter",

0 commit comments

Comments
 (0)