We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
English | 繁體中文
給 AI agent 用的 primary-source-first 即時文件。任何 library 都直接從它的權威源頭抓最新文件——不經過預建的 stale 索引,也不靠凍結在訓練 cutoff 的參數記憶。
模型對一個 library 的認識是凍在訓練 cutoff 的參數記憶;預建索引(如 context7)落後於它的重爬。LiveDocs 每次直達 live primary source——還能對齊你本機實際安裝的版本。
/plugin marketplace add PsychQuant/livedocs /plugin install livedocs@livedocs-marketplace
之後用 docs-router skill,它會把問題路由到對的工具。
docs-router
resolve_source
fetch_docs
latest_version
introspect
--help
kind:"r-pkg"
LiveDocs 對每個查詢分類;若目標有本機安裝版,就把你的已裝版跟最新版對帳並提供升級——但答案永遠以你的已裝版為準。完整流程 + 圖: 版本協調流程。