Agent Skills
› regent-vcs/re_gent
› log
log
GitHub查看 re_gent 活动日志,默认显示最近会话的对话时间线和工具调用。支持通过参数如 --files-only、--graph 或 --limit 过滤和格式化输出,便于追踪会话细节与文件变更。
触发场景
用户希望查看当前或指定会话的对话历史
用户需要检查 Agent 执行的工具调用记录
用户想要获取文件变更摘要或图形化展示日志
安装
npx skills add regent-vcs/re_gent --skill log -g -y
SKILL.md
Frontmatter
{
"name": "log",
"description": "View the re_gent activity log for the default or selected session. The default view shows the conversation timeline and tool calls; file summaries are available with file flags.",
"allowed-tools": "Bash(rgt log *)",
"argument-hint": "[session-id] [flags]"
}
Display the re_gent activity log.
By default, rgt log shows the conversation timeline for the most recent session with captured steps. Use --files-only for file-change summaries.
Run:
rgt log $ARGUMENTS
Common usage:
rgt log
rgt log --conversation-only
rgt log --files-only
rgt log --graph
rgt log --limit 50
版本历史
- 359b264 当前 2026-07-24 11:31


