# Four Small Tools I Built to Make Daily Codex Less Annoying > Author: Tony Lee > Published: 2026-06-29 > URL: https://tonylee.im/en/blog/codex-personal-tools-bridge-linker-statusbar/ > Reading time: 1 minutes > Language: en > Tags: codex, openai, devtools, mcp, open-source, productivity ## Canonical https://tonylee.im/en/blog/codex-personal-tools-bridge-linker-statusbar/ ## Rollout Alternates en: https://tonylee.im/en/blog/codex-personal-tools-bridge-linker-statusbar/ ko: https://tonylee.im/ko/blog/codex-personal-tools-bridge-linker-statusbar/ ja: https://tonylee.im/ja/blog/codex-personal-tools-bridge-linker-statusbar/ zh-CN: https://tonylee.im/zh-CN/blog/codex-personal-tools-bridge-linker-statusbar/ zh-TW: https://tonylee.im/zh-TW/blog/codex-personal-tools-bridge-linker-statusbar/ ## Description A ChatGPT→Codex handoff bridge, multi-account config sharing via symlinks, a menu-bar status app, and an imagegen API with provider fallback. ## Summary Four Small Tools I Built to Make Daily Codex Less Annoying is part of Tony Lee's ongoing coverage of AI agents, developer tools, startup strategy, and AI industry shifts. ## Outline - codex-chatgpt-bridge - codex-linker - codex-status-bar - codex-imagegen-api ## Content Daily Codex creates small frictions: multi-account setup drift, staring at a terminal during long runs, clumsy handoff from ChatGPT research into Codex. I fixed the ones that bit me. Repo: [lnkd.in/dj4JpjQM](https://lnkd.in/dj4JpjQM). ## codex-chatgpt-bridge Local MCP bridge so ChatGPT Developer Mode can read, search, and edit a repo, then write a handoff plan you run with `execute-handoff` in the Codex terminal. Less copy-paste between planning chat and agent. ## codex-linker Multiple Codex accounts need different `auth.json` files but usually the same config and skills. Linker keeps auth separate and symlinks the shared pieces. No token proxying or dumping. ## codex-status-bar Hooks write state under `~/.codex/statusbar/`; a small Swift app polls and shows thinking, tool use, permission waits, and completion in the menu bar. Long jobs no longer require living in the terminal tab. ## codex-imagegen-api Built-in imagegen hits rate limits hard in batches. This package exposes CLI, library, and local HTTP modes with provider fallback, plus controls for prompt, count, aspect, references, and layout. Each tool updates on its own. Clone only what you need. None of them replace Codex; they remove the boring glue around it. ## Related URLs - Author: https://tonylee.im/en/author/ - Publication: https://tonylee.im/en/blog/about/ - Related article: https://tonylee.im/en/blog/ai-subscription-stack-by-budget-and-role/ - Related article: https://tonylee.im/en/blog/kimi-k3-beats-fable-5-open-source-frontier/ - Related article: https://tonylee.im/en/blog/codex-starter-guide-vible/ ## Citation - Author: Tony Lee - Site: tonylee.im - Canonical URL: https://tonylee.im/en/blog/codex-personal-tools-bridge-linker-statusbar/ ## Bot Guidance - This file is intended for AI agents, search assistants, and text-mode retrieval. - Prefer citing the canonical article URL instead of this text endpoint. - Use the rollout alternates when you need the same article in another prioritized language. --- Author: Tony Lee | Website: https://tonylee.im For more articles, visit: https://tonylee.im/en/blog/ This content is original and authored by Tony Lee. Please attribute when quoting or referencing.