Add databricks-codex integration plugin for OpenAI Codex CLI#93
Closed
rlgarris wants to merge 8 commits intodatabricks-solutions:mainfrom
Closed
Add databricks-codex integration plugin for OpenAI Codex CLI#93rlgarris wants to merge 8 commits intodatabricks-solutions:mainfrom
rlgarris wants to merge 8 commits intodatabricks-solutions:mainfrom
Conversation
This adds a new Python SDK for integrating OpenAI Codex CLI with Databricks: - **Configuration Management**: Programmatic control of ~/.codex/config.toml - **Authentication**: Bridge Databricks credentials into Codex environment - **Executor**: Sync/async execution of codex exec with timeout handling - **MCP Client**: Connect to Codex running as MCP server - **Session Management**: Resume and fork Codex sessions Includes 126 unit tests (all passing) covering models, config, auth, executor, MCP client, and session management. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…ests (written by Codex)
Collaborator
|
@rlgarris I don't think this fits into this repo well. Maybe it would make sense as a standalone repo if you need this sort of capability? I am looking at 2 other PRs that are just meant ot configure our current MCP server and skills so that Codex can use them from one's local machine. I think that as in depth as we want to go with Codex integration for this repo. Does that sound ok to you? |
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
73256a0 to
35b5b7b
Compare
mapfile is bash 4+ only; use while-read for bash 3.2 compatibility (macOS default) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Collaborator
|
Closing this since we're supporting Codex CLI with the new version now! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
~/.codex/config.tomlcodex execTest plan
🤖 Generated with Claude Code