katashiro-vscode 2.7.0 → 2.7.5
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/package.json +8 -8
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "katashiro-vscode",
|
|
3
3
|
"displayName": "KATASHIRO",
|
|
4
4
|
"description": "AI-powered research assistant with web search, content analysis, and knowledge graph",
|
|
5
|
-
"version": "2.7.
|
|
5
|
+
"version": "2.7.5",
|
|
6
6
|
"publisher": "nahisaho",
|
|
7
7
|
"icon": "media/icon.png",
|
|
8
8
|
"repository": {
|
|
@@ -167,13 +167,13 @@
|
|
|
167
167
|
"publish": "vsce publish"
|
|
168
168
|
},
|
|
169
169
|
"dependencies": {
|
|
170
|
-
"@nahisaho/katashiro-core": "2.5
|
|
171
|
-
"@nahisaho/katashiro-collector": "2.5
|
|
172
|
-
"@nahisaho/katashiro-analyzer": "2.5
|
|
173
|
-
"@nahisaho/katashiro-generator": "2.5
|
|
174
|
-
"@nahisaho/katashiro-knowledge": "2.5
|
|
175
|
-
"@nahisaho/katashiro-feedback": "2.5
|
|
176
|
-
"@nahisaho/katashiro-mcp-server": "2.5
|
|
170
|
+
"@nahisaho/katashiro-core": "2.7.5",
|
|
171
|
+
"@nahisaho/katashiro-collector": "2.7.5",
|
|
172
|
+
"@nahisaho/katashiro-analyzer": "2.7.5",
|
|
173
|
+
"@nahisaho/katashiro-generator": "2.7.5",
|
|
174
|
+
"@nahisaho/katashiro-knowledge": "2.7.5",
|
|
175
|
+
"@nahisaho/katashiro-feedback": "2.7.5",
|
|
176
|
+
"@nahisaho/katashiro-mcp-server": "2.7.5"
|
|
177
177
|
},
|
|
178
178
|
"devDependencies": {
|
|
179
179
|
"@types/vscode": "^1.85.0",
|