fix(coding-agent): add missing ajv direct dependency, fixes #2252

This commit is contained in:
Mario Zechner
2026-03-25 21:42:41 +01:00
Unverified
parent 21950c5ba4
commit de29f65316
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -8584,6 +8584,7 @@
"@mariozechner/pi-ai": "^0.62.0",
"@mariozechner/pi-tui": "^0.62.0",
"@silvia-odwyer/photon-node": "^0.3.4",
"ajv": "^8.17.1",
"chalk": "^5.5.0",
"cli-highlight": "^2.1.11",
"diff": "^8.0.2",
+1
View File
@@ -4,6 +4,7 @@
### 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))
- Fixed `/export` HTML backgrounds to honor `theme.export.pageBg`, `cardBg`, and `infoBg` instead of always deriving them from `userMessageBg` ([#2565](https://github.com/badlogic/pi-mono/issues/2565))
- Fixed interactive bash execution collapsed previews to recompute visual line wrapping at render time, so previews respect the current terminal width after resizes and split-pane width changes ([#2569](https://github.com/badlogic/pi-mono/issues/2569))
- Fixed RPC `get_session_stats` to expose `contextUsage`, so headless clients can read actual current context-window usage instead of deriving it from token totals ([#2550](https://github.com/badlogic/pi-mono/issues/2550))
+1
View File
@@ -44,6 +44,7 @@
"@mariozechner/pi-ai": "^0.62.0",
"@mariozechner/pi-tui": "^0.62.0",
"@silvia-odwyer/photon-node": "^0.3.4",
"ajv": "^8.17.1",
"chalk": "^5.5.0",
"cli-highlight": "^2.1.11",
"diff": "^8.0.2",