Skip to content
Discussion options

You must be logged in to vote

OpenACP supports session transfer (handoff) — moving sessions between terminal and chat.

Use case: You're coding in terminal with Claude Code and want to continue from Telegram when you leave your desk.

Steps:

  1. Install the handoff skill for the agent:
openacp integrate claude-code
  1. In your terminal Claude Code session, use the /handoff command to transfer the session to OpenACP

  2. On Telegram/Discord/Slack, adopt the session:

openacp adopt claude-code <session-id>

OpenACP tracks integrations in config:

{
  "integrations": {
    "claude-code": {
      "installed": true,
      "installedAt": "2026-03-26T10:00:00Z"
    }
  }
}

Session transfer preserves the full context, conversation hist…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 0xMag1ci4n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants