Skip to content

Commit 3a59cd4

Browse files
chore(release): 6.9.1 [skip ci]
## [6.9.1](v6.9.0...v6.9.1) (2026-02-20) ### Bug Fixes * consolidate test infrastructure, harden parallel spec workflows ([#80](#80)) ([df6fd5a](df6fd5a)) * make vexor model pre-download best-effort during installation ([4b2f2da](4b2f2da)) * use sys.executable instead of uv in spec_validators tests ([9145e19](9145e19))
1 parent 4b2f2da commit 3a59cd4

File tree

7 files changed

+13
-5
lines changed

7 files changed

+13
-5
lines changed

CHANGELOG.md

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

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

5+
## [6.9.1] - 2026-02-20
6+
7+
### Bug Fixes
8+
9+
- Make vexor model pre-download best-effort during installation
10+
- Use sys.executable instead of uv in spec_validators tests
11+
- Consolidate test infrastructure, harden parallel spec workflows
12+
513
## [6.9.0] - 2026-02-19
614

715
### 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.9.0
116+
export VERSION=6.9.1
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.9.0",
3+
"version": "6.9.1",
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.9.0"
3+
__version__ = "6.9.1"
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.9.0",
3+
"version": "6.9.1",
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.9.0",
3+
"version": "6.9.1",
44
"description": "Claude Pilot Plugin",
55
"author": {
66
"name": "Max Ritter",

0 commit comments

Comments
 (0)