Connection profile
Use this for the next start. Current tunnel URLs appear here when the launcher knows them.
Connect ChatGPT
Create an app connection that points at the public Server URL copied by the terminal.
- 1Open ChatGPT settings and create an app connection.
- 2Set Connection to
Server URL. - 3Paste the public CodexPro URL from the terminal.
- 4Use
No Authentication / None; the private token is already in the copied URL.
CLI controls
Copy these when you need to restart with a different runtime policy. They do not mutate the running process from the browser.
Use the CLI for broader profile edits that are intentionally not exposed here.
codexpro setup
Useful for a local MCP client. ChatGPT usually needs the public tunnel URL copied by the terminal.
http://127.0.0.1:8787/mcp
Restart with file tools but no ChatGPT-triggered bash tool.
codexpro start --root '/home/jianwen/Desktop/novonesis/Pep_docking' --no-bash
Restart so bash calls must include this matching session_id.
codexpro start --root '/home/jianwen/Desktop/novonesis/Pep_docking' --bash-session 'main' --require-bash-session
Restart with read-only local Codex session metadata in full tool mode.
codexpro start --root '/home/jianwen/Desktop/novonesis/Pep_docking' --tool-mode full --codex-sessions metadata
Restart with bounded local transcript reads from Codex JSONL history.
codexpro start --root '/home/jianwen/Desktop/novonesis/Pep_docking' --tool-mode full --codex-sessions read
Restart with the raw stdout/stderr transcript instead of compact tool cards.
codexpro start --root '/home/jianwen/Desktop/novonesis/Pep_docking' --bash-transcript full
Allowed roots
- /home/jianwen/Desktop/novonesis/Pep_docking
CodexPro rejects workspace access outside these roots.