OpenCode Plugin
Capture coding conversations automatically from your terminal
The OpenCode plugin for EdukaAI captures your AI-assisted coding sessions automatically. Install it once, and every conversation with OpenCode CLI gets exported as training data when your session ends.
How It Works
- Install the plugin:
npm install @elgap/edukaai-opencode - Add to opencode.json:
{ "plugin": ["@elgap/edukaai-opencode"] } - Activate capture:
npx edukaai-opencode on - Work normally in OpenCode: Have debugging sessions, code reviews, or learning conversations
- Automatic export: When your session goes idle, the conversation is sent to EdukaAI
What Gets Captured
- ✓Your prompts and AI responses
- ✓File edits and code changes
- ✓Working directory and project context
- ✓Tool usage (web search, file operations)
Privacy Note: All data is captured locally and sent directly to your EdukaAI instance. No third-party servers involved.