From 0c98d5a54a9e704997f9d29952e5ce810edae2d4 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Sun, 5 Apr 2026 23:06:47 +0200 Subject: [PATCH] fix(coding-agent): remove stale /exit docs closes #2850 --- packages/coding-agent/CHANGELOG.md | 1 + packages/coding-agent/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/coding-agent/CHANGELOG.md b/packages/coding-agent/CHANGELOG.md index 1d361e7e..9757bede 100644 --- a/packages/coding-agent/CHANGELOG.md +++ b/packages/coding-agent/CHANGELOG.md @@ -8,6 +8,7 @@ - Theme file watcher now handles async `fs.watch` error events instead of crashing the process ([#2791](https://github.com/badlogic/pi-mono/issues/2791)) - Fixed CLI extension paths like `git:gist.github.com/...` being incorrectly resolved against cwd instead of being passed through to the package manager ([#2845](https://github.com/badlogic/pi-mono/pull/2845) by [@aliou](https://github.com/aliou)) - Fixed piped stdin runs with `--mode json` to preserve JSONL output instead of falling back to plain text ([#2848](https://github.com/badlogic/pi-mono/pull/2848) by [@aliou](https://github.com/aliou)) +- Fixed interactive command docs to stop listing removed `/exit` as a supported quit command ([#2850](https://github.com/badlogic/pi-mono/issues/2850)) ## [0.65.0] - 2026-04-03 diff --git a/packages/coding-agent/README.md b/packages/coding-agent/README.md index 3274557d..48b6b803 100644 --- a/packages/coding-agent/README.md +++ b/packages/coding-agent/README.md @@ -169,7 +169,7 @@ Type `/` in the editor to trigger commands. [Extensions](#extensions) can regist | `/reload` | Reload keybindings, extensions, skills, prompts, and context files (themes hot-reload automatically) | | `/hotkeys` | Show all keyboard shortcuts | | `/changelog` | Display version history | -| `/quit`, `/exit` | Quit pi | +| `/quit` | Quit pi | ### Keyboard Shortcuts