Context
The run history tree in the side panel (issue #167) uses ail logs --format json to list recent runs. The CLI already supports --query (full-text search) and --session (run_id prefix match).
Open Question
What would useful search/fuzzy-match UX look like in the VS Code tree view? Options might include:
- A search box above the history tree filtering by prompt text
- Fuzzy matching on prompt content
- Filtering by date range, step count, error state
- Passing
--query to ail logs directly from the UI
Next Steps
Needs design exploration once the base history tree (#167) is shipped and usable in practice.
Context
The run history tree in the side panel (issue #167) uses
ail logs --format jsonto list recent runs. The CLI already supports--query(full-text search) and--session(run_id prefix match).Open Question
What would useful search/fuzzy-match UX look like in the VS Code tree view? Options might include:
--querytoail logsdirectly from the UINext Steps
Needs design exploration once the base history tree (#167) is shipped and usable in practice.