---
name: Log
slug: log
category: DevOps
description: Log displays the re_gent activity log for the current or selected session. Use it to review conversation steps, tool calls, graph output, or file-change summaries.
github: "https://github.com/regent-vcs/re_gent/tree/main/.agents/skills/log"
language: Go
stars: 785
forks: 57
install: "npx degit https://github.com/regent-vcs/re_gent/tree/main/.agents/skills/log ~/.claude/skills/log"
installs_to: ~/.claude/skills/log
source_path: .agents/skills/log/SKILL.md
collection_size: 7
category_size: 798
collection_url: "https://dirskills.com/collections/regent-vcs/re_gent"
added: 2026-08-23T05:19:04.456Z
last_synced: 2026-08-23T05:19:04.456Z
canonical_url: "https://dirskills.com/skills/log"
---

# Log

Log displays the re_gent activity log for the current or selected session. Use it to review conversation steps, tool calls, graph output, or file-change summaries.

**Install:**

```bash
npx degit https://github.com/regent-vcs/re_gent/tree/main/.agents/skills/log ~/.claude/skills/log
```

## README

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