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

推荐订阅源

V
Vulnerabilities – Threatpost
U
Unit 42
F
Fortinet All Blogs
aimingoo的专栏
aimingoo的专栏
P
Proofpoint News Feed
F
Full Disclosure
月光博客
月光博客
Engineering at Meta
Engineering at Meta
博客园_首页
The Register - Security
The Register - Security
G
Google Developers Blog
The Cloudflare Blog
博客园 - Franky
K
Kaspersky official blog
A
Arctic Wolf
Scott Helme
Scott Helme
C
Cisco Blogs
Hugging Face - Blog
Hugging Face - Blog
C
Check Point Blog
NISL@THU
NISL@THU
AI
AI
D
DataBreaches.Net
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Stack Overflow Blog
Stack Overflow Blog
Project Zero
Project Zero
The GitHub Blog
The GitHub Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
量子位
Vercel News
Vercel News
T
Tor Project blog
P
Privacy International News Feed
D
Docker
I
Intezer
L
LangChain Blog
P
Proofpoint News Feed
Security Latest
Security Latest
C
CXSECURITY Database RSS Feed - CXSecurity.com
T
Threatpost
博客园 - 聂微东
AWS News Blog
AWS News Blog
Martin Fowler
Martin Fowler
P
Privacy & Cybersecurity Law Blog
V
V2EX
Last Week in AI
Last Week in AI
C
Cybersecurity and Infrastructure Security Agency CISA
The Hacker News
The Hacker News
T
Tenable Blog
Blog — PlanetScale
Blog — PlanetScale
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog

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.