What you can do
- Browse Markdown files in your workspace (including
README.md-style documentation). - Rendered view with headings and a table of contents for fast navigation.
- Search:
- filter by file path/name,
- search within a single file,
- and search across the workspace.
- Live updates when files change on disk (handy when agents are editing docs).
- Syntax highlighting for fenced code blocks.
How it fits into agent workflows
File View is most useful when:- you want to keep project docs visible while you’re working in a thread,
- you’re reviewing Markdown changes an agent just made,
- or you’re using the docs themselves as the shared “source of truth” for a task.
Useful shortcuts
- Toggle File View: ⌘ E
- Search within File View (when a file is selected): ⌘ F
- Focus file filter input: ⌘ ⇧ F
- Copy selected file path: ⌘ ⇧ C

