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

推荐订阅源

月光博客
月光博客
Martin Fowler
Martin Fowler
博客园_首页
量子位
T
Tailwind CSS Blog
博客园 - Franky
G
Google Developers Blog
D
DataBreaches.Net
Vercel News
Vercel News
B
Blog
Recent Announcements
Recent Announcements
S
SegmentFault 最新的问题
M
MIT News - Artificial intelligence
爱范儿
爱范儿
博客园 - 【当耐特】
The Cloudflare Blog
H
Help Net Security
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
C
Check Point Blog
有赞技术团队
有赞技术团队
Microsoft Security Blog
Microsoft Security Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More

Release notes from OmniClip-RAG

Release Caelune / 凯露恩 v0.5.6 · EllisMorrow/Caelune Release v0.5.5 · EllisMorrow/Caelune Release v0.5.4 · EllisMorrow/Caelune Release v0.5.2 · EllisMorrow/Caelune Release v0.5.1 · EllisMorrow/Caelune Release v0.5.0 · EllisMorrow/Caelune Release v0.4.13 · EllisMorrow/OmniClip-RAG Release v0.4.13 · EllisMorrow/Caelune Release v0.4.12 · EllisMorrow/OmniClip-RAG Release v0.4.12 · EllisMorrow/Caelune Release v0.4.9 · EllisMorrow/Caelune Release v0.4.11 · EllisMorrow/OmniClip-RAG Release v0.4.11 · EllisMorrow/Caelune Release v0.4.10 · EllisMorrow/OmniClip-RAG Release v0.4.10 · EllisMorrow/Caelune Release v0.4.9 · EllisMorrow/OmniClip-RAG Release v0.4.8 · msjsc001/OmniClip-RAG Release v0.4.8 · EllisMorrow/OmniClip-RAG Release v0.4.8 · EllisMorrow/Caelune Release v0.4.7 · msjsc001/OmniClip-RAG Release v0.4.7 · EllisMorrow/OmniClip-RAG Release v0.4.7 · EllisMorrow/Caelune Release v0.4.6 · msjsc001/OmniClip-RAG Release v0.4.6 · EllisMorrow/OmniClip-RAG Release v0.4.6 · EllisMorrow/Caelune Release v0.4.5 · msjsc001/OmniClip-RAG Release v0.4.5 · EllisMorrow/OmniClip-RAG Release v0.4.5 · EllisMorrow/Caelune Release v0.4.4 · msjsc001/OmniClip-RAG Release v0.4.4 · EllisMorrow/OmniClip-RAG
Release v0.4.3 · msjsc001/OmniClip-RAG
msjsc001 · 2026-03-23 · via Release notes from OmniClip-RAG

OmniClip RAG v0.4.3 Release Notes

Release Focus

v0.4.3 is the release that turns the recent hotfix train into a coherent public version.

The goal of this version is not to bolt on another big subsystem. The goal is to make the current desktop app, semantic retrieval stack, download/runtime flows, MCP shell, and release packaging line behave like one honest product surface.

Highlights

  • Semantic retrieval state is now explicit instead of silently misleading:
    • disabled semantic backend is surfaced as disabled
    • missing semantic vector tables are surfaced as rebuild-required
    • MCP degraded-mode payloads now match the desktop truth
  • Automatic model and reranker downloads now follow the active data root end to end:
    • target directory
    • HF cache root
    • download logs
    • delete-model actions
  • Automatic download visibility is much stronger:
    • dedicated worker process
    • visible terminal output
    • heartbeat progress lines
    • China-first source chain: ModelScope -> HF mirror -> Hugging Face official
  • The formal MCP release chain is back inside the repository:
    • OmniClipRAG-MCP.spec is now part of source control again
    • build.py can rebuild the GUI ZIP, MCP ZIP, and .mcpb from one version source of truth
  • Public-doc hygiene was tightened before release:
    • tracked personal absolute paths were sanitized out of release-facing documentation

Release Assets

v0.4.3 is designed to ship three release assets:

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

MCP Registry Status

This release refreshes the Registry metadata and the .mcpb package line for v0.4.3.

The actual Registry publish should still happen only after the final .mcpb asset has been uploaded to the public GitHub Release for v0.4.3.

Notes

  • The MCP line remains read-only.
  • V1 remains stdio-only and tools-only.
  • Environment switching still remains a controlled restart workflow.