toolnet-memory 0.3.17 → 0.3.18
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/README.md +8 -16
- package/bundle/public/index.html +1087 -2353
- package/package.json +1 -1
- package/release-manifest.json +6 -39
package/package.json
CHANGED
package/release-manifest.json
CHANGED
|
@@ -8,10 +8,7 @@
|
|
|
8
8
|
"localMemoryRuntime": true,
|
|
9
9
|
"requiresLlm": false,
|
|
10
10
|
"requiresEmbeddings": false,
|
|
11
|
-
"retrieval": [
|
|
12
|
-
"BM25",
|
|
13
|
-
"SQLite FTS5"
|
|
14
|
-
],
|
|
11
|
+
"retrieval": ["BM25", "SQLite FTS5"],
|
|
15
12
|
"sharedProjectMemory": true,
|
|
16
13
|
"multiHostConvergence": true,
|
|
17
14
|
"storageImplementationFrozen": true
|
|
@@ -96,11 +93,7 @@
|
|
|
96
93
|
"remoteDistributedLock": false
|
|
97
94
|
},
|
|
98
95
|
"largeRepository": {
|
|
99
|
-
"benchmarkProfiles": [
|
|
100
|
-
"10k",
|
|
101
|
-
"50k",
|
|
102
|
-
"100k"
|
|
103
|
-
],
|
|
96
|
+
"benchmarkProfiles": ["10k", "50k", "100k"],
|
|
104
97
|
"maxCodeFileBytes": 2097152,
|
|
105
98
|
"symlinkTraversal": false,
|
|
106
99
|
"boundedParseConcurrency": true,
|
|
@@ -111,16 +104,7 @@
|
|
|
111
104
|
"codeIntelligence": {
|
|
112
105
|
"parserEngine": "typescript-compiler-api",
|
|
113
106
|
"treeSitterRuntime": false,
|
|
114
|
-
"supportedExtensions": [
|
|
115
|
-
".ts",
|
|
116
|
-
".tsx",
|
|
117
|
-
".js",
|
|
118
|
-
".jsx",
|
|
119
|
-
".mts",
|
|
120
|
-
".cts",
|
|
121
|
-
".mjs",
|
|
122
|
-
".cjs"
|
|
123
|
-
],
|
|
107
|
+
"supportedExtensions": [".ts", ".tsx", ".js", ".jsx", ".mts", ".cts", ".mjs", ".cjs"],
|
|
124
108
|
"tsconfigPaths": true,
|
|
125
109
|
"baseUrlResolution": true,
|
|
126
110
|
"projectReferences": true,
|
|
@@ -176,15 +160,7 @@
|
|
|
176
160
|
"deterministic": true,
|
|
177
161
|
"llmMerge": false,
|
|
178
162
|
"embeddingMatching": false,
|
|
179
|
-
"kinds": [
|
|
180
|
-
"rule",
|
|
181
|
-
"decision",
|
|
182
|
-
"todo",
|
|
183
|
-
"next_action",
|
|
184
|
-
"fix",
|
|
185
|
-
"context",
|
|
186
|
-
"architecture"
|
|
187
|
-
],
|
|
163
|
+
"kinds": ["rule", "decision", "todo", "next_action", "fix", "context", "architecture"],
|
|
188
164
|
"topicMatching": true,
|
|
189
165
|
"entityMatching": true,
|
|
190
166
|
"lexicalSubjectMatching": true,
|
|
@@ -208,10 +184,7 @@
|
|
|
208
184
|
"nonRoot": true,
|
|
209
185
|
"ipcHealthcheck": true,
|
|
210
186
|
"ghcr": true,
|
|
211
|
-
"multiArch": [
|
|
212
|
-
"linux/amd64",
|
|
213
|
-
"linux/arm64"
|
|
214
|
-
]
|
|
187
|
+
"multiArch": ["linux/amd64", "linux/arm64"]
|
|
215
188
|
},
|
|
216
189
|
"remoteEncryption": {
|
|
217
190
|
"supported": true,
|
|
@@ -247,13 +220,7 @@
|
|
|
247
220
|
"filesystemProjectScan": false
|
|
248
221
|
},
|
|
249
222
|
"nonTsIntelligence": {
|
|
250
|
-
"localCodeSearch": [
|
|
251
|
-
"python",
|
|
252
|
-
"go",
|
|
253
|
-
"rust",
|
|
254
|
-
"c",
|
|
255
|
-
"cpp"
|
|
256
|
-
],
|
|
223
|
+
"localCodeSearch": ["python", "go", "rust", "c", "cpp"],
|
|
257
224
|
"engine": "sqlite-fts5-bm25",
|
|
258
225
|
"structuralParserSupport": false,
|
|
259
226
|
"lspFoundation": "detection-only",
|