- Home
- Plugins
- Sessions & Messages
- dsh-step-trace
H
dsh-step-trace
hj01857655/dsh-step-trace
Record every step the agent took, and walk through it forwards and backwards to find where it went wrong.
Install
dsh plugin --profile web add github:hj01857655/dsh-step-traceREADME
dsh-step-trace
Record every step the agent took, and walk through it forwards and backwards to find where it went wrong.
Install
dsh plugin --profile web add dsh-step-trace
What it does
- Record. Every model response and tool call is stored as a trace step in
.replay/<session-id>.jsonl. - Step through. Inspect the full input and output at each step, forward and backward.
- Branch. Fork a new session from any step — "what if the agent had done X instead?"
- Divergence detection. Given two sessions for the same task, find the first step where they diverge.
- Panel. Session list with step-through viewer.
CLI
dsh-step-trace list # list recorded sessions
dsh-step-trace trace <id> # show all steps in a session
dsh-step-trace step <id> <n> # inspect step N
dsh-step-trace diverge <a> <b> # find where two sessions diverge
License
MIT
Related plugins
Z
dsh-web-ui (dsh-chat-recovery)
zhu1090093659/dsh-web-ui
6.2klast monthSessions & MessagesApache-2.0
L
dsh-synapse
liangmianya/dsh-synapse
430last monthSessions & MessagesMIT
R
billion-context
ranxianglei/billion-context
3063 hours agoSessions & MessagesMIT
N
dsh-chat-import
nwflower/dsh-chat-import
2023 days agoSessions & MessagesMIT