| Name | Type | Description |
|---|---|---|
current_thread | str | None | Default: NoneThe currently active thread ID (to highlight). |
thread_limit | int | None | Default: NoneMaximum number of rows to fetch when querying DB. |
initial_threads | list[ThreadInfo] | None | Default: None |
filter_cwd | str | _Sentinel | None | Default: _CWD_DEFAULT |
| Name | Type |
|---|---|
| current_thread | str | None |
| thread_limit | int | None |
| initial_threads | list[ThreadInfo] | None |
| filter_cwd | str | _Sentinel | None |
Return whether the delete confirmation overlay is visible.
Move focus backward through the filter and column-toggle controls.
Modal dialog for browsing and resuming threads.
Displays recent threads with keyboard navigation, fuzzy search, configurable columns, and delete support.
Returns a thread_id string on selection, or None on cancel.
Optional preloaded rows to render immediately.
Working-directory filter for the picker.
When the default sentinel, the picker mirrors Claude Code's
/resume and scopes to the current working directory; the
"Show threads from" select in the Options panel widens the
view to "all directories". Pass an explicit path to scope to
that directory, or None to start the picker with no cwd
filter.