fix(coding-agent): respect nested repo ignore boundaries in find

closes #5960
This commit is contained in:
Armin Ronacher
2026-06-22 10:57:39 +02:00
parent 5641d6bac5
commit 756a4e8f6f
2 changed files with 19 additions and 11 deletions
+1
View File
@@ -4,6 +4,7 @@
### Fixed
- Fixed the `find` tool to respect nested git repository boundaries when parent `.gitignore` rules ignore the nested repo ([#5960](https://github.com/earendil-works/pi/issues/5960)).
- Fixed the usage docs slash command table to include `/trust` and `/import` ([#5959](https://github.com/earendil-works/pi/issues/5959)).
- Fixed broken TUI documentation links to the plan-mode extension example ([#5957](https://github.com/earendil-works/pi/issues/5957)).
- Fixed transient extension UI and session-start messages emitted during session replacement or reload so they remain visible, and kept reload input blocked until reload completes ([#5943](https://github.com/earendil-works/pi/issues/5943)).