Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@hung319/opencode-hive

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hung319/opencode-hive - npm Package Compare versions

Comparing version
1.10.1
to
1.10.2
+1
-1
bin/doctor.ts

@@ -510,3 +510,3 @@ #!/usr/bin/env bun

status: 'ready',
version: '1.10.0',
version: '1.10.2',
summary: getSystemInfo(),

@@ -513,0 +513,0 @@ checks: {

{
"name": "@hung319/opencode-hive",
"version": "1.10.1",
"version": "1.10.2",
"type": "module",

@@ -5,0 +5,0 @@ "description": "OpenCode plugin for Agent Hive - from vibe coding to hive coding",

@@ -36,2 +36,29 @@ # @hung319/opencode-hive

## Environment Variables
### Required for Optional Features
| Variable | Description | Required |
|----------|-------------|----------|
| `EXA_API_KEY` | API key for Exa AI web search | Only if using `websearch` MCP |
| `SEARXNG_URL` | URL for self-hosted SearXNG instance | Only if using `searxng` MCP |
| `CXXFLAGS="-std=c++20"` | C++ compiler flags for native modules | Only on Node.js v24+ |
### Setup Examples
```bash
# For web search (Exa AI) - get key at https://exa.ai
export EXA_API_KEY="your-exa-api-key"
# For privacy meta-search (self-hosted)
export SEARXNG_URL="https://your-searxng-instance.com"
# For Node.js v24+ native modules (ast-grep, agent-booster, memory)
export CXXFLAGS="-std=c++20"
```
Add these to your `~/.bashrc` or `~/.zshrc` for persistence.
---
## Quick Setup

@@ -241,3 +268,4 @@

| `pare_search` | Structured ripgrep/fd search with 65-95% token reduction. | None (runs via npx) |
| `veil` | Code discovery and intelligent retrieval. | None (runs via npx) |
| `ddg_search` | DuckDuckGo search - free, no API key required. | None |
| `searxng` | Privacy meta-search via [SearXNG](https://searx.space/). Requires self-hosted instance. | Set `SEARXNG_URL` env var |

@@ -565,8 +593,8 @@ ### Per-Agent Skills

- `scip-typescript` - TypeScript indexer
- `veil` - Code discovery
- `btca` - BTC/A blockchain agent
- `ddg_search` - DuckDuckGo search (free)
3. **MCPs** - Auto-installed with plugin
- websearch, context7, grep_app
- pare_search, veil
- ddg_search, searxng

@@ -573,0 +601,0 @@ 4. **C++20 Tip** - For @ast-grep/napi native modules

Sorry, the diff of this file is too big to display