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

推荐订阅源

T
The Blog of Author Tim Ferriss
S
Securelist
D
Docker
The Register - Security
The Register - Security
GbyAI
GbyAI
Recorded Future
Recorded Future
Engineering at Meta
Engineering at Meta
Stack Overflow Blog
Stack Overflow Blog
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
罗磊的独立博客
博客园 - 【当耐特】
F
Full Disclosure
WordPress大学
WordPress大学
腾讯CDC
小众软件
小众软件
大猫的无限游戏
大猫的无限游戏
D
DataBreaches.Net
SecWiki News
SecWiki News
L
Lohrmann on Cybersecurity
I
InfoQ
MyScale Blog
MyScale Blog
量子位
Cyberwarzone
Cyberwarzone
博客园 - 三生石上(FineUI控件)
The Hacker News
The Hacker News
F
Fortinet All Blogs
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Jina AI
Jina AI
博客园_首页
H
Help Net Security
K
Kaspersky official blog
酷 壳 – CoolShell
酷 壳 – CoolShell
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Webroot Blog
Webroot Blog
Blog — PlanetScale
Blog — PlanetScale
V
Vulnerabilities – Threatpost
Y
Y Combinator Blog
The Cloudflare Blog
P
Proofpoint News Feed
V
Visual Studio Blog
C
Cyber Attacks, Cyber Crime and Cyber Security
T
Tailwind CSS Blog
爱范儿
爱范儿
P
Privacy International News Feed
Security Archives - TechRepublic
Security Archives - TechRepublic
The GitHub Blog
The GitHub Blog
C
Cybersecurity and Infrastructure Security Agency CISA
B
Blog RSS Feed

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.