@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/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* FixHive - Community-based Error Knowledge Sharing for OpenCode
|
|
3
3
|
*
|
|
4
|
-
*
|
|
4
|
+
* CodeCaseDB v2.0
|
|
5
|
+
*
|
|
6
|
+
* @module @the-magic-tower/fixhive-opencode-plugin
|
|
5
7
|
* @description
|
|
6
8
|
* FixHive is an OpenCode plugin that automatically captures errors during
|
|
7
9
|
* development sessions, queries a community knowledge base for solutions,
|
|
@@ -10,7 +12,7 @@
|
|
|
10
12
|
* @example
|
|
11
13
|
* ```typescript
|
|
12
14
|
* // In your OpenCode plugin configuration
|
|
13
|
-
* import FixHivePlugin from '@fixhive
|
|
15
|
+
* import FixHivePlugin from '@the-magic-tower/fixhive-opencode-plugin';
|
|
14
16
|
*
|
|
15
17
|
* export default FixHivePlugin;
|
|
16
18
|
* ```
|
|
@@ -20,15 +22,9 @@
|
|
|
20
22
|
* # Environment variables
|
|
21
23
|
* FIXHIVE_SUPABASE_URL=https://your-project.supabase.co
|
|
22
24
|
* FIXHIVE_SUPABASE_KEY=your-anon-key
|
|
23
|
-
* OPENAI_API_KEY=sk-... # Optional, for embeddings
|
|
24
25
|
* ```
|
|
25
26
|
*/
|
|
26
27
|
import FixHivePlugin from './plugin/index.js';
|
|
27
28
|
export default FixHivePlugin;
|
|
28
|
-
export type {
|
|
29
|
-
export type { ErrorDetector as ErrorDetectorInterface } from './core/error-detector.js';
|
|
30
|
-
export type { PrivacyFilter as PrivacyFilterInterface } from './core/privacy-filter.js';
|
|
31
|
-
export type { LocalStore as LocalStoreInterface } from './storage/local-store.js';
|
|
32
|
-
export type { CloudClient as CloudClientInterface } from './cloud/client.js';
|
|
33
|
-
export type { EmbeddingService as EmbeddingServiceInterface, EmbeddingServiceConfig } from './cloud/embedding.js';
|
|
29
|
+
export type { CaseGroup, CaseVariant, Resolution, Vote, Device, Environment, SearchCasesInput, SearchCasesOutput, ReportResolutionInput, ReportResolutionOutput, VoteInput, VoteOutput, RankedVariant, FilterResult, CloudClient, } from '@the-magic-tower/fixhive-shared';
|
|
34
30
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AAMH,OAAO,aAAa,MAAM,mBAAmB,CAAC;AAC9C,eAAe,aAAa,CAAC;AAG7B,YAAY,EACV,SAAS,EACT,WAAW,EACX,UAAU,EACV,IAAI,EACJ,MAAM,EACN,WAAW,EACX,gBAAgB,EAChB,iBAAiB,EACjB,qBAAqB,EACrB,sBAAsB,EACtB,SAAS,EACT,UAAU,EACV,aAAa,EACb,YAAY,EACZ,WAAW,GACZ,MAAM,iCAAiC,CAAC"}
|