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

推荐订阅源

酷 壳 – CoolShell
酷 壳 – CoolShell
T
Threatpost
Latest news
Latest news
N
News | PayPal Newsroom
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Help Net Security
Help Net Security
D
Darknet – Hacking Tools, Hacker News & Cyber Security
AI
AI
Simon Willison's Weblog
Simon Willison's Weblog
TaoSecurity Blog
TaoSecurity Blog
The Last Watchdog
The Last Watchdog
L
LINUX DO - 热门话题
Google DeepMind News
Google DeepMind News
T
Threat Research - Cisco Blogs
O
OpenAI News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
The Exploit Database - CXSecurity.com
NISL@THU
NISL@THU
Application and Cybersecurity Blog
Application and Cybersecurity Blog
S
Securelist
小众软件
小众软件
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Martin Fowler
Martin Fowler
S
SegmentFault 最新的问题
Cisco Talos Blog
Cisco Talos Blog
云风的 BLOG
云风的 BLOG
AWS News Blog
AWS News Blog
GbyAI
GbyAI
N
News and Events Feed by Topic
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
美团技术团队
Engineering at Meta
Engineering at Meta
A
About on SuperTechFans
博客园 - 三生石上(FineUI控件)
S
Schneier on Security
博客园 - 聂微东
V2EX - 技术
V2EX - 技术
T
Troy Hunt's Blog
SecWiki News
SecWiki News
S
Secure Thoughts
B
Blog RSS Feed
Hugging Face - Blog
Hugging Face - Blog
WordPress大学
WordPress大学
腾讯CDC
H
Heimdal Security Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Apple Machine Learning Research
Apple Machine Learning Research
月光博客
月光博客
www.infosecurity-magazine.com
www.infosecurity-magazine.com
P
Privacy International News 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.5 · 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.4 · msjsc001/OmniClip-RAG
msjsc001 · 2026-03-24 · via Release notes from OmniClip-RAG

OmniClip RAG v0.4.4 Release Notes

Release Focus

v0.4.4 is the extension-format hardening release.

This version does not try to add another flashy subsystem. It finishes a less glamorous but more important job: making the PDF / Tika extension line behave like a real product surface instead of a fragile side branch. The focus is extension-build truthfulness, packaged-PDF stability, and user-visible progress that actually explains whether work is still happening.

Highlights

  • Extension-format build control is materially stronger:
    • dedicated extension build state
    • build lease / conflict protection
    • interruption awareness
    • conservative resume flow
    • explicit READY / query_ready / vector_ready truth contracts
  • PDF preflight is now lightweight and much more honest:
    • exact page counts are kept
    • the preflight path now reads PDF structure/metadata instead of drifting into partial text extraction
    • single-file PDF preflight no longer behaves like a tiny hidden rebuild
  • Extension observability is finally usable:
    • real preflight progress callbacks
    • clearer stage labels
    • busy/indeterminate fallback when the denominator is not trustworthy
    • current-file + elapsed-time feedback instead of long silent stalls
  • The packaged EXE line is more reliable again:
    • the PDF parser bundle now carries the right imports/metadata closure
    • frozen preflight no longer rejects healthy PDF parsing just because importlib.metadata.version('pypdf') cannot see dist-info
  • Public release docs were cleaned again:
    • local development absolute paths were replaced with neutral install examples before release

Release Assets

v0.4.4 ships the same three public release assets:

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

MCP / Registry Note

This release does not introduce a new MCP tool surface. The MCP shell remains read-only and keeps the same omniclip.status + omniclip.search contract.

What changes here is release alignment:

  • Registry metadata is refreshed to v0.4.4
  • the .mcpb asset is rebuilt from the same source version
  • the MCP ZIP and GUI ZIP stay aligned with the same tagged release

Notes

  • The Markdown mainline build/query contract is intentionally untouched by this release.
  • Extension hardening remains isolated to the extension subsystem and the desktop surfaces that present its progress.
  • Full extension builds still do not use a blue/green atomic swap line; the contract remains truthful interruption handling rather than hidden old-index service.