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


