Agent Skills
› regent-vcs/re_gent
› log
log
GitHub查看 re_gent 活动日志,默认显示最近会话的对话时间线和工具调用。支持通过参数过滤内容,如仅文件变更摘要、仅对话或图状视图,并可限制输出行数。
Trigger Scenarios
用户需要查看 Agent 的操作历史
用户希望回顾最近的对话流程
用户想检查特定的工具调用记录
Install
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
Version History
- 359b264 Current 2026-07-24 11:31


