[PR #504] [MERGED] CODEX SUPPORT #526

Closed
opened 2026-03-02 04:13:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/git-ai-project/git-ai/pull/504
Author: @svarlamov
Created: 2/11/2026
Status: Merged
Merged: 2/11/2026
Merged by: @svarlamov

Base: mainHead: feat/add-codex-support


📝 Commits (2)

📊 Changes

15 files changed (+1164 additions, -12 deletions)

View changed files

📝 Cargo.lock (+53 -2)
📝 Cargo.toml (+1 -0)
📝 src/authorship/prompt_utils.rs (+38 -1)
📝 src/commands/checkpoint.rs (+28 -0)
📝 src/commands/checkpoint_agent/agent_presets.rs (+336 -0)
📝 src/commands/git_ai_handlers.rs (+31 -4)
📝 src/git/repo_storage.rs (+2 -2)
📝 src/git/status.rs (+6 -3)
src/mdm/agents/codex.rs (+411 -0)
📝 src/mdm/agents/mod.rs (+3 -0)
tests/codex.rs (+242 -0)
tests/fixtures/codex-session-simple.jsonl (+5 -0)
tests/fixtures/codex-session-updated.jsonl (+6 -0)
📝 tests/repos/test_file.rs (+1 -0)
tmp/codex-openai (+1 -0)

📄 Description

To test, please use codex version >= npm i -g @openai/codex@0.99.0-alpha.24

Fixes #501


Open with Devin

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/git-ai-project/git-ai/pull/504 **Author:** [@svarlamov](https://github.com/svarlamov) **Created:** 2/11/2026 **Status:** ✅ Merged **Merged:** 2/11/2026 **Merged by:** [@svarlamov](https://github.com/svarlamov) **Base:** `main` ← **Head:** `feat/add-codex-support` --- ### 📝 Commits (2) - [`469d704`](https://github.com/git-ai-project/git-ai/commit/469d7045319cbbafa48665c215fe728a0a6e1e40) CODEX SUPPORT - [`be51c08`](https://github.com/git-ai-project/git-ai/commit/be51c08bd85d4f59ae0a16fe1e1f4ee1fa3e9b82) fix cargo lints ### 📊 Changes **15 files changed** (+1164 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+53 -2) 📝 `Cargo.toml` (+1 -0) 📝 `src/authorship/prompt_utils.rs` (+38 -1) 📝 `src/commands/checkpoint.rs` (+28 -0) 📝 `src/commands/checkpoint_agent/agent_presets.rs` (+336 -0) 📝 `src/commands/git_ai_handlers.rs` (+31 -4) 📝 `src/git/repo_storage.rs` (+2 -2) 📝 `src/git/status.rs` (+6 -3) ➕ `src/mdm/agents/codex.rs` (+411 -0) 📝 `src/mdm/agents/mod.rs` (+3 -0) ➕ `tests/codex.rs` (+242 -0) ➕ `tests/fixtures/codex-session-simple.jsonl` (+5 -0) ➕ `tests/fixtures/codex-session-updated.jsonl` (+6 -0) 📝 `tests/repos/test_file.rs` (+1 -0) ➕ `tmp/codex-openai` (+1 -0) </details> ### 📄 Description To test, please use codex version >= `npm i -g @openai/codex@0.99.0-alpha.24` Fixes #501 <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/git-ai-project/git-ai/pull/504" target="_blank"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:13:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/git-ai#526
No description provided.