Skip to content

Commit b3fd8ef

Browse files
chore(release): 8.5.1 [skip ci]
## [8.5.1](v8.5.0...v8.5.1) (2026-04-29) ### Bug Fixes * Optimize Context Usage for Rules, Memory and MCPs ([a6340d7](a6340d7))
1 parent a6340d7 commit b3fd8ef

7 files changed

Lines changed: 12 additions & 6 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 Pilot Shell will be documented in this file.
44

5+
## [8.5.1] - 2026-04-29
6+
7+
### Bug Fixes
8+
9+
- Optimize Context Usage for Rules, Memory and MCPs
10+
511
## [8.5.0] - 2026-04-29
612

713
### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Installs globally on macOS, Linux, and Windows (WSL2). All tools and rules go to
8888
If you encounter an issue or unfixed bug in the latest version, you can always go back to a previous version (see [releases](https://github.com/maxritter/pilot-shell/releases)):
8989

9090
```bash
91-
export VERSION=8.5.0
91+
export VERSION=8.5.1
9292
curl -fsSL https://raw.githubusercontent.com/maxritter/pilot-shell/main/install.sh | bash
9393
```
9494
</details>

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": "8.5.0",
3+
"version": "8.5.1",
44
"description": "Memory system for Pilot Shell - 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
"""Pilot Shell Installer - Step-based installation pipeline."""
22

3-
__version__ = "8.5.0"
3+
__version__ = "8.5.1"
44
__build__ = "dev"

launcher/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Pilot Shell - Protected source module with license verification."""
22

3-
__version__ = "8.5.0"
3+
__version__ = "8.5.1"
44
__build__ = "dev"

pilot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pilot-shell-plugin",
3-
"version": "8.5.0",
3+
"version": "8.5.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": "pilot-shell-plugin",
3-
"version": "8.5.0",
3+
"version": "8.5.1",
44
"description": "Pilot Shell Plugin",
55
"author": {
66
"name": "Max Ritter",

0 commit comments

Comments
 (0)