fix(coding-agent): follow symlinked directories in prompt template loading (#601)

This commit is contained in:
Aliou Diallo 2026-01-09 18:41:42 +01:00 committed by GitHub
parent fbc4e89f84
commit cfef1069bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 21 additions and 3 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Symlinked directories in `prompts/` folders are now followed when loading prompt templates ([#601](https://github.com/badlogic/pi-mono/pull/601) by [@aliou](https://github.com/aliou))
## [0.42.0] - 2026-01-09
### Added