-
v1.3.0: Complete OpenCode Plugin Support
发布于
2026-02-05 13:15:21 +00:00 Major OpenCode integration with full feature parity.
- OpenCode Plugin System: Full hooks support via plugins (20+ events)
- llms.txt: Comprehensive OpenCode documentation for LLMs (642 lines)
- 24 Commands: All Claude Code commands translated to OpenCode format
- 3 Custom Tools: run-tests, check-coverage, security-audit
- npm Package: Distributable as
opencode-ecc
OpenCode's plugin system is MORE sophisticated than Claude Code:
- PreToolUse → tool.execute.before
- PostToolUse → tool.execute.after
- Stop → session.idle
- SessionStart → session.created
- SessionEnd → session.deleted
- Plus: file.edited, file.watcher.updated, permission.asked, todo.updated
Feature Claude Code OpenCode Agents 12 12 ✅ Commands 23 24 ✅ Skills 16 16 ✅ Hooks 3 phases 20+ events ✅ Custom Tools Via hooks 3 native ✅ -
.opencode/plugins/ecc-hooks.ts
-
.opencode/tools/*.ts
-
.opencode/commands/*.md (24 files)
-
.opencode/package.json (npm distribution)
-
llms.txt (OpenCode docs for LLMs)
-
Removed .opencode/LIMITATIONS.md (hooks ARE supported)
-
Rewrote .opencode/MIGRATION.md with correct info
```bash
cd everything-claude-code && opencodenpm install opencode-ecc
```下载附件