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

推荐订阅源

W
WeLiveSecurity
T
The Exploit Database - CXSecurity.com
C
CXSECURITY Database RSS Feed - CXSecurity.com
S
Security @ Cisco Blogs
T
Threat Research - Cisco Blogs
TaoSecurity Blog
TaoSecurity Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
腾讯CDC
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
F
Full Disclosure
博客园 - 【当耐特】
C
CERT Recently Published Vulnerability Notes
Engineering at Meta
Engineering at Meta
Application and Cybersecurity Blog
Application and Cybersecurity Blog
T
Threatpost
I
Intezer
V2EX - 技术
V2EX - 技术
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Hacker News
The Hacker News
小众软件
小众软件
Google DeepMind News
Google DeepMind News
T
Tailwind CSS Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
N
News | PayPal Newsroom
MyScale Blog
MyScale Blog
AI
AI
Vercel News
Vercel News
Spread Privacy
Spread Privacy
美团技术团队
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
The GitHub Blog
The GitHub Blog
V
Vulnerabilities – Threatpost
Schneier on Security
Schneier on Security
Cyberwarzone
Cyberwarzone
G
GRAHAM CLULEY
Help Net Security
Help Net Security
Hacker News: Ask HN
Hacker News: Ask HN
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
L
LINUX DO - 热门话题
U
Unit 42
L
LangChain Blog
Recent Announcements
Recent Announcements

Release notes from OmniClip-RAG

Release v0.4.8 · msjsc001/OmniClip-RAG Release v0.4.7 · msjsc001/OmniClip-RAG Release v0.4.6 · msjsc001/OmniClip-RAG Release v0.4.4 · msjsc001/OmniClip-RAG Release v0.4.3 · msjsc001/OmniClip-RAG Release v0.4.2 · msjsc001/OmniClip-RAG Release v0.4.1 · msjsc001/OmniClip-RAG Release v0.4.0 · msjsc001/OmniClip-RAG Release v0.3.3 · msjsc001/OmniClip-RAG
Release v0.4.5 · msjsc001/OmniClip-RAG
msjsc001 · 2026-03-25 · via Release notes from OmniClip-RAG

OmniClip RAG v0.4.5 Release Notes

Release Focus

v0.4.5 is the extension oversized-routing hardening release.

This version finishes a practical stability problem that real users hit during PDF / Tika builds: some extension files are valid large text carriers and should still enter the search index, while others are really structured noise explosions that should never be allowed to poison the index or pin a build at a fake-progress plateau.

The release turns that distinction into a stable contract.

Highlights

  • Oversized extension inputs are no longer handled with one blunt rule:
    • text-heavy carriers such as PDF / DOC / DOCX / EPUB / TXT / RTF / ODT / EML / MSG now regroup oversized parse output before indexing
    • structured/noisy carriers such as HTML / MHTML / XML / XLSX / PPTX / ZIP are skipped before they can drag builds into long vector-write stalls
  • Extension builds now leave a durable per-file issue report:
    • regrouped oversized text carriers
    • structured oversized skips
    • parse/runtime/I/O failures
  • Activity feedback is more honest without becoming noisy:
    • the desktop shell reports grouped summaries
    • the file-level reasons go into a dedicated issue log instead of flooding the activity area
  • The practical Tika at 92% stall class is narrowed significantly:
    • oversized structured pages now exit before write_vector
    • oversize text carriers are retained through regrouping instead of being silently thrown away

Release Assets

v0.4.5 ships the same three public release assets:

  • OmniClipRAG-v0.4.5-win64.zip
    • desktop GUI package
  • OmniClipRAG-MCP-v0.4.5-win64.zip
    • manual MCP package for direct stdio setup
  • omniclip-rag-mcp-win-x64-v0.4.5.mcpb
    • MCPB package for the official MCP Registry line

MCP / Registry Note

This release does not add new MCP tools or widen the MCP surface.

What changes is release alignment:

  • Registry metadata is refreshed to v0.4.5
  • the .mcpb asset is rebuilt from the same tagged source
  • the MCP ZIP, GUI ZIP, and Registry-facing metadata stay on the same release line

Notes

  • This release intentionally does not optimize or replace the underlying parsers.
  • It also does not redesign extension query semantics, resume semantics, or index-state contracts.
  • The goal is narrower and safer: keep valid large text carriers searchable, keep structured noise out of the indexes, and make the reasons auditable after every build.