With v0.5.7-rc2, we are turning our attention to Contextual Safety. High compression is useless if it leads to LLM hallucinations. This release ensures agents stay grounded with factual context constraints.
Lightweight Anti-Hallucination Guards
OMNI now injects factual warnings when it knows context is incomplete. Whether it’s heavy-compression-without-rewind cases or high-impact file reads, agents are now explicitly warned about their blind spots, dramatically reducing hallucination rates.
Dependency Context & Hot Files
- ReadFile Dependency Context: Distillation now surfaces dependency impact using graph-derived
imported_bycounts. Agents now know when a file change may have a broad blast radius. - Hot File Mutation Warnings: The
PreToolUsehook now warns agents before mutating commands touch files that are already heavily modified in the current session context.
Improved Auto-Repair
Our diagnostics continue to improve. omni doctor --fix now auto-repairs missing integrations while preserving stronger validation for installed MCP entries, particularly around Cursor’s structured JSON configuration.