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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
8
8
## [Unreleased]
9
9
10
+
## [1.5.0] — 2026-05-24
11
+
10
12
### Added
11
13
12
14
-**Line-addressable evidence chunk search** ([#35](https://github.com/ZimoLiao/scholaraio/issues/35)): Added `scholaraio index --chunks` and `scholaraio search --chunk` so agents can build a paper-section chunk index from `paper.md` / `meta.json["toc"]` and retrieve source snippets with paper IDs, section titles, line ranges, and normal search filters such as `--year`, `--journal`, and `--type`.
Copy file name to clipboardExpand all lines: docs/getting-started/agent-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ pip install -e ".[full]"
26
26
scholaraio setup
27
27
```
28
28
29
-
`scholaraio setup check` is the companion diagnostic command. It reports both the core setup state and optional advanced items such as Semantic Scholar / Zotero API keys. Current setup guidance prefers MinerU first whenever a MinerU path is available.
29
+
`scholaraio setup check` is the companion diagnostic command. It reports both the core setup state and optional advanced items such as Semantic Scholar / Zotero API keys, websearch/webextract endpoints, and Paper2Any sidecar readiness. Current setup guidance prefers MinerU first whenever a MinerU path is available.
- optional advanced items: Semantic Scholar API key and Zotero API key
69
+
- optional advanced items: Semantic Scholar API key, Zotero API key, external websearch/webextract services, and Paper2Any sidecar readiness
70
70
71
71
Current setup guidance prefers **MinerU first** whenever a MinerU path is available (local service or `mineru-open-api` + token). `Docling` and then PyMuPDF remain the fallback chain when MinerU is not usable or when the user explicitly prefers a lighter parser path.
0 commit comments