mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-14 11:30:41 +00:00
24 lines
539 B
Markdown
24 lines
539 B
Markdown
---
|
|
read_when:
|
|
- 你想列出已存储的会话并查看近期活动
|
|
summary: "`openclaw sessions`(列出已存储的会话及使用情况)的 CLI 参考"
|
|
title: sessions
|
|
x-i18n:
|
|
generated_at: "2026-02-01T20:21:25Z"
|
|
model: claude-opus-4-5
|
|
provider: pi
|
|
source_hash: d8866ef166c0dea5e8d691bb62171298694935ae0771a46fada537774dadfb32
|
|
source_path: cli/sessions.md
|
|
workflow: 14
|
|
---
|
|
|
|
# `openclaw sessions`
|
|
|
|
列出已存储的对话会话。
|
|
|
|
```bash
|
|
openclaw sessions
|
|
openclaw sessions --active 120
|
|
openclaw sessions --json
|
|
```
|