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

推荐订阅源

罗磊的独立博客
SecWiki News
SecWiki News
酷 壳 – CoolShell
酷 壳 – CoolShell
爱范儿
爱范儿
量子位
M
MIT News - Artificial intelligence
GbyAI
GbyAI
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
TaoSecurity Blog
TaoSecurity Blog
博客园 - 【当耐特】
H
Heimdal Security Blog
腾讯CDC
The Last Watchdog
The Last Watchdog
Security Archives - TechRepublic
Security Archives - TechRepublic
Hacker News: Ask HN
Hacker News: Ask HN
S
Schneier on Security
Microsoft Security Blog
Microsoft Security Blog
WordPress大学
WordPress大学
博客园 - 司徒正美
Recent Commits to openclaw:main
Recent Commits to openclaw:main
C
Cybersecurity and Infrastructure Security Agency CISA
S
SegmentFault 最新的问题
大猫的无限游戏
大猫的无限游戏
Application and Cybersecurity Blog
Application and Cybersecurity Blog
F
Full Disclosure
有赞技术团队
有赞技术团队
T
Tailwind CSS Blog
Engineering at Meta
Engineering at Meta
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
T
Threatpost
月光博客
月光博客
A
Arctic Wolf
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
雷峰网
雷峰网
T
Troy Hunt's Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The Cloudflare Blog
D
DataBreaches.Net
O
OpenAI News
L
LINUX DO - 最新话题
宝玉的分享
宝玉的分享
小众软件
小众软件
V
Vulnerabilities – Threatpost
A
About on SuperTechFans
人人都是产品经理
人人都是产品经理
T
The Exploit Database - CXSecurity.com
Martin Fowler
Martin Fowler
美团技术团队
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.4 · 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.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.