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

推荐订阅源

F
Fortinet All Blogs
爱范儿
爱范儿
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog
WordPress大学
WordPress大学
Jina AI
Jina AI
GbyAI
GbyAI
aimingoo的专栏
aimingoo的专栏
N
Netflix TechBlog - Medium
腾讯CDC
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
阮一峰的网络日志
阮一峰的网络日志
The GitHub Blog
The GitHub Blog
V
Visual Studio Blog
Google DeepMind News
Google DeepMind News
月光博客
月光博客
博客园 - Franky
Y
Y Combinator Blog
MyScale Blog
MyScale Blog
大猫的无限游戏
大猫的无限游戏
Martin Fowler
Martin Fowler
雷峰网
雷峰网
小众软件
小众软件
H
Hackread – Cybersecurity News, Data Breaches, AI and 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 · 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
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.