@the-magic-tower/fixhive-opencode-plugin 0.1.34 → 0.2.0-beta.2
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.de.md +6 -7
- package/README.es.md +6 -7
- package/README.fr.md +6 -7
- package/README.ja.md +6 -7
- package/README.ko.md +5 -4
- package/README.md +108 -339
- package/README.nl.md +6 -7
- package/README.zh.md +6 -7
- package/dist/index.d.ts +5 -9
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +8018 -14093
- package/dist/plugin/index.d.ts +2 -1
- package/dist/plugin/index.d.ts.map +1 -1
- package/dist/plugin/tools.d.ts +17 -7
- package/dist/plugin/tools.d.ts.map +1 -1
- package/package.json +5 -7
- package/dist/cloud/client.d.ts +0 -44
- package/dist/cloud/client.d.ts.map +0 -1
- package/dist/cloud/embedding.d.ts +0 -43
- package/dist/cloud/embedding.d.ts.map +0 -1
- package/dist/core/error-detector.d.ts +0 -26
- package/dist/core/error-detector.d.ts.map +0 -1
- package/dist/core/hash.d.ts +0 -41
- package/dist/core/hash.d.ts.map +0 -1
- package/dist/core/privacy-filter.d.ts +0 -33
- package/dist/core/privacy-filter.d.ts.map +0 -1
- package/dist/storage/local-store.d.ts +0 -63
- package/dist/storage/local-store.d.ts.map +0 -1
- package/dist/storage/migrations.d.ts +0 -23
- package/dist/storage/migrations.d.ts.map +0 -1
- package/dist/types/index.d.ts +0 -218
- package/dist/types/index.d.ts.map +0 -1
package/README.de.md
CHANGED
|
@@ -33,14 +33,13 @@ npm install @the-magic-tower/fixhive-opencode-plugin
|
|
|
33
33
|
|
|
34
34
|
## Schnellstart
|
|
35
35
|
|
|
36
|
-
Fügen Sie zu Ihrer OpenCode-Konfiguration hinzu (
|
|
36
|
+
Fügen Sie zu Ihrer OpenCode-Konfiguration hinzu (`~/.config/opencode/opencode.json`):
|
|
37
37
|
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
};
|
|
38
|
+
```json
|
|
39
|
+
{
|
|
40
|
+
"$schema": "https://opencode.ai/config.json",
|
|
41
|
+
"plugin": ["@the-magic-tower/fixhive-opencode-plugin@beta"]
|
|
42
|
+
}
|
|
44
43
|
```
|
|
45
44
|
|
|
46
45
|
**Das war's!** FixHive verbindet sich standardmäßig mit der Community-Wissensdatenbank. Keine Umgebungsvariablen erforderlich.
|
package/README.es.md
CHANGED
|
@@ -33,14 +33,13 @@ npm install @the-magic-tower/fixhive-opencode-plugin
|
|
|
33
33
|
|
|
34
34
|
## Inicio Rápido
|
|
35
35
|
|
|
36
|
-
Agregue a su configuración de OpenCode (
|
|
36
|
+
Agregue a su configuración de OpenCode (`~/.config/opencode/opencode.json`):
|
|
37
37
|
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
};
|
|
38
|
+
```json
|
|
39
|
+
{
|
|
40
|
+
"$schema": "https://opencode.ai/config.json",
|
|
41
|
+
"plugin": ["@the-magic-tower/fixhive-opencode-plugin@beta"]
|
|
42
|
+
}
|
|
44
43
|
```
|
|
45
44
|
|
|
46
45
|
**¡Eso es todo!** FixHive se conecta a la base de conocimientos de la comunidad por defecto. No se requieren variables de entorno.
|
package/README.fr.md
CHANGED
|
@@ -33,14 +33,13 @@ npm install @the-magic-tower/fixhive-opencode-plugin
|
|
|
33
33
|
|
|
34
34
|
## Démarrage Rapide
|
|
35
35
|
|
|
36
|
-
Ajoutez à votre configuration OpenCode (
|
|
36
|
+
Ajoutez à votre configuration OpenCode (`~/.config/opencode/opencode.json`) :
|
|
37
37
|
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
};
|
|
38
|
+
```json
|
|
39
|
+
{
|
|
40
|
+
"$schema": "https://opencode.ai/config.json",
|
|
41
|
+
"plugin": ["@the-magic-tower/fixhive-opencode-plugin@beta"]
|
|
42
|
+
}
|
|
44
43
|
```
|
|
45
44
|
|
|
46
45
|
**C'est tout !** FixHive se connecte par défaut à la base de connaissances communautaire. Aucune variable d'environnement requise.
|
package/README.ja.md
CHANGED
|
@@ -33,14 +33,13 @@ npm install @the-magic-tower/fixhive-opencode-plugin
|
|
|
33
33
|
|
|
34
34
|
## クイックスタート
|
|
35
35
|
|
|
36
|
-
OpenCode
|
|
36
|
+
OpenCode設定ファイル(`~/.config/opencode/opencode.json`)に追加:
|
|
37
37
|
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
};
|
|
38
|
+
```json
|
|
39
|
+
{
|
|
40
|
+
"$schema": "https://opencode.ai/config.json",
|
|
41
|
+
"plugin": ["@the-magic-tower/fixhive-opencode-plugin@beta"]
|
|
42
|
+
}
|
|
44
43
|
```
|
|
45
44
|
|
|
46
45
|
**以上!** FixHiveはデフォルトでコミュニティナレッジベースに接続します。環境変数の設定は不要です。
|
package/README.ko.md
CHANGED
|
@@ -53,13 +53,14 @@ npm install @the-magic-tower/fixhive-opencode-plugin
|
|
|
53
53
|
npm install @the-magic-tower/fixhive-opencode-plugin
|
|
54
54
|
```
|
|
55
55
|
|
|
56
|
-
### 2. OpenCode 설정
|
|
56
|
+
### 2. OpenCode 설정 파일에 추가
|
|
57
|
+
|
|
58
|
+
`~/.config/opencode/opencode.json` 또는 프로젝트의 `opencode.json`:
|
|
57
59
|
|
|
58
60
|
```json
|
|
59
61
|
{
|
|
60
|
-
"
|
|
61
|
-
|
|
62
|
-
]
|
|
62
|
+
"$schema": "https://opencode.ai/config.json",
|
|
63
|
+
"plugin": ["@the-magic-tower/fixhive-opencode-plugin@beta"]
|
|
63
64
|
}
|
|
64
65
|
```
|
|
65
66
|
|