Filtering
Filter prompts by source, model, and branch
The project detail view has three filter controls that narrow down which sessions and prompts are visible.
Source filter
Filter by the AI tool that generated the prompt. Sources are shown as colored badges:
| Source | Color |
|---|---|
| cursor | Blue |
| claude-code | Orange |
| codex | Green |
| gemini | Purple |
| manual | Gray |
Model filter
Filter by the AI model used. Models are color-coded by family:
| Model family | Color |
|---|---|
| claude-* | Orange |
| gpt-* | Green |
| gemini-* | Purple |
| o1 / o3 / o4-* | Teal |
| deepseek-* | Blue |
| llama / mistral | Pink |
Branch filter
Filter by git branch. Only appears when branch data is available (Claude Code file watcher captures branch info automatically if available).
✦
All filters are additive: applying a source filter and a model filter shows only sessions matching both criteria.