Skip to content

fix: drop --oss flag from Codex agent launcher#1515

Closed
ramkrishna2910 wants to merge 1 commit intomainfrom
fix/codex-agent-port-1504
Closed

fix: drop --oss flag from Codex agent launcher#1515
ramkrishna2910 wants to merge 1 commit intomainfrom
fix/codex-agent-port-1504

Conversation

@ramkrishna2910
Copy link
Copy Markdown
Contributor

Summary

  • Remove the --oss flag from the Codex agent launcher configuration
  • The --oss flag forced Codex into Ollama provider mode, which hardcodes port 11434 and ignores OPENAI_BASE_URL
  • Without it, Codex uses the standard OpenAI-compatible provider that respects the already-configured OPENAI_BASE_URL pointing to Lemonade's actual port

Fixes #1504

Test plan

  • Run lemonade launch codex and verify Codex connects to the Lemonade server on its configured port (not 11434)
  • Verify chat completions work end-to-end through the Codex CLI

🤖 Generated with Claude Code

…port

The --oss flag forced Codex into Ollama provider mode, which hardcodes
port 11434 and ignores OPENAI_BASE_URL. Without it, Codex uses the
standard OpenAI-compatible provider that respects the already-configured
OPENAI_BASE_URL pointing to Lemonade's actual port.

Fixes #1504

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@ramkrishna2910 ramkrishna2910 requested a review from sawansri April 2, 2026 22:27
@ramkrishna2910 ramkrishna2910 self-assigned this Apr 2, 2026
@ramkrishna2910
Copy link
Copy Markdown
Contributor Author

Will get resolved when #1505 merges

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.

Codex expects a Lemonade instance running at port 11434

1 participant