Replies: 1 comment
|
The Where it throws. The actual failing resolver. if (manifest === undefined) {
throw new Error(`plugin-package-inventory-deepseek: cannot resolve active package ${JSON.stringify(packageName)}`)
}The Why only DeepSeek. The Likely trigger + fix direction. This is the same fail-closed-over-throw shape as a known family of plugin-package-inventory issues — the resolver throws on an unresolvable active package instead of degrading to "no identity for this entry." Typical triggers are package-manager layouts where the active package's Workaround for now. If you don't need If you can share the full error (the |
Uh oh!
There was an error while loading. Please reload this page.
repo 更新到最新版, clean build 后出错。貌似只有DeepSeek模型会出现这问题,其他的LLM不受影响。请问有什么解决办法吗?
All reactions