@oh-my-pi/pi-coding-agent 15.12.2 → 15.12.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/cli.js +13 -13
- package/dist/types/config/settings-schema.d.ts +1 -1
- package/package.json +12 -12
- package/src/config/settings-schema.ts +1 -1
- package/src/internal-urls/docs-index.generated.ts +1 -1
- package/src/modes/controllers/input-controller.ts +7 -1
- package/src/tools/ast-edit.ts +12 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [15.12.3] - 2026-06-12
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- Restored the intended double-Esc default to `/tree` and fixed the Esc-opened selector path to reset the terminal display instead of preserving stale scrollback when the selector opens.
|
|
10
|
+
|
|
5
11
|
## [15.12.2] - 2026-06-12
|
|
6
12
|
|
|
7
13
|
### Fixed
|