跳到主要内容
    ↑↓ 选择↵ 打开esc 关闭
    中文English
    memorylake-ai

    @memorylake/opencode-plugin

    v0.1.0记忆与上下文
    @memorylake/opencode-plugin

    Memory Lake for opencode: cross-device, cross-client long-term memory, including memories written from Claude Code that opencode cannot otherwise see.

    GitHub 星标

    2

    月装机量

    97

    近 7 天 97

    综合评分SCORE

    36.1

    生态多维模型

    最近提交

    1 天前

    2026-08-18

    快速安装与配置

    opencode.json

    写入当前项目的 opencode.json,只对这个仓库生效。

    opencode.json

    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["@memorylake/opencode-plugin@0.1.0"]
    }

    opencode 启动时会通过内嵌运行时自动加载 npm 依赖并缓存至本地目录,无需手动在全局环境执行安装。

    Client-side harnesses that connect coding agents to Memory Lake — cross-device long-term memory. (Two deployments, separate accounts: memorylake.ai international, memorylake.cn China; the CLI defaults to the international endpoint.)

    Harness Client Status
    claude-plugin/ Claude Code working — recall on read, sync on write, session status
    codex-plugin/ Codex working — recall skill, per-turn memory sync, session status
    dsh-plugin/ DeepSeek Harness (dsh) working — memory tools, prompt guidance, session status; published as @memorylake/dsh-plugin
    opencode-plugin/ opencode working — memory tools, prompt guidance, compaction guidance; published as @memorylake/opencode-plugin

    All harnesses share one identity and data tree (~/.memorylake/harness/): configure once, use from every client.

    Claude Code

    /plugin marketplace add memorylake-ai/memorylake-harness
    /plugin install memorylake@memorylake
    /memorylake:init
    

    See claude-plugin/README.md for configuration, privacy notes, and design rationale.

    Codex

    codex plugin marketplace add memorylake-ai/memorylake-harness
    codex plugin add memorylake@memorylake
    set up memorylake
    

    The last line is asked inside a Codex session, after trusting the hooks via /hooks. See codex-plugin/README.md.

    DeepSeek Harness (dsh)

    dsh plugin --profile web add @memorylake/dsh-plugin
    dsh web
    /memorylake-init
    

    The last line is typed in a session; machines already set up for Claude Code or Codex can skip it. See dsh-plugin/README.md.

    opencode

    opencode plugin @memorylake/opencode-plugin -g
    set up memorylake
    

    The last line is typed in a session; machines already set up for another harness can skip it. See opencode-plugin/README.md.