Skip to content

explore: log search and fuzzy matching in run history UI #171

@AlexChesser

Description

@AlexChesser

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions