cco-replay

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Session Replay

Session Replay

Show the user summaries of their recent sessions so they can quickly recover context.
Parse $ARGUMENTS for the number of sessions to show (default: 5).
Run:
bash
node ${CLAUDE_PLUGIN_ROOT}/src/replay.js $ARGUMENTS
Present the output to the user. It shows recent session summaries including:
  1. When the session happened and how long it lasted
  2. Which files were edited
  3. Token usage and waste percentage
If no summaries exist yet, tell the user: "No session summaries yet. They're generated automatically at the end of each session — just keep working!"
为用户展示其近期会话的摘要,以便快速恢复上下文。
解析$ARGUMENTS参数以确定要展示的会话数量(默认值:5)。
运行:
bash
node ${CLAUDE_PLUGIN_ROOT}/src/replay.js $ARGUMENTS
将结果展示给用户。内容包含近期会话摘要的以下信息:
  1. 会话发生的时间及持续时长
  2. 编辑过的文件
  3. Token使用量及浪费百分比
如果目前没有任何摘要,告知用户: "暂无会话摘要。会话摘要会在每次会话结束时自动生成——继续工作即可!"