fix(coding-agent): add follow-up docs, changelog, and precedence tests closes #2429

This commit is contained in:
Mario Zechner
2026-03-26 00:28:30 +01:00
parent 76f6f8cb8b
commit 7e94d36a44
3 changed files with 164 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Added
- Added `sessionDir` setting support in global and project `settings.json` so session storage can be configured without passing `--session-dir` on every invocation ([#2598](https://github.com/badlogic/pi-mono/pull/2598) by [@smcllns](https://github.com/smcllns))
### Fixed
- Added missing `ajv` direct dependency; previously relied on transitive install via `@mariozechner/pi-ai` which broke standalone installs ([#2252](https://github.com/badlogic/pi-mono/issues/2252))