@howaboua/opencode-chat
Advanced tools
@@ -0,2 +1,3 @@ | ||
| #!/usr/bin/env node | ||
| export {}; | ||
| //# sourceMappingURL=download-model.d.ts.map |
@@ -0,4 +1,5 @@ | ||
| #!/usr/bin/env node | ||
| /** | ||
| * Download embedding model for semantic search. | ||
| * Usage: bun script/download-model.ts | ||
| * Usage: npx @howaboua/opencode-chat opencode-chat-download-model | ||
| * Automatically finds repo root by walking up to .opencode/ | ||
@@ -5,0 +6,0 @@ */ |
@@ -0,2 +1,3 @@ | ||
| #!/usr/bin/env node | ||
| export {}; | ||
| //# sourceMappingURL=semantic-index.d.ts.map |
@@ -0,4 +1,5 @@ | ||
| #!/usr/bin/env node | ||
| /** | ||
| * Manual semantic indexer. | ||
| * Usage: bun script/semantic-index.ts --mode changed|full | ||
| * Usage: npx @howaboua/opencode-chat opencode-chat-semantic-index --mode changed|full | ||
| * Automatically finds repo root by walking up to .opencode/ | ||
@@ -5,0 +6,0 @@ */ |
+1
-1
| { | ||
| "name": "@howaboua/opencode-chat", | ||
| "version": "0.1.6", | ||
| "version": "0.1.7", | ||
| "description": "Chatifier plugin for OpenCode - Adds chat-optimized tools and semantic search", | ||
@@ -5,0 +5,0 @@ "type": "module", |
+1
-1
@@ -44,3 +44,3 @@ # OpenCode Chat | ||
| { | ||
| "plugin": ["@howaboua/opencode-chat@0.1.6"] | ||
| "plugin": ["@howaboua/opencode-chat@0.1.7"] | ||
| } | ||
@@ -47,0 +47,0 @@ ``` |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
104890
0.13%2395
0.17%