@proxysoul/soulforge 2.18.2 → 2.18.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -71714,7 +71714,7 @@ var package_default;
|
|
|
71714
71714
|
var init_package = __esm(() => {
|
|
71715
71715
|
package_default = {
|
|
71716
71716
|
name: "@proxysoul/soulforge",
|
|
71717
|
-
version: "2.18.
|
|
71717
|
+
version: "2.18.3",
|
|
71718
71718
|
description: "Graph-powered code intelligence \u2014 multi-agent coding with codebase-aware AI",
|
|
71719
71719
|
repository: {
|
|
71720
71720
|
type: "git",
|
|
@@ -510126,8 +510126,9 @@ function App({
|
|
|
510126
510126
|
};
|
|
510127
510127
|
}, [activeModelForHeader]);
|
|
510128
510128
|
import_react164.useEffect(() => {
|
|
510129
|
-
if (nvimError)
|
|
510129
|
+
if (nvimError && nvimError !== "neovim-not-found") {
|
|
510130
510130
|
addSystemMessage(`Neovim error: ${nvimError}`);
|
|
510131
|
+
}
|
|
510131
510132
|
}, [nvimError]);
|
|
510132
510133
|
import_react164.useEffect(() => {
|
|
510133
510134
|
const memMgr = contextManager.getMemoryManager();
|