v0.14.0
Released 2026-09-15 · 3 min read · Omnigent maintainers
This release makes it easier to work across GitHub repositories, configure sessions, and keep track of ongoing work. It also adds deployment options and improves session recovery.
Work across repositories
- Track multiple GitHub PRs in one session, including PRs from different repositories.
- Switch between PR summaries and diffs, and manually link or unlink PRs.
- Start a managed sandbox with multiple GitHub repositories: choose repositories and branches when creating a session; Omnigent clones them in parallel so the agent can work across them.
A smoother chat interface
- Configure sessions in one place. The redesigned composer brings workspace, agent, model, reasoning effort, and permission controls together, with improved folder browsing.
- Find sessions faster. Search session names with
⌘⌥Son macOS orCtrl+Alt+Son Windows/Linux. - Open the model picker from your keyboard with
⌘⇧Mon macOS orCtrl+Shift+Mon Windows/Linux. - Inspect running background commands from a compact badge beside the composer's workspace controls.
- Manage context in Claude SDK sessions. See context-window usage and run
/compactto summarize the conversation and free space, including with Claude Pro/Max logins.
Expanded sandbox and database support
- Gensee: provision and clean up managed sandboxes.
- Kubernetes: run sandboxes on dedicated node pools using tolerations.
- CockroachDB: use it as Omnigent's application database.
Reliability fixes
- Pending approvals and requests for user input remain answerable across server and runner restarts.
- Native Codex sessions resume more reliably, preserving permission overrides and selected reasoning effort.
- Working indicators more accurately reflect agent activity, and completed answers remain visible when background work resumes.
- Improved interruption behavior and fixes for archived sessions reappearing.
- More consistent validation of agent settings and preservation of reviewed tool arguments.
What's Next
Install or upgrade Omnigent:
uv tool install --python 3.12 omnigent # or: pip install "omnigent"