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

推荐订阅源

酷 壳 – 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.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.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.8 · msjsc001/OmniClip-RAG
msjsc001 · 2026-04-20 · via Release notes from OmniClip-RAG

OmniClip RAG v0.4.8 Release Notes

Release Focus

v0.4.8 is the startup responsiveness and extension-source removal release.

This version keeps the current Runtime, Markdown, PDF, Tika, and MCP product lines intact, but closes two high-friction desktop issues that were still visible in normal use. First, packaged Windows builds no longer let heavy Runtime-management refreshes and extension-source summary rebuilds block the first paint of the main window. Second, the 拓展格式 > PDF / Tika source-directory danger action now behaves like a real source removal flow instead of a half-step index cleanup: it clears the matching extension index/state data and then removes the source directory from the extension registry, while still never touching the user's original files.

Highlights

  • Packaged GUI startup now prioritizes first paint before background Runtime-management and extension-summary refresh work.
  • Runtime-management state and extension-source summaries are now filled in asynchronously after the shell appears instead of blocking the main thread during startup replay.
  • The PDF/Tika row-level danger action is now a true remove-source action rather than a “clear index only” action.
  • Removing an extension source now:
    • clears the matching extension index/state data
    • removes the source directory from the extension registry/UI list
    • keeps the original external files untouched
  • Cancelled source-delete tasks no longer accidentally drop the source from the extension registry.

Release Assets

v0.4.8 keeps the same three public release asset forms:

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

MCP / Registry Note

This release does not widen the MCP tool surface and does not change query semantics.

What changes is release-line consistency:

  • desktop, MCP ZIP, and MCPB assets now line up on one v0.4.8 version line
  • local setup examples now point at the v0.4.8 executable paths
  • the project metadata line is internally consistent again, including pyproject.toml

Notes

  • This release does not change Runtime installation contracts.
  • It does not change Markdown/PDF/Tika retrieval semantics.
  • It does not delete user source folders when removing an extension source directory.
  • The scope stays intentionally narrow: improve startup responsiveness and complete the PDF/Tika source-removal UX without widening product surface area.