Skip to content

Releases: christopherkarani/RykanV

ryk v1.2.9

Choose a tag to compare

@christopherkarani christopherkarani released this 26 Jul 02:19

What's Changed

Full Changelog: v1.2.8...v1.2.9

Orca/Core v1.2.8

Choose a tag to compare

@christopherkarani christopherkarani released this 04 Jul 05:00

Orca/Core v1.2.8 release

Orca v1.2.7

Choose a tag to compare

@christopherkarani christopherkarani released this 04 Jul 00:06

What's Changed

  • fix(release): attach dist/ assets (incl. checksums.txt) to the GitHub Release by @christopherkarani in #47

Full Changelog: v1.2.6...v1.2.7

Orca v1.2.6

Choose a tag to compare

@christopherkarani christopherkarani released this 01 Jul 17:35

What's Changed

  • Machine-wide activity view in the dashboard
  • Pi decision UI completion
  • Plugin lockfile version sync
  • Various fixes and improvements

See CHANGELOG.md for full details.

Orca/Core v1.2.5

Choose a tag to compare

@christopherkarani christopherkarani released this 30 Jun 22:18

Orca/Core v1.2.5

Changes

  • feat(pi): polish Orca decision cards
  • test(cli): isolate policy-dependent fixtures
  • feat(branding): sharpen Orca guardrail states
  • fix(tui): stabilize raw prompts and compact packs
  • chore(release): version bumps across manifests, changelogs, and package metadata

Orca v1.2.4

Choose a tag to compare

@christopherkarani christopherkarani released this 30 Jun 13:54

Added

  • --live / --tui alt-screen views for history and replay.
  • Reduced-motion support across TUI spinners and animations.
  • OSC 11 background detection for automatic light/dark theme wiring.
  • Branded first-run celebration and improved onboarding moments.
  • Pi slash commands /orca-start and /orca-stop for session-level protection control.

Changed

  • --no-rich and ORCA_NO_RICH=1 now gate color without changing machine-readable output.
  • --tui + --json is rejected at preflight to prevent mixed output modes.

Fixed

  • CLI self-import support in the build.
  • Replay/history live help and banner rejection edge cases.
  • Phase 6 public contract freeze: exact bytes preserved for JSON, robot, export, and MCP proxy paths.

v1.2.3

Choose a tag to compare

@christopherkarani christopherkarani released this 24 Jun 14:12

Fixed

  • OpenCode plugin β€” Restores command blocking on OpenCode 1.16+ by migrating to the current Plugin hook API (tool.execute.before, permission.ask, event).

Upgrade

After installing/upgrading Orca:

orca plugin install opencode --scope global --yes

If install refuses to overwrite an existing plugin file, remove ~/.config/opencode/plugins/orca.ts first, then re-run install.

Strongest protection

orca run -- opencode

macOS/Linux CLI + daemon archives follow once the release workflow artifacts are published.

v1.2.2

Choose a tag to compare

@christopherkarani christopherkarani released this 23 Jun 21:50

macOS/Linux release

v1.2.0

Choose a tag to compare

@christopherkarani christopherkarani released this 20 Jun 12:50

v1.2.0 - 2026-06-19

Added

  • Rust daemon (orca-daemon) β€” UDS IPC between Zig CLI and Rust evaluator; shell hook evaluation routed through daemon with fail-closed behavior when unavailable.
  • orca evaluate β€” Stable machine JSON API for shell command evaluation (--json --stdin).
  • orca start β€” Guided onboarding flow with host detection and plugin install.
  • Pi extension (@orca-guard/pi-orca) β€” Official Pi package for bash tool-call protection via orca evaluate.
  • Bundled orca-daemon in all platform release archives and install layouts.

Changed

  • Zig 0.16.0 toolchain migration.
  • Guided onboarding β€” Interactive orca setup with multi-host selection.
  • Unified versioning β€” Core and all agent plugins aligned to 1.2.0.
  • Shell PreToolUse / tool evaluation defaults route through Rust daemon when available.

Removed

  • Orca Edge β€” Drone/edge runtime removed from public core; agent guardrails focus only.

Fixed

  • Hermes Agent β€” Orca discovery, degraded-mode handling, and version mismatch fixes.
  • Pi integration β€” Honor deny decisions, timeouts, cwd, and auto unavailable mode.
  • Install/DX hardening β€” quick-install presets, orca doctor activation exports, piped install robustness.

Platform note

This release ships macOS and Linux CLI archives (darwin-amd64, darwin-arm64, linux-amd64, linux-arm64). Windows amd64 is deferred until CI or a Windows builder is available.

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.