Skip to content

Commit 7211f20

Browse files
chore(release): 9.1.0 [skip ci]
# [9.1.0](v9.0.6...v9.1.0) (2026-05-28) ### Features * enable Codex CLI as a first-class agent alongside Claude Code ([#153](#153)) ([fdbe276](fdbe276))
1 parent fdbe276 commit 7211f20

6 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 Pilot Shell will be documented in this file.
44

5+
## [9.1.0] - 2026-05-28
6+
7+
### Features
8+
9+
- Enable Codex CLI as a first-class agent alongside Claude Code
10+
511
## [9.0.6] - 2026-05-26
612

713
### Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Installs globally on macOS, Linux, and Windows (WSL2). After installation, just
8484
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)):
8585

8686
```bash
87-
export VERSION=9.0.6
87+
export VERSION=9.1.0
8888
curl -fsSL https://raw.githubusercontent.com/maxritter/pilot-shell/main/install.sh | bash
8989
```
9090
</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": "9.0.6",
3+
"version": "9.1.0",
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__ = "9.0.6"
3+
__version__ = "9.1.0"
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__ = "9.0.6"
3+
__version__ = "9.1.0"
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",
3-
"version": "9.0.6",
3+
"version": "9.1.0",
44
"private": true,
55
"description": "Runtime dependencies for pilot-memory bundled hooks",
66
"type": "module",

0 commit comments

Comments
 (0)