@proxysoul/soulforge 2.20.2 → 2.20.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 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -71927,7 +71927,7 @@ var package_default;
|
|
|
71927
71927
|
var init_package = __esm(() => {
|
|
71928
71928
|
package_default = {
|
|
71929
71929
|
name: "@proxysoul/soulforge",
|
|
71930
|
-
version: "2.20.
|
|
71930
|
+
version: "2.20.3",
|
|
71931
71931
|
description: "Graph-powered code intelligence \u2014 multi-agent coding with codebase-aware AI",
|
|
71932
71932
|
repository: {
|
|
71933
71933
|
type: "git",
|
|
@@ -511416,9 +511416,8 @@ function App({
|
|
|
511416
511416
|
};
|
|
511417
511417
|
}, []);
|
|
511418
511418
|
const copyToClipboard3 = import_react164.useCallback((text3) => {
|
|
511419
|
-
|
|
511420
|
-
|
|
511421
|
-
}
|
|
511419
|
+
renderer2.copyToClipboardOSC52(text3);
|
|
511420
|
+
copyToClipboard2(text3);
|
|
511422
511421
|
}, [renderer2]);
|
|
511423
511422
|
import_react164.useEffect(() => {
|
|
511424
511423
|
setProviderStatuses(getCachedProviderStatuses() ?? bootProviders);
|