123cb doctor --verbose cb import opencode --session <opencode-session-id> cb show <bridge-session-id>
bridge_session_id. Keep identifiers out
of screenshots and public issue reports if they could reveal local work
relationships or repository history.123456cb continue \ --session <bridge-session-id> \ --from opencode \ --to claude \ --budget 100000 \ --preview
--budget is an approximate token budget. Context Bridge reserves room for
the structured task state, then fills the remaining window from the newest
supported conversation backward. A larger value does not discard older local
history; it only changes the generated handoff.--preview starts the target through its documented interface.12345cb continue \ --session <bridge-session-id> \ --from opencode \ --to claude \ --budget 100000
--last when the desired source is the most
recent session in the current project:1cb continue --last --from opencode --to codex --preview
123cb timeline <bridge-session-id> cb diff <bridge-session-id> cb export <bridge-session-id> --format json --redacted > handoff.json
--full is an explicit local-only exception. It imports OpenCode's raw
documented export, which can contain sensitive text. Review the resulting local
data before making any export or handoff available outside your machine.