Skip to content
    ↑↓ select↵ openesc close
    English中文
    ThomasSanna

    Tell Sessions

    v1.0.0Code Intelligence
    opencode-tell-sessions

    Inter-session direct messaging (DM) for OpenCode V1 & V2: agents in different sessions can message each other

    GitHub stars

    2

    +1 in 30 days

    Monthly installs

    555

    555 in 7 days

    Composite scoreSCORE

    42.9

    Multi-signal model

    Last commit

    3 days ago

    2026-08-16

    Install and configure

    opencode.json

    Writes to this project's opencode.json — applies to this repository only.

    opencode.json

    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["opencode-tell-sessions@1.0.0"]
    }

    opencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.

    English | Français | 한국어 | 日本語 | 简体中文

    npm version npm downloads License CI Release

    Inter-session direct messaging (DM) for OpenCode: agents in different sessions on the same server can talk to each other in real time, without human intervention.

    Installation

    Add the plugin to your opencode.json:

    {
      "plugin": ["opencode-tell-sessions@latest"]
    }
    

    Usage

    From any session, ask the agent to talk to another session, by title, date, or conversation content:

    • "ask the frontend session to update the endpoint"
    • "tell weekly-digest we renamed users.name to display_name"
    • "find the latest session that talks about weeklyDigest and send it this message"

    The agent uses session_search to find the right session, then session_send to send it a message. The message appears in the target session with the @source-title prefix.

    Development

    bun install
    bun test        # unit tests
    bun run typecheck
    

    Contributing

    See CONTRIBUTING.md for the contribution guide — language policy, project structure, and pull request process.

    License

    MIT