You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In-process cloud push (ai-hist/cloud → pushToCloud) — a thin wrapper
that drives the real ai-hist push --json Rust 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-hist on PATH. Also exports resolveAiHistBinary.