Skip to content

Orca v0.2.48

Choose a tag to compare

@github-actions github-actions released this 18 Jul 11:23

Orca v0.2.48

Orca v0.2.48 corrects ACP implementation metadata and hardens the adapter's
runtime integration tests.

What Changed

  • ACP initialize now reports the Orca binary release version from
    RunConfig.app_version. The previous release exposed the internal
    orca-runtime crate version (0.1.0) through agentInfo.version.
  • ACP integration tests isolate ORCA_HOME, so recorded session fixtures never
    touch a developer's real conversation history.
  • The hosted-turn test verifies that each ACP session preserves the working
    directory supplied by session/new.
  • Cancellation coverage now exercises a notification that arrives before the
    hosted OperationHandle is installed. The pending cancel is applied as soon
    as the handle becomes available and still terminates through the active
    Generation Fence.
  • The v0.2.47 ACP release is now included in the website release list and
    bilingual changelog.

Compatibility

The ACP wire methods, internal JSONL protocol, TUI behavior, tool schemas,
history format, npm package name, and native archive layout are unchanged.

Verification

  • 11 ACP EventEnvelope projection unit tests
  • 4 RuntimeHost-backed ACP integration tests
  • complete serial workspace tests and workspace check
  • npm staging and smoke tests
  • website build and SEO checks

Install

npm install -g @blade-ai/orca@0.2.48

Or install a native release asset:

curl -fsSL https://orcaagent.dev/install.sh | \
  INSTALL_DIR=/usr/local/bin ORCA_VERSION=0.2.48 sh