Skip to content

Commit b543bcc

Browse files
committed
fix: replace /plan with instruction-based planning prefix (v3.3.1)
Closes #60. The /plan slash command is only available in Claude Code's interactive TTY mode, not in --stream-json or custom engines. Tested across Claude Code, Codex, and Gemini CLI.
1 parent 39060c2 commit b543bcc

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.3.1] - 2026-05-07
9+
10+
### Fixed
11+
12+
- **#60`/plan` isn't available in this environment.** The `plan: true` option in `sendMessage` previously prepended `/plan` to the message, which is a Claude Code interactive-only slash command not available in `--stream-json` mode or any other engine. Replaced with a universally compatible instruction-based planning prefix (`[Planning Mode] ...`) in both `persistent-session.ts` and `persistent-custom-session.ts`. Tested across Claude Code, Codex, and Gemini.
13+
814
## [3.3.0] - 2026-05-06
915

1016
### Added — `engine: 'opencode'` for [sst/opencode](https://github.com/sst/opencode)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@enderfga/claw-orchestrator",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "Claw Orchestrator — run Claude Code, Codex, Gemini, Cursor Agent, OpenCode and custom coding CLIs as one unified runtime for claw-style agent systems. Runs standalone, with first-class OpenClaw plugin support. Persistent sessions, multi-agent council, tool orchestration.",
55
"type": "module",
66
"main": "./dist/src/index.js",

0 commit comments

Comments
 (0)