Earn 14 free days when your bug report or suggestion is accepted — how it works
Interaction & recording

codeloop_interaction_replay

Analyse a recorded interaction video and verify the flow completed as expected. Returns frame-by-frame issues.

When to use codeloop_interaction_replay

Use `codeloop_interaction_replay` when your AI agent needs to analyse a recorded interaction video and verify the flow completed as expected. returns frame-by-frame issues.

Parameters

NameTypeRequiredDescription
video_pathstringyesPath to MP4.
expected_flowstringnoPlain-text description of the expected outcome.
project_dirstringnoProject root.

What you get back

Per-frame state, deviation list, severity.

FAQ

What does codeloop_interaction_replay do?

Analyse a recorded interaction video and verify the flow completed as expected. Returns frame-by-frame issues.

When should an AI agent call codeloop_interaction_replay?

Use `codeloop_interaction_replay` when your AI agent needs to analyse a recorded interaction video and verify the flow completed as expected. returns frame-by-frame issues.

What does codeloop_interaction_replay return?

Per-frame state, deviation list, severity.

Is codeloop_interaction_replay part of the CodeLoop MCP server?

Yes. CodeLoop ships as an MCP server installed via `npx codeloop init`. Cursor and Claude Code call it automatically once the User Rule (Cursor) or CLAUDE.md (Claude Code) is in place.

Related