Skip to content

Commit 9ba339c

Browse files
chore(release): 7.8.1 [skip ci]
## [7.8.1](v7.8.0...v7.8.1) (2026-03-28) ### Bug Fixes * add Claude CLI flag passthrough and relax /spec permission mode enforcement ([16eb4bd](16eb4bd)) * add debug step to diagnose CI logger.formatTool failure ([80ab419](80ab419)) * add debug step to release.yml (runs on main, not dev) ([0fa7c48](0fa7c48)) * enhanced CI debug for logger test — check test file content and single-file run ([e0b3352](e0b3352)) * pin Bun version to 1.3.9 in CI workflows ([4c4fd0a](4c4fd0a)) * replace codebase-memory-mcp with CodeGraph across project ([645cfab](645cfab)) * replace mock.module with spyOn for logger in timeline-formatting tests ([a1213f9](a1213f9)) * skip quality hooks when project has no linter config ([0a5157d](0a5157d))
1 parent a1213f9 commit 9ba339c

7 files changed

Lines changed: 24 additions & 6 deletions

File tree

CHANGELOG.md

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

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

5+
## [7.8.1] - 2026-03-28
6+
7+
### Bug Fixes
8+
9+
- Replace mock.module with spyOn for logger in timeline-formatting tests
10+
- Enhanced CI debug for logger test — check test file content and single-file run
11+
- Add debug step to release.yml (runs on main, not dev)
12+
- Add debug step to diagnose CI logger.formatTool failure
13+
- Pin Bun version to 1.3.9 in CI workflows
14+
- Skip quality hooks when project has no linter config
15+
- Replace codebase-memory-mcp with CodeGraph across project
16+
- Add Claude CLI flag passthrough and relax /spec permission mode enforcement
17+
18+
### Miscellaneous
19+
20+
- Improved Website Content
21+
- Updated Pricing Section and Readme
22+
523
## [7.8.0] - 2026-03-27
624

725
### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Installs globally on macOS, Linux, and Windows (WSL2). All tools and rules go to
7979
**Specific version** (see [releases](https://github.com/maxritter/pilot-shell/releases)):
8080

8181
```bash
82-
export VERSION=7.8.0
82+
export VERSION=7.8.1
8383
curl -fsSL https://raw.githubusercontent.com/maxritter/pilot-shell/main/install.sh | bash
8484
```
8585

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": "7.8.0",
3+
"version": "7.8.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__ = "7.8.0"
3+
__version__ = "7.8.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__ = "7.8.0"
3+
__version__ = "7.8.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": "7.8.0",
3+
"version": "7.8.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": "7.8.0",
3+
"version": "7.8.1",
44
"description": "Pilot Shell Plugin",
55
"author": {
66
"name": "Max Ritter",

0 commit comments

Comments
 (0)