feat(coding-agent): improve session picker search (#731)

This commit is contained in:
Can Celik
2026-01-15 01:28:23 +03:00
committed by GitHub
parent cc8c51d9ae
commit 537bdb6972
4 changed files with 347 additions and 12 deletions

View File

@@ -12,6 +12,7 @@
- Edit tool now uses fuzzy matching as fallback when exact match fails, tolerating trailing whitespace, smart quotes, Unicode dashes, and special spaces ([#713](https://github.com/badlogic/pi-mono/pull/713) by [@dannote](https://github.com/dannote))
- Support `APPEND_SYSTEM.md` to append instructions to the system prompt ([#716](https://github.com/badlogic/pi-mono/pull/716) by [@tallshort](https://github.com/tallshort))
- Session picker search: Ctrl+R toggles sorting between fuzzy match (default) and most recent; supports quoted phrase matching and `re:` regex mode ([#731](https://github.com/badlogic/pi-mono/pull/731) by [@ogulcancelik](https://github.com/ogulcancelik))
### Changed