You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(desktop): bundle Node 22 for CodeGraph and update dmg download link
Embed Node 22.19 (node:sqlite) in desktop staging with version stamp
invalidation; refresh Baidu Netdisk URL and Gatekeeper workaround in README.
Co-authored-by: Cursor <cursoragent@cursor.com>
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -211,15 +211,15 @@ Roadmap and deferred work: [docs/codedelta/ROADMAP.md](docs/codedelta/ROADMAP.md
211
211
212
212
## Desktop (macOS)
213
213
214
-
CodeDelta ships a **macOS desktop app** ([`apps/desktop/`](apps/desktop/)) — a Tauri 2 shell that bundles Node 20 and the API server. End users do not need a separate Node install.
214
+
CodeDelta ships a **macOS desktop app** ([`apps/desktop/`](apps/desktop/)) — a Tauri 2 shell that bundles Node 22 (for CodeGraph’s `node:sqlite`) and the API server. End users do not need a separate Node install.
Install: open the dmg → drag **CodeDelta** to Applications. If macOS blocks launch, right-click the app → **Open**. Requires **git** on `PATH`.
222
+
Install: open the dmg → drag **CodeDelta** to Applications. If macOS blocks launch, right-click the app → **Open**, or run `xattr -cr /Applications/CodeDelta.app` (common after Baidu Netdisk download). Requires **git** on `PATH`.
Copy file name to clipboardExpand all lines: packages/codedelta-server/src/services/compare.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ export async function compareCommits(
70
70
}
71
71
if(errinstanceofSnapshotEmptyError){
72
72
thrownewCompareError(
73
-
'Repository produced an empty structural graph. This can happen when fallback extraction cannot parse the language yet. Please retry compare once; if it persists, use TS/JS repo or enable full CodeGraph extraction support for this language.',
73
+
'Repository produced an empty structural graph. CodeGraph indexing did not run or found no symbols, and the TS/JS fallback found no .ts/.js files. Retry once; on desktop ensure the bundled Node is 22.5+ (rebuild with npm run build:desktop). Python and other languages need CodeGraph, not fallback.',
0 commit comments