v0.6.0
Released 2026-07-21 · 3 min read · Omnigent maintainers
Omnigent 0.6.0 is a major release focused on meeting you wherever you work, from bringing your existing chats in and reading files richly to driving sessions from Slack and a desktop app on every platform. It lands a guided theme editor for making the UI your own, first-class Slack control complete with inline approvals, and native desktop apps that now run on Windows and Linux alongside macOS.
1. Richer file viewing
Reading files inside Omnigent now covers far more than plain source. You get inline PDF preview with review comments, find-in-file across the editor, and rendered previews for markdown and notebooks — so you can review what the agent produced without leaving the session.
The diff viewer adds a "Wrap lines" toggle for long lines, and the file panel stays browsable even when the runner is offline, as long as the host is still connected, so you are never locked out of your files mid-session.
Learn more in the Code viewer and diffs.
2. Custom themes
You can now shape Omnigent's look with a guided theme editor. Shared accent, tint, and contrast controls plus a sidebar translucency setting let you tune the whole interface, and there is a new Nord palette to start from — or hit the randomize dice to discover a look you like.
The file editor follows your Omnigent theme too, so your chosen palette carries through from the session view into the code you are reading and editing.
Learn more in the Appearance settings.
3. Bring your existing work in
Starting fresh in a new tool usually means leaving your history behind. Now you can import your Claude Code and Codex chats directly with omni import, bringing up to 50 conversations in at once. Imported and new sessions also get automatic first-turn titles, so your list stays readable without any manual naming.
Learn more in the Import existing chats.
4. Navigation bar in transcript
Long transcripts are now easy to move through. A navigation bar in the session transcript lets you jump around your history with a click, so you can find an earlier turn or result without endless scrolling.
5. Slack integration

You can now kick off and drive Omnigent sessions straight from Slack. Beyond starting work, you can approve tool calls and answer the agent's questions inline in the channel, so you can keep a session moving from wherever your team already talks.
Learn more in the Slack.
6. Omnigent desktop app on Windows and Linux
The Omnigent desktop app is no longer macOS-only. Windows and Linux builds are now available, so you can run the native app on your platform of choice. Download the build for your system from the website.
Learn more in the Install.
Full Changelog: https://github.com/omnigent-ai/omnigent/blob/main/CHANGELOG.md
What's Next
Install or upgrade Omnigent:
uv tool install --python 3.12 omnigent # or: pip install "omnigent"