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

推荐订阅源

博客园 - 三生石上(FineUI控件)
月光博客
月光博客
S
SegmentFault 最新的问题
有赞技术团队
有赞技术团队
Stack Overflow Blog
Stack Overflow Blog
Engineering at Meta
Engineering at Meta
T
The Blog of Author Tim Ferriss
The GitHub Blog
The GitHub Blog
小众软件
小众软件
Hugging Face - Blog
Hugging Face - Blog
IT之家
IT之家
宝玉的分享
宝玉的分享
A
About on SuperTechFans
Vercel News
Vercel News
P
Proofpoint News Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 【当耐特】
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
Visual Studio Blog
Jina AI
Jina AI
Y
Y Combinator Blog
T
Tailwind CSS Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI

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.