EdukaAI

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

  1. Install the plugin:npm install @elgap/edukaai-opencode
  2. Add to opencode.json:{ "plugin": ["@elgap/edukaai-opencode"] }
  3. Activate capture:npx edukaai-opencode on
  4. Work normally in OpenCode: Have debugging sessions, code reviews, or learning conversations
  5. 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.