Feature Request: Improve Codex CLI IDE integration through persistent terminal workflows

Open 💬 0 comments Opened Jul 24, 2026 by shanxierdan

What variant of Codex are you using?

CLI

What feature would you like to see?

Background

Codex CLI provides a powerful terminal-based coding agent, but terminal workflows often lack IDE-level context management.

Proposal

I built an experimental Neovim IDE layer for Codex CLI:

https://github.com/shanxierdan/nvim-agent-workbench

It provides:

  • project-scoped Codex sessions
  • persistent conversations across editor restarts
  • file/selection context sharing
  • diagnostics-driven debugging workflow
  • WSL and MacOS-friendly terminal IDE workflow
  • support for opening non-text files from Neovim

Motivation

Many developers prefer terminal-based environments (tmux + Neovim), but current agent workflows often lose editor state.

I wonder whether Codex CLI could expose a more formal integration interface for third-party IDE environments.

Feedback from the Codex team would be appreciated.

Additional information

_No response_

View original on GitHub ↗