Releases: reidworks-io/contextune-sdk
Release list
v0.2.0
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 nextgetSnapshot()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. Unlikedestroy(), it leaves the patches, subscribers, and session cookie in place.onLogin(() => Contextune.clear());
npm: @contextune/sdk@0.2.0
v0.1.0
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.