# opencode-local-memory **Repository Path**: JKDragon/opencode-local-memory ## Basic Information - **Project Name**: opencode-local-memory - **Description**: opencode本地会话记忆 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-03 - **Last Updated**: 2026-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # opencode-local-memory Fully local persistent memory plugin for OpenCode using a local JSON database. ## Features - No cloud dependency - No login required - User and project scoped memories - Local prompt injection on first message - Explicit memory save via `local_memory` tool - Compaction summaries saved locally ## Development ```bash bun install bun run build bun run typecheck ``` ## Install into OpenCode ```bash bun run build node dist/cli.js install --no-tui ```