Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/remove-bare-prompt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@omnidotdev/cli": minor
---

Remove the standalone `omni shell` subcommand in favor of a unified agent interface. Natural language shell tasks are now handled by `omni agent`, which routes simple shell commands through its existing tool system. This aligns with industry best practice (single agentic entry point) and reduces user-facing complexity.

Breaking change: `omni shell "list files"` is now `omni agent "list files"` (or `omni a "list files"`)
Loading
Loading