mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-05-22 19:57:07 +00:00
- Add tool-detector.ts (6 CLI tools: claude, codex, opencode, cline, kilocode, continue) - Add config-generator/ factory + 6 generators (JSON + YAML) - Add doctor/checks.ts for CLI tool health checks - Add log-streamer.ts for usage log streaming - Add @omniroute/opencode-provider npm package - Add 5 CLI commands: config, status, logs, update, provider - Add 3 API routes: config, detect, apply - Update bin/omniroute.mjs, bin/cli/index.mjs, package.json - Update docs: SETUP_GUIDE.md, CLI-TOOLS.md - All tests pass (4302/4326, 24 pre-existing failures unchanged)
20 lines
387 B
JSON
20 lines
387 B
JSON
{
|
|
"name": "@omniroute/opencode-provider",
|
|
"version": "1.0.0",
|
|
"description": "OpenCode provider plugin for OmniRoute AI Gateway",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"README.md"
|
|
],
|
|
"keywords": [
|
|
"omniroute",
|
|
"opencode",
|
|
"provider"
|
|
],
|
|
"license": "MIT",
|
|
"peerDependencies": {}
|
|
}
|