zot/packages
Raymond Gasper 4a8d2ed68e fix(tui): clear @-picker filter when browsing into/out of a directory
In flat (non-recursive) mode, typing a filter to locate a directory and
then opening it with Right re-applied that same filter inside the
directory. Typing "@eda" then Right to open eda/ showed nothing,
because no child of eda/ matches "eda". The filter the user typed
selected the directory at the current level; it has no meaning one
level deeper.

Clear the text after the last "@" (keeping the bare "@" so the picker
stays open) whenever Right or Left successfully changes the browse
level. The filter was scoped to the level just left, so dropping it
shows the new directory's full contents.

Adds a regression test that opens eda/ after an "@eda" filter and
asserts the directory's contents are listed while the stale filter
would have matched nothing.
2026-06-10 09:41:35 -04:00
..
agent fix(tui): clear @-picker filter when browsing into/out of a directory 2026-06-10 09:41:35 -04:00
core style: drop em-dashes from output-token-budget strings/comments 2026-06-09 18:38:09 +02:00
ignore fix(tui): honor nested .gitignore in recursive @-picker + raise entry cap 2026-06-10 09:13:18 -04:00
provider feat(provider): temporarily add claude-fable-5 to the Bedrock catalog 2026-06-10 07:50:47 +02:00
tui Word-wrap provider error rows instead of truncating 2026-06-04 19:25:16 +02:00