Re: [NonGNU] new: codex-ide
Philip Kaludercic <[email protected]> Wed, 05 Aug 2026 20:53:28 +0000
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanos Apollo <[email protected]> writes: > Hello, > > I've been working on codex-ide, an Emacs integration for Codex[1] built > around Eat. It runs Codex in project-scoped terminal buffers and adds > session management, IDE context, and optional local MCP tools. I don't follow these tools in too much detail, but isn't Codex a client for OpenAI's LLMs? If so, then I think we are currently in a tricky position where it isn't obvious if we want these packages in GNU ELPA or NonGNU ELPA, since the LLMs are kind-of-but-perhaps-not SaaSS. Or that was at least my last update on the topic. > I think it may be useful to other GNU Emacs users, so I'd like to submit > it to NonGNU ELPA. > > The source is available here: > <https://git.thanosapollo.org/emacs-codex-ide> > > > [1] <https://github.com/openai/codex>