Skip to content

Releases: xb3sox/omnid

v0.1.2

07 Jun 03:23
0b1e5f6

Choose a tag to compare

v0.1.2 Pre-release
Pre-release

Added

  • npm package: npx omnid and npm install -g omnid download the native binary from GitHub releases
  • MCP presets on omnid add server (everything, filesystem) with --preset flag
  • Non-interactive omnid add server flags: --name, --command, --args, --transport, --url

Changed

  • publish-npm release job skips when NPM_TOKEN is not configured
  • First omnid run scaffolds config, force-syncs, and shows a short welcome with one next step
  • Status output uses plain labels (Tools, synced) and context-aware next-step hints
  • README leads with npx omnid; OMNID_NONINTERACTIVE docs match actual behavior

v0.1.1

05 Jun 12:23

Choose a tag to compare

Changed

  • Hardened CI (locked builds, timeouts, checkout v6) and supply-chain checks (CodeQL, dependency-review, cargo-deny)
  • Release binaries now publish SHA256 checksum sidecars

v0.1.0

05 Jun 11:56

Choose a tag to compare

Added

  • Initial public release of omnid
  • MCP orchestration proxy with multi-agent sync
  • Rules, skills, and optional hooks sync to 20+ coding agents
  • CLI commands: init, add, check, sync, daemon, proxy, uninstall
  • Cross-platform CI and GitHub Release binaries