Skip to content

ai-hist@0.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Jul 09:18

Release Notes

Added

  • In-process cloud push (ai-hist/cloudpushToCloud) — 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.