ultracode 5.4.0 → 5.5.0
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
f91ddc4baa5eed56264f9b0e5c5747d7b8c6c5d55cc7d2dda628535f1d3ddf06
|
|
Binary file
|
|
Binary file
|
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
".NETCoreApp,Version=v10.0": {
|
|
9
9
|
"UltraCode.CSharp/3.8.0": {
|
|
10
10
|
"dependencies": {
|
|
11
|
+
"ILGPU": "1.5.3",
|
|
12
|
+
"ILGPU.Algorithms": "1.5.3",
|
|
11
13
|
"Microsoft.CodeAnalysis.CSharp": "5.3.0-2.final",
|
|
12
14
|
"Microsoft.Extensions.Hosting": "10.0.3",
|
|
13
15
|
"Microsoft.Extensions.Logging.Console": "10.0.3",
|
|
@@ -17,6 +19,25 @@
|
|
|
17
19
|
"UltraCode.CSharp.dll": {}
|
|
18
20
|
}
|
|
19
21
|
},
|
|
22
|
+
"ILGPU/1.5.3": {
|
|
23
|
+
"runtime": {
|
|
24
|
+
"lib/net7.0/ILGPU.dll": {
|
|
25
|
+
"assemblyVersion": "1.5.3.0",
|
|
26
|
+
"fileVersion": "1.5.3.0"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"ILGPU.Algorithms/1.5.3": {
|
|
31
|
+
"dependencies": {
|
|
32
|
+
"ILGPU": "1.5.3"
|
|
33
|
+
},
|
|
34
|
+
"runtime": {
|
|
35
|
+
"lib/net7.0/ILGPU.Algorithms.dll": {
|
|
36
|
+
"assemblyVersion": "1.5.3.0",
|
|
37
|
+
"fileVersion": "1.5.3.0"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
},
|
|
20
41
|
"Microsoft.CodeAnalysis.Common/5.3.0-2.final": {
|
|
21
42
|
"runtime": {
|
|
22
43
|
"lib/net10.0/Microsoft.CodeAnalysis.dll": {
|
|
@@ -434,6 +455,20 @@
|
|
|
434
455
|
"serviceable": false,
|
|
435
456
|
"sha512": ""
|
|
436
457
|
},
|
|
458
|
+
"ILGPU/1.5.3": {
|
|
459
|
+
"type": "package",
|
|
460
|
+
"serviceable": true,
|
|
461
|
+
"sha512": "sha512-VhAfQqnp/qTcQla5zcBPQIoUJox8T1EuZLuKrynFFE1BQvOOUCksiCb9IQAJa2MSJf6QDi5YIoG45K0I+GWcgg==",
|
|
462
|
+
"path": "ilgpu/1.5.3",
|
|
463
|
+
"hashPath": "ilgpu.1.5.3.nupkg.sha512"
|
|
464
|
+
},
|
|
465
|
+
"ILGPU.Algorithms/1.5.3": {
|
|
466
|
+
"type": "package",
|
|
467
|
+
"serviceable": true,
|
|
468
|
+
"sha512": "sha512-KySqYhghiJKkf77NTLcxebFzD2hz/hpO1Dxz/B0IpnowhwKD3i+PVaGa3E+TXahGHY6711HVOWpKr07wV6qEOg==",
|
|
469
|
+
"path": "ilgpu.algorithms/1.5.3",
|
|
470
|
+
"hashPath": "ilgpu.algorithms.1.5.3.nupkg.sha512"
|
|
471
|
+
},
|
|
437
472
|
"Microsoft.CodeAnalysis.Common/5.3.0-2.final": {
|
|
438
473
|
"type": "package",
|
|
439
474
|
"serviceable": true,
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ultracode",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.5.0",
|
|
4
4
|
"description": "Codebase RAG MCP server for code understanding - semantic search, duplicate detection, impact analysis for TS/JS/Python/C#/Go/Rust/Java/C++/Kotlin/Swift/Zig/Bash",
|
|
5
5
|
"license": "AGPL-3.0-only OR Commercial",
|
|
6
6
|
"author": "faxenoff",
|