| name | switch |
| description | Switch current session to codex. UltraContext keeps your original context. |
| allowed-tools | ["Bash"] |
/switch โ Cross-agent session portability by UltraContext
Switch your current conversation to another AI agent with full context.
Usage
/switch <target> where target is: codex or claude
Optional flags: --last N (carry only last N messages), --no-launch (write session file only)
Steps
- Run:
ultracontext switch $ARGUMENTS
-
If ultracontext is not installed, tell the user: npm i -g ultracontext or bun add -g ultracontext
-
Report: session ID, file path, message count. Codex will open in a new terminal tab automatically.