@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/dist/index.d.ts CHANGED
@@ -1,7 +1,9 @@
1
1
  /**
2
2
  * FixHive - Community-based Error Knowledge Sharing for OpenCode
3
3
  *
4
- * @module @fixhive/opencode-plugin
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/opencode-plugin';
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 { ErrorType, ErrorStatus, Language, Severity, LocalErrorRecord, QueryCacheEntry, LocalStats, CloudKnowledgeEntry, DuplicateCheckResult, ContributorStats, DetectedSignal, ErrorDetectionResult, StackFrame, StackTraceInfo, FixHiveContext, ToolOutput, PrivacyFilterRule, SanitizedContent, FilterContext, SearchRequest, SearchResponse, UploadRequest, UploadResponse, QueryKnowledgeArgs, SubmitResolutionArgs, ListErrorsArgs, MarkResolvedArgs, VoteArgs, FixHiveConfig, PartialConfig, FixHiveEvent, } from './types/index.js';
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
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AAMH,OAAO,aAAa,MAAM,mBAAmB,CAAC;AAC9C,eAAe,aAAa,CAAC;AAG7B,YAAY,EAEV,SAAS,EACT,WAAW,EACX,QAAQ,EACR,QAAQ,EAGR,gBAAgB,EAChB,eAAe,EACf,UAAU,EAGV,mBAAmB,EACnB,oBAAoB,EACpB,gBAAgB,EAGhB,cAAc,EACd,oBAAoB,EACpB,UAAU,EACV,cAAc,EAGd,cAAc,EACd,UAAU,EAGV,iBAAiB,EACjB,gBAAgB,EAChB,aAAa,EAGb,aAAa,EACb,cAAc,EACd,aAAa,EACb,cAAc,EAGd,kBAAkB,EAClB,oBAAoB,EACpB,cAAc,EACd,gBAAgB,EAChB,QAAQ,EAGR,aAAa,EACb,aAAa,EAGb,YAAY,GACb,MAAM,kBAAkB,CAAC;AAG1B,YAAY,EAAE,aAAa,IAAI,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACxF,YAAY,EAAE,aAAa,IAAI,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AACxF,YAAY,EAAE,UAAU,IAAI,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AAClF,YAAY,EAAE,WAAW,IAAI,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AAC7E,YAAY,EAAE,gBAAgB,IAAI,yBAAyB,EAAE,sBAAsB,EAAE,MAAM,sBAAsB,CAAC"}
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"}