Skip to content

Add databricks-codex integration plugin for OpenAI Codex CLI#93

Closed
rlgarris wants to merge 8 commits intodatabricks-solutions:mainfrom
rlgarris:feature/databricks-codex-integration
Closed

Add databricks-codex integration plugin for OpenAI Codex CLI#93
rlgarris wants to merge 8 commits intodatabricks-solutions:mainfrom
rlgarris:feature/databricks-codex-integration

Conversation

@rlgarris
Copy link

Summary

  • Adds Python SDK for integrating OpenAI Codex CLI with Databricks
  • Configuration management for ~/.codex/config.toml
  • Authentication bridging between Databricks and Codex credentials
  • Sync/async executor with timeout handling for codex exec
  • MCP client for connecting to Codex-as-MCP-server
  • Session management (list, resume, fork)

Test plan

  • 126 unit tests passing
  • Manual test with Codex CLI installed and authenticated
  • Integration tests with live Databricks connection

🤖 Generated with Claude Code

rlgarris_data and others added 4 commits February 11, 2026 08:37
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>
@dustinvannoy-db
Copy link
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?

@rlgarris rlgarris force-pushed the feature/databricks-codex-integration branch from 73256a0 to 35b5b7b Compare February 13, 2026 23:06
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>
@calreynolds
Copy link
Collaborator

Closing this since we're supporting Codex CLI with the new version now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants