You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,10 @@ The format is inspired by Keep a Changelog, and version tags follow the reposito
24
24
- Unit tests now cover chat-completions parsing and knowledge-card note generation
25
25
- Coding-plan analysis now defaults to `glm-4.7`, instead of probing `glm-5` first
26
26
- BigModel / z.ai `chat/completions` summary requests now disable `thinking` by default so `glm-4.7` returns final answer text instead of reasoning-only payloads
27
-
- GitHub cards now use repository-specific summaries, method checkpoints, branch tags, and category links instead of generic web-page sentence ranking
27
+
- GitHub cards now use the exact repository name as the note title, student-learning sections, repository-specific summaries, method checkpoints, branch tags, and category links instead of generic web-page sentence ranking
28
28
- Knowledge-card notes no longer dump full raw content for high-confidence web / GitHub captures; folded evidence is only shown for lower-confidence fallback cases or transcript-style media
29
+
- Obsidian knowledge indexes now insert new cards under the correct date heading instead of appending entries into the wrong day block
30
+
- README and `.env.example` now clarify that Feishu is unsupported and that `auto` output switches to Obsidian as soon as a vault path is configured
`openclaw-content-processor` is an OpenClaw skill and standalone CLI tool that takes one or more share links, extracts the useful content, and saves them as local Markdown + JSON outputs. It can now write directly into an Obsidian vault as knowledge-card notes by default, with the legacy digest layout still available when needed.
10
+
`openclaw-content-processor` is an OpenClaw skill and standalone CLI tool that takes one or more share links, extracts the useful content, and, once an Obsidian vault is configured, writes them into the vault as knowledge-card notes by default. Legacy desktop output is kept only as a compatibility path.
11
11
12
12

13
13
@@ -24,7 +24,7 @@ English | [简体中文](./README.zh-CN.md)
24
24
- Obsidian export is now a first-class output mode, with YAML frontmatter and one note per source.
25
25
- Douyin handling is more resilient: saved auth -> QR-login retry -> Playwright network interception fallback.
26
26
- Temporary mp4 files used only for transcription are deleted automatically after the transcript is produced.
27
-
- Feishu / Feishu Wiki upload is not supported in the current release. The supported output targets are local desktop reports and Obsidian vaults.
27
+
- Feishu / Feishu Wiki upload is not supported in the current release. When an Obsidian vault is configured, the default output target is your Obsidian vault.
28
28
29
29
## Install In OpenClaw
30
30
@@ -137,13 +137,13 @@ When enabled, the skill reads the local `zai` provider from `~/.openclaw/opencla
0 commit comments