Skip to content

[Bug]: Auto generate Commit message and PR content does not use current selected provider (uses Codex instead) #33

@IuriGuerreiro

Description

@IuriGuerreiro

Before submitting

  • I searched existing issues and did not find a duplicate.
  • I included enough detail to reproduce or investigate the problem.

Area

apps/web

Steps to reproduce

for the commit message :

  1. Create a thread and make Copilot do something
  2. go to the commit section (top right) and create a commit with the Auto-generate generate message (or just a blank message)

for the PR Content :

  1. Create a thread and make Copilot do something
  2. go to the commit section (top right) and create a PR

Auto generation of the commit message or PR content will try to use Codex instead of Copilot (in my case i dont have a codex subscrition)

Expected behavior

Generate the Commit with the message

Actual behavior

IT gives a error about using the codex instead of copilot to generate the commit message :
Error: Text generation failed in generateCommitMessage: Codex CLI command failed: OpenAl Codex v0.114.0 (research preview) workdir: /data/Projects/ model: gpt-5.3-codex provider. openai approval: never sandbox: read-only reasoning effort low reasoning summaries: none session id: 019cf202-bdb2-7952-a9d3-d48592c99215 user You write concise git commit messages. Return a JSON object with keys: subject, body. Rules: -subject must be imperative, <= 72 chars, and no trailing period - body can be empty string or short bullet points capture the primary user-visible or developer-visible change

or in the PR content case :
Error: Text generation failed in generatePrContent: Codex CLI command failed: OpenAl Codex v0.114.0 (research preview) workdir: /data/Projects/ model: gpt-5.3-codex provider. openai approval: never sandbox: read-only reasoning effort low reasoning summaries: none session id: 019cf202-bdb2-7952-a9d3-d48592c99215 user You write concise git commit messages. Return a JSON object with keys: subject, body. Rules: -subject must be imperative, <= 72 chars, and no trailing period - body can be empty string or short bullet points capture the primary user-visible or developer-visible change

Impact

Minor bug or occasional failure

Version or commit

Release Version 1.22

Environment

Linux in Fedora

Logs, stack traces, or screenshots

for the Commit message :

Error: Text generation failed in generateCommitMessage: Codex CLI command failed: OpenAl Codex v0.114.0 (research preview) workdir: /data/Projects/ model: gpt-5.3-codex provider. openai approval: never sandbox: read-only reasoning effort low reasoning summaries: none session id: 019cf202-bdb2-7952-a9d3-d48592c99215 user You write concise git commit messages. Return a JSON object with keys: subject, body. Rules: -subject must be imperative, <= 72 chars, and no trailing period - body can be empty string or short bullet points capture the primary user-visible or developer-visible change

for the PR content :

Error: Text generation failed in generatePrContent: Codex CLI command failed: OpenAl Codex v0.114.0 (research preview) workdir: /data/Projects/ model: gpt-5.3-codex provider. openai approval: never sandbox: read-only reasoning effort low reasoning summaries: none session id: 019cf202-bdb2-7952-a9d3-d48592c99215 user You write concise git commit messages. Return a JSON object with keys: subject, body. Rules: -subject must be imperative, <= 72 chars, and no trailing period - body can be empty string or short bullet points capture the primary user-visible or developer-visible change

Workaround

None unless i have Codex

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething is broken or behaving incorrectly.needs-triageIssue needs maintainer review and initial categorization.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions