Skip to main content

Module replay

Module replay 

Source
Expand description

Replay module for executing recorded terminal sessions.

Provides safety detection, command execution, interactive prompts, and configuration for session replay.

Re-exports§

pub use engine::ReplayEngine;

Modules§

engine
Replay engine orchestrating the full replay loop.
executor
Command execution for replay.
prompt
Interactive prompts for replay.
safety
Destructive command detection for replay safety.

Structs§

ReplayOptions
Options controlling replay behavior.
ReplaySummary
Summary of a replay execution.

Enums§

DangerPolicy
Policy for handling dangerous (destructive) commands during replay.