opencode-import

Import OpenCode session data

TLDR

Import a session from a JSON file
$ opencode import [path/to/session.json]

SYNOPSIS

opencode import file

DESCRIPTION

opencode import imports session data into OpenCode from a JSON file previously created with opencode export. This allows restoring or sharing conversation sessions between different OpenCode installations or users.

INSTALL

sudo pacman -S opencode
brew install opencode
nix profile install nixpkgs#opencode

SEE ALSO

opencode(1), opencode-export(1), opencode-session(1)