FileScope · 文件视界 v0.1.2
FileScope · 文件视界 v0.1.2
关键修复:npm 包内预构建的 client bundle 仍注册着 monorepo 内的 scoped 模块 id(@deepseek-ai/dsh-filescope),与包名 dsh-filescope 不一致,导致浏览器加载插件时 __ModuleLoader__.load 注册名不匹配,页面报 loaded without registering "dsh-filescope" 且无法打开。本版将 bundle 注册 id 与包名对齐,dsh plugin --profile web add dsh-filescope 安装即用。
- 🔧 修正
lib/client.js的模块注册 id(dsh-filescope),与加载器期望一致 - 🧹 同步修正
lib/index.js与类型声明中的包名引用