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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ The format is inspired by Keep a Changelog, and version tags follow the reposito
26
26
- Coding-plan analysis now defaults to `glm-4.7`, instead of probing `glm-5` first
27
27
- 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
28
28
- GitHub cards now use the exact repository name as the note title, plus a DeepWiki-inspired breakdown: what problem the repo solves, how the system is layered, which paths to read first, and how to start digging into the code
29
+
- GitHub extractor now supplements repository metadata with DeepWiki overview context when available, and final knowledge cards prefer verified repo entrypoints / paths over raw LLM path guesses
29
30
- 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
30
31
- Obsidian knowledge indexes now insert new cards under the correct date heading instead of appending entries into the wrong day block
31
32
- 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
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ English | [简体中文](./README.zh-CN.md)
17
17
-`.env` files inside the skill directory are loaded automatically, so local OpenAI-compatible settings can take effect without manual export.
18
18
- Non-OpenAI providers such as GLM / MiniMax can now use `chat/completions` style endpoints, while official OpenAI still uses `responses`.
19
19
- If you already configured `zai` / GLM Coding Plan inside OpenClaw, this skill can now reuse that local provider config instead of maintaining a second key by hand.
20
-
- GitHub repositories now generate repository-specific knowledge cards and are automatically linked into `MOC/GitHub` category branches such as `AI Agent`, `SaaS`, and `FastAPI`.
20
+
- GitHub repositories now generate repository-specific knowledge cards, enrich from DeepWiki overview pages when available, and are automatically linked into `MOC/GitHub` category branches such as `AI Agent`, `SaaS`, and `FastAPI`.
21
21
22
22
## What's New In v2.4.0
23
23
@@ -67,7 +67,7 @@ Stable-release validation last refreshed on `2026-04-19`:
| GitHub extractor | Pulls repo metadata, topics, stars, default branch, README, and DeepWiki overview context when available|
96
96
| Web extractor | Uses `trafilatura` for article-style pages |
97
97
| Dynamic-page fallback | Uses `Scrapling` for harder pages |
98
98
| Media pipeline | Uses `yt-dlp` subtitles first, then `ffmpeg + whisper-cli`|
@@ -272,6 +272,7 @@ The default Obsidian note set includes:
272
272
- YAML frontmatter for Dataview / filtering / tagging
273
273
-`_index.md` as the vault-folder root entry point
274
274
- GitHub cards automatically link into `MOC/GitHub` and category pages such as `AI Agent`, `SaaS`, `FastAPI`, or `Automation`
275
+
- GitHub cards prefer student-friendly project breakdowns: what problem the repo solves, how the system is layered, which entrypoints matter, and what to read first
275
276
- high-confidence web / GitHub cards stay clean by default; folded raw evidence only appears for fallback / partial captures or transcript-style media
276
277
- no `sources/` directory in the default knowledge-card layout
277
278
@@ -304,7 +305,7 @@ Typical CLI response:
304
305
305
306
Different sources use different pipelines on purpose:
306
307
307
-
- GitHub repositories: `GitHub API + README`
308
+
- GitHub repositories: `GitHub API + README (+ DeepWiki overview when available)`
0 commit comments