Release Notes
Added
- In-process cloud push (
ai-hist/cloud→pushToCloud) — a thin wrapper
that drives the realai-hist push --jsonRust binary and parses its result,
rather than re-implementing the push pipeline in TypeScript. The binary stays
the single source of truth for batching/cursor/dedup; the SDK just gives hosts
(e.g. the Agent Relay runtime) an ergonomic surface to sync in-process without
shelling out to a CLI by hand. Binary discovery:$AI_HIST_RUST_BIN→ the
install.sh location →ai-histonPATH. Also exportsresolveAiHistBinary.