# Log

> 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.

- Skill: `regent-vcs/log` (Agent Skill)
- Install (CLI): `npx skillmds@latest add regent-vcs/log`
- Raw SKILL.md: https://api.skillmd.com/api/skills/regent-vcs/log/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: regent-vcs (https://skillmd.com/u/regent-vcs)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/regent-vcs/log

---


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:
```bash
rgt log $ARGUMENTS
```

Common usage:
```bash
rgt log
rgt log --conversation-only
rgt log --files-only
rgt log --graph
rgt log --limit 50
```

