Web UI
The web UI starts automatically with every session. When the server launches, the URL is printed in your terminal. Open it in any browser to get started.

Session management
See all your sessions in one place. Resume any previous conversation, start new ones, switch between them. Switch agents mid-conversation directly from the UI.
Sessions persist across browser refreshes and server restarts.
File editor
A full markdown editor with syntax highlighting for browsing and editing every file your omnigent touches.
Your omnigent drafts a documentation page. You open it in the editor, read it properly formatted, and make direct edits. Your omnigent generates a config file. You review it with full syntax highlighting.
Use cases: updating documentation sites, reviewing omnigent-generated plans, editing configs.

Code viewer and diffs
Review what your omnigent changed before accepting. Syntax-highlighted diffs show exactly what was added, modified, or removed.
Inline comments and addressing
Instead of typing in chat "change the third paragraph to be more concise," you click on that paragraph and leave a comment: "too verbose, tighten this up." The omnigent sees exactly what you're referring to and revises it.
Addressing closes the loop: resolve a comment and the omnigent acts on the feedback. The workflow is: omnigent proposes, you annotate, omnigent revises.
Where this matters most:
- Reviewing plans before execution. Annotate the steps you want changed before the omnigent starts building.
- Editing drafted docs. Leave line-level feedback instead of rewriting in chat.
- Iterating on configs. Flag the fields that need adjustment.

Multi-modal input
Paste images, screenshots, diagrams, and mockups directly into the conversation. The omnigent sees them alongside your text. Useful for frontend work where describing a layout issue in words is slower than screenshotting it.
Collaboration
Share your session with teammates for real-time co-driving. Multiple people see the same conversation, leave comments, and interact with the omnigent simultaneously.
See Collaboration for details on sharing, permissions, and multi-user workflows.