Orca v0.2.48
Orca v0.2.48
Orca v0.2.48 corrects ACP implementation metadata and hardens the adapter's
runtime integration tests.
What Changed
- ACP
initializenow reports the Orca binary release version from
RunConfig.app_version. The previous release exposed the internal
orca-runtimecrate version (0.1.0) throughagentInfo.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 bysession/new. - Cancellation coverage now exercises a notification that arrives before the
hostedOperationHandleis 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
EventEnvelopeprojection 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.48Or install a native release asset:
curl -fsSL https://orcaagent.dev/install.sh | \
INSTALL_DIR=/usr/local/bin ORCA_VERSION=0.2.48 sh