@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.
Files changed (2) hide show
  1. package/dist/index.js +3 -4
  2. 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.2",
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
- if (!renderer2.copyToClipboardOSC52(text3)) {
511420
- copyToClipboard2(text3);
511421
- }
511419
+ renderer2.copyToClipboardOSC52(text3);
511420
+ copyToClipboard2(text3);
511422
511421
  }, [renderer2]);
511423
511422
  import_react164.useEffect(() => {
511424
511423
  setProviderStatuses(getCachedProviderStatuses() ?? bootProviders);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proxysoul/soulforge",
3
- "version": "2.20.2",
3
+ "version": "2.20.3",
4
4
  "description": "Graph-powered code intelligence — multi-agent coding with codebase-aware AI",
5
5
  "repository": {
6
6
  "type": "git",