Skip to content

Orca v1.1.5

Choose a tag to compare

@christopherkarani christopherkarani released this 24 May 08:23

What's New

New Commands

  • orca disable [host|all] [--yes] — Removes Orca plugin registrations from host agents (OpenCode, OpenClaw, Hermes, Codex, Claude) without touching the binary or policy files.
  • orca uninstall [--plugins-only] [--keep-config] [--yes] — Fully removes Orca: plugins, binary, and user config. Local workspace .orca/ directories are intentionally preserved.

Artifacts

CLI (cross-platform):

  • orca-v1.1.5-darwin-amd64.tar.gz
  • orca-v1.1.5-darwin-arm64.tar.gz
  • orca-v1.1.5-linux-amd64.tar.gz
  • orca-v1.1.5-linux-arm64.tar.gz
  • orca-v1.1.5-windows-amd64.zip

Plugins:

  • orca-codex-plugin-v1.1.5.zip
  • orca-claude-code-plugin-v1.1.5.zip
  • orca-opencode-plugin-v1.1.5.zip
  • orca-claude-marketplace-v1.1.5.zip

Security

  • Binary removal targets only known-safe locations (self-exe path + ~/.local/bin/orca). No arbitrary PATH traversal or execution of unknown binaries.
  • Both commands require TTY confirmation or explicit --yes flag.