[PR #34] [MERGED] Codex mini #9512

Closed
opened 2026-02-16 18:13:41 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/34
Author: @PhantomReactor
Created: 5/18/2025
Status: Merged
Merged: 5/18/2025
Merged by: @adamdotdevin

Base: devHead: codex-mini


📝 Commits (3)

  • 0144004 feat: openai responses api & codex-mini-latest
  • 9f53014 update openai-go version to fix responses api bugs
  • 78576d5 feat: support both responses and chat completion api

📊 Changes

9 files changed (+745 additions, -318 deletions)

View changed files

📝 go.mod (+3 -3)
📝 go.sum (+3 -6)
📝 internal/llm/agent/agent.go (+1 -11)
📝 internal/llm/models/groq.go (+2 -0)
📝 internal/llm/models/openai.go (+15 -0)
📝 internal/llm/provider/openai.go (+10 -297)
internal/llm/provider/openai_completion.go (+317 -0)
internal/llm/provider/openai_response.go (+393 -0)
📝 internal/llm/provider/provider.go (+1 -1)

📄 Description

Closes #27


🔄 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/anomalyco/opencode/pull/34 **Author:** [@PhantomReactor](https://github.com/PhantomReactor) **Created:** 5/18/2025 **Status:** ✅ Merged **Merged:** 5/18/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `codex-mini` --- ### 📝 Commits (3) - [`0144004`](https://github.com/anomalyco/opencode/commit/014400465bf4a26e63bbcd2d324a77a2eb4ea659) feat: openai responses api & codex-mini-latest - [`9f53014`](https://github.com/anomalyco/opencode/commit/9f53014a4bd91f0e560f1aece06ed1853bfcff26) update openai-go version to fix responses api bugs - [`78576d5`](https://github.com/anomalyco/opencode/commit/78576d53e496a8f56761d26886675d1a1fb279a5) feat: support both responses and chat completion api ### 📊 Changes **9 files changed** (+745 additions, -318 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+3 -3) 📝 `go.sum` (+3 -6) 📝 `internal/llm/agent/agent.go` (+1 -11) 📝 `internal/llm/models/groq.go` (+2 -0) 📝 `internal/llm/models/openai.go` (+15 -0) 📝 `internal/llm/provider/openai.go` (+10 -297) ➕ `internal/llm/provider/openai_completion.go` (+317 -0) ➕ `internal/llm/provider/openai_response.go` (+393 -0) 📝 `internal/llm/provider/provider.go` (+1 -1) </details> ### 📄 Description Closes #27 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:13:41 -05:00
yindo closed this issue 2026-02-16 18:13:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9512