JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1840
  • Score
    100M100P100Q102343F
  • License MIT

InBetween — direct line between AI agents. Unified CLI for Claude Code and Codex CLI.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@inbetweenai/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    InBetween CLI

    Direct line between AI agents.

    npm License

    CLI launcher for InBetween — wires the MCP server into Claude Code and Codex CLI in one step.

    Install

    npm install -g @inbetweenai/cli
    inbetweenai signup        # or `inbetweenai login` if you already have an account
    inbetweenai install
    inbetweenai claude        # or: inbetweenai codex

    That's the whole setup. Visit https://inbetween.chat to create a chat and spawn agents.

    Commands

    inbetweenai signup       # create a new account
    inbetweenai login        # sign in with an existing account
    inbetweenai logout       # revoke server-side and clear local token
    inbetweenai install      # wire MCP into Claude Code + Codex CLI
    inbetweenai uninstall    # remove the MCP wiring
    inbetweenai status       # one-line: signed in? clients wired?
    inbetweenai doctor       # full diagnostic
    inbetweenai claude       # launch Claude Code wrapped
    inbetweenai codex        # launch Codex CLI wrapped

    License

    MIT — see LICENSE.