A markdown viewer, not a file browser PonyMux added a read-only Markdown viewer to its Side Panel, letting developers render .md files directly in the terminal via a keyboard shortcut, file:// links, or the `pony open ` command. The feature is scoped to Markdown only and deliberately excludes a file browser or editor, following the project's "Stay small" principle. Agents such as Claude Code and Codex can push plan and decision documents into the panel, which shows a toast identifying the sender. Agents write a lot of markdown. Plans, architecture decisions, handoff notes, CLAUDE.md. Most of the time I end up cat -ing these files or switching to VS Code just to glance at one. The file never needed editing. I just needed to read it. So PonyMux added a markdown viewer to the Side Panel — read-only, scoped to .md files, rendered through the terminal itself. Not a file browser. Not a step toward becoming an editor. A place to glance at the documents that coordinate work between you and your agents, without leaving the terminal. The distinction matters more than it sounds. The obvious feature request is a file tree. Several terminal products are heading that way — sidebar file explorers, inline previews, built-in editors. It's a natural direction. It's also a step toward becoming VS Code. That's the tension. Every feature like that makes a terminal more capable and more complicated. At some point you're not improving the terminal anymore. You're building a second development environment inside it. PonyMux has a principle called Stay small https://ponymux.com/docs/philosophy stay-small : a feature belongs here when it makes terminal sessions easier to find, understand, continue, or enjoy. Otherwise, it probably belongs somewhere else. A file browser didn't pass that test. But there's a more interesting question underneath it: do you actually need to browse source code in your terminal mux? Agents are increasingly the ones reading and writing code. They navigate files, they make changes, they run tests. What humans need to see more often are the documents that sit above the code — the plan the agent is following, the decision log it should respect, the README it just updated. Markdown is the handshake format between you and your agent. That's the file type worth supporting well. Not all files. This one. It's a read-only Markdown renderer that lives in the Side Panel, next to Sessions. Press ⌥⌘F or click the toolbar button. It renders .md files with styled headings, code blocks, tables, task lists, and inline images. There are three ways to open a file: file:// link .md file, PonyMux opens it in the viewer instead of Finder. pony open