InfiniteStream v2.0.0 is here — talk to your test sessions #541
jonathaneoliver
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
InfiniteStream v2.0.0 — talk to your test sessions
v2.0.0 is out, and the headline is two ways to interrogate a streaming session with an LLM.
💬 An in-dashboard AI chat bot
Ask plain-English questions about any session right in the browser — "why did this stall at 0:42?" — and get answers grounded in the actual analytics data (it queries the session's events, network requests, and control timeline for you). Provider-agnostic: bring your own model — Anthropic, any OpenAI-compatible endpoint, or fully local (Ollama/MLX) — and opt-in (inert until you configure a provider).
🛠️ Claude Code CLI session querying
Prefer the terminal? Point the Claude Code CLI at the rig and analyse sessions through prose, using the bundled skills —
triageto survey what broke in seconds,investigateto drill a single event,forensicsfor "why does this keep happening." Backed by a playback-knowledge standards library and a searchable findings store.Also in v2.0.0
harnessCLI covering the full v2 API surface (with snapshot/undo discipline).📦 Full release notes & images: https://github.com/jonathaneoliver/infinite-streaming/releases/tag/v2.0.0
Beta Was this translation helpful? Give feedback.
All reactions