惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

SecWiki News
SecWiki News
M
MIT News - Artificial intelligence
博客园 - 司徒正美
I
InfoQ
V
V2EX
L
LangChain Blog
人人都是产品经理
人人都是产品经理
T
Tailwind CSS Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
The GitHub Blog
The GitHub Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
H
Help Net Security
美团技术团队
Y
Y Combinator Blog
G
Google Developers Blog
小众软件
小众软件
The Cloudflare Blog
博客园 - 三生石上(FineUI控件)
Jina AI
Jina AI
量子位
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
D
Darknet – Hacking Tools, Hacker News & Cyber Security
Spread Privacy
Spread Privacy
博客园 - 聂微东
The Register - Security
The Register - Security
F
Full Disclosure
S
Securelist
G
GRAHAM CLULEY
Cyberwarzone
Cyberwarzone
F
Fox-IT International blog
H
Hacker News: Front Page
C
Cisco Blogs
D
Docker
L
LINUX DO - 热门话题
Google Online Security Blog
Google Online Security Blog
T
Troy Hunt's Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
T
ThreatConnect
aimingoo的专栏
aimingoo的专栏
Last Week in AI
Last Week in AI
J
Java Code Geeks
宝玉的分享
宝玉的分享
Project Zero
Project Zero
L
LINUX DO - 最新话题
博客园_首页
MongoDB | Blog
MongoDB | Blog
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed
博客园 - 叶小钗

Recent Commits to openclaw:main

fix(cli): validate tasks audit limit (#84901) fix(twitch): preserve newer message handler during cleanup (#85425) · openclaw/openclaw@71ddc01 fix(ci): require live docker credentials by resource · openclaw/openclaw@1e21121 fix(diagnostics): drop snake case otel ids (#72645) · openclaw/openclaw@e0bafc5 fix(ci): clear signal and docs guard blockers (#85693) · openclaw/openclaw@3a1d4dd fix(ci): require factory auth for droid live docker · openclaw/openclaw@cc6c372 fix: honor disabled synthetic auth lookup · openclaw/openclaw@a4a1abb fix(scripts): repair live docker auth shellcheck · openclaw/openclaw@4e34ac4 fix(docker): avoid printing gateway token · openclaw/openclaw@5db773f fix(cli): keep logs follow on live gateway state · openclaw/openclaw@6e3b318 fix(e2e): prefer x64 MinGit on Windows · openclaw/openclaw@15d9134 feat: add meeting notes plugin docs: update changelog for memory artifacts (#85060) (thanks @brokema… · openclaw/openclaw@9e55383 fix(memory-lancedb): expose public memory artifacts · openclaw/openclaw@aac1abe fix(memory): preserve sidecar capability hooks · openclaw/openclaw@e6288ca fix(e2e): scrub Windows update config on PowerShell 5.1 · openclaw/openclaw@6657b49 docs: absorb documentation PR sweep · openclaw/openclaw@2c536a8 fix(agents): stabilize Linux fallback tests · openclaw/openclaw@6b04170 fix(codex): preserve native web search action metadata (#85378) · openclaw/openclaw@bcf756c test: refresh Codex prompt snapshots · openclaw/openclaw@492d656 docs: absorb hook and subagent guidance PRs fix(agents): audit tool policy blocks (#85673) · openclaw/openclaw@09dd051 ci: fix plugin npm bundled dependency install · openclaw/openclaw@d485464 feat(diagnostics): classify skill and tool usage (#80370) docs(skills): clarify control ui recording proof (#85568) · openclaw/openclaw@0b476b9 test(agents): repair main failure fixtures · openclaw/openclaw@c29967b feat(diagnostics): trace gateway secret preparation (#83019) · openclaw/openclaw@4f0c902 fix(diagnostics): harden observability exports and smokes (#85371) · openclaw/openclaw@7f05be0 fix(stepfun): drop stale auth choice metadata · openclaw/openclaw@0b2ab6c test(e2e): sample kitchen sink RSS on Windows · openclaw/openclaw@73c1e37 test(plugins): fail gauntlet on load diagnostics fix(build): preserve tsdown heap floor · openclaw/openclaw@9ff1a43 fix(tools): honor config apiKey in media tool preflight (#85570) · openclaw/openclaw@31c269f fix(e2e): support macOS script wrappers fix(ci): scope changed shrinkwrap checks · openclaw/openclaw@743fd4c chore(ui): refresh fa control ui locale chore(ui): refresh nl control ui locale · openclaw/openclaw@908464b chore(ui): refresh vi control ui locale · openclaw/openclaw@62b75f4 chore(ui): refresh th control ui locale · openclaw/openclaw@fc4ba31 chore(ui): refresh id control ui locale · openclaw/openclaw@5b1bdd1 chore(ui): refresh pl control ui locale · openclaw/openclaw@534d4b1 chore(ui): refresh uk control ui locale · openclaw/openclaw@055c3bd chore(ui): refresh ar control ui locale · openclaw/openclaw@89c5a68 chore(ui): refresh it control ui locale · openclaw/openclaw@44ca805 chore(ui): refresh tr control ui locale chore(ui): refresh fr control ui locale · openclaw/openclaw@2240b0e chore(ui): refresh ko control ui locale · openclaw/openclaw@5fa250b chore(ui): refresh ja-JP control ui locale · openclaw/openclaw@f4ea401 chore(ui): refresh es control ui locale · openclaw/openclaw@751dde0 chore(ui): refresh de control ui locale · openclaw/openclaw@72a9b5b
文档:扩展会议笔记文档 · openclaw/openclaw@a7e0fa0
steipete · 2026-05-23 · via Recent Commits to openclaw:main

@@ -14,6 +14,10 @@ is read-only and is available when that plugin is installed or loaded from

1414

source. Capture, import, and summarization are owned by the `meeting_notes`

1515

agent tool and by configured auto-start sources.

161617+

Use the CLI when you want to find yesterday's notes, open the Markdown file in

18+

an editor, feed a transcript to another tool, or debug where a session landed on

19+

disk. It does not start or stop capture.

20+1721

Artifacts live under the OpenClaw state directory:

18221923

```text

@@ -25,7 +29,8 @@ $OPENCLAW_STATE_DIR/meeting-notes/YYYY-MM-DD/<session>/

2529

```

26302731

The default state directory is `~/.openclaw`; set `OPENCLAW_STATE_DIR` to use a

28-

different one. The date directory comes from the session start time.

32+

different one. The date directory comes from the session start time, and the

33+

session directory is a safe filesystem segment derived from the session id.

29343035

## Commands

3136

@@ -36,9 +41,11 @@ openclaw meeting-notes show YYYY-MM-DD/<session>

3641

openclaw meeting-notes path <session>

3742

openclaw meeting-notes path YYYY-MM-DD/<session>

3843

openclaw meeting-notes path <session> --dir

44+

openclaw meeting-notes path <session> --metadata

3945

openclaw meeting-notes path <session> --transcript

4046

openclaw meeting-notes list --json

4147

openclaw meeting-notes show <session> --json

48+

openclaw meeting-notes path <session> --json

4249

```

43504451

- `list`: list stored sessions, date-qualified selector, start time, title, and `summary.md` path.

@@ -54,5 +61,58 @@ from `list`, for example `openclaw meeting-notes show 2026-05-22/standup`.

5461

Default session ids include a timestamp and random suffix; configure fixed

5562

session ids only when they are unique within the day.

566364+

## Output

65+66+

`list` prints one session per line:

67+68+

```text

69+

2026-05-22/standup 2026-05-22T09:00:00.000Z Weekly standup /Users/alex/.openclaw/meeting-notes/2026-05-22/standup/summary.md

70+

```

71+72+

The output is tab-separated. The columns are selector, start time, title, and

73+

summary path. The selector is the safest value to pass back to `show` or `path`.

74+75+

`list --json` prints objects with:

76+77+

- `sessionId`

78+

- `selector`

79+

- `date`

80+

- `title`

81+

- `startedAt`

82+

- `stoppedAt`

83+

- `source`

84+

- `path`

85+

- `summaryPath`

86+

- `hasSummary`

87+88+

`show --json` returns the stored session metadata, selector, session directory,

89+

summary path, and summary Markdown text. `path --json` returns the selected path

90+

and whether that file exists.

91+92+

## Many meetings per day

93+94+

Meeting Notes groups sessions by date, then by session id. Ten meetings on one

95+

day become ten sibling folders:

96+97+

```text

98+

~/.openclaw/meeting-notes/2026-05-22/

99+

meeting-2026-05-22T09-00-00-000Z-a1b2c3d4/

100+

meeting-2026-05-22T10-30-00-000Z-b2c3d4e5/

101+

standup/

102+

```

103+104+

Use default generated ids for most automation. Use a fixed id such as `standup`

105+

only when the same id will not be used twice on the same date.

106+107+

## Missing summaries

108+109+

Live sessions write `summary.md` when the session stops. Imported transcripts

110+

write `summary.md` immediately after import. A session can still appear in

111+

`list` without a summary when capture is active, a provider failed during stop,

112+

or metadata was written before any utterances arrived.

113+114+

Use `path <session> --transcript` to inspect the append-only transcript, and use

115+

the `meeting_notes` tool action `summarize` to regenerate the Markdown summary.

116+57117

See [Meeting Notes](/plugins/meeting-notes) for configuration, auto-start, and

58118

source-provider details.