Skip to content

Releases: reidworks-io/contextune-sdk

Release list

v0.2.0

Choose a tag to compare

@johnmicahreid johnmicahreid released this 02 Jul 12:13

Added

  • Contextune.clear(). Empties the event log (in memory and its persisted copy) without shutting the SDK down. Transport patches, subscribers, marketing and device capture, and the session clock all keep running, so the next getSnapshot() starts from a clean log on a session that is still live. Reach for it when the user's context resets but capture should continue, like on login. Unlike destroy(), it leaves the patches, subscribers, and session cookie in place.

    onLogin(() => Contextune.clear());

npm: @contextune/sdk@0.2.0

v0.1.0

Choose a tag to compare

@johnmicahreid johnmicahreid released this 01 Jul 15:55

Initial public release of @contextune/sdk (0.1.0).

Client-side behavioural SDK: captures browser behaviour and exposes it as a structured snapshot for AI agent context. Network-intercept mode (GA4, Segment, Mixpanel) and direct-call mode; JSON and token-optimised TOON output. Runs in the browser with no network egress of its own.

npm: https://www.npmjs.com/package/@contextune/sdk