Skip to content

fix(server): align Codex collaboration prompts - #6432

Merged
juliusmarminge merged 1 commit into
pingdotgg:mainfrom
none23:fix/align-codex-collaboration-prompts
Aug 13, 2026
Merged

fix(server): align Codex collaboration prompts#6432
juliusmarminge merged 1 commit into
pingdotgg:mainfrom
none23:fix/align-codex-collaboration-prompts

Conversation

@none23

@none23 none23 commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

What Changed

Updated T3's copied collaboration prompts with the substantive changes from Codex 0.147:

Why

These prompts were originally copied from Codex but had drifted from their upstream versions. This keeps T3's collaboration modes aligned with current Codex behavior while limiting the change to the prompt text itself.

Fixes #5282
Supersedes #5990

Checklist

  • This PR is small and focused
  • I explained what changed and why
  • I included before/after screenshots for any UI changes - Not applicable
  • I included a video for animation/interaction changes - Not applicable

Note

Low Risk
Prompt-only changes to developer instructions; no auth, data, or runtime behavior paths are modified.

Overview
Plan mode developer instructions now tell the model to keep <proposed_plan> output concise by default, use a compact 3–5 section shape (summary, key changes, tests, assumptions), favor behavior-level bullets over file inventories, and cap detail unless the user wants more. It also adds rules for plan revisions in Plan mode: a new block must fully replace the prior plan, or the model should keep planning without a block when there isn’t enough to replace it; clarifying follow-ups can repeat the unchanged plan after answering.

Default mode no longer states that request_user_input is unavailable and errors; it now matches tool availability per turn—use that tool only when it appears in the turn’s tool list—while keeping the existing bias toward assumptions and direct plain-text questions when needed.

Reviewed by Cursor Bugbot for commit f4a0d0e. Bugbot is set up for automated code reviews on this repo. Configure here.

Note

Align Codex collaboration prompts for concise plans and conditional tool use

  • Updates CodexDeveloperInstructions.ts to direct the assistant to produce compact plans (3–5 short sections: Summary, Key Changes, Test Plan, Assumptions), grouping bullets by subsystem rather than listing files individually.
  • Adds follow-up revision rules for Plan mode: new <proposed_plan> blocks must be complete replacements, and the prior plan is reproduced unchanged after answering clarifying questions.
  • Replaces the assertion that request_user_input is unavailable in Default mode with a conditional rule: use the tool only when it appears in the available tools for the current turn.

Macroscope summarized f4a0d0e.

Sync the copied collaboration prompt bodies with Codex 0.147 while preserving T3-specific browser and runtime instructions.
@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 57968c41-f884-4f61-b262-ea81744b98a6

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added vouch:unvouched PR author is not yet trusted in the VOUCHED list. size:S 10-29 changed lines (additions + deletions). labels Aug 13, 2026
@macroscopeapp

macroscopeapp Bot commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Approvability

Verdict: Approved f4a0d0e

This PR updates prompt instruction text for Codex collaboration, adding guidance about keeping plans concise and well-structured. The changes are purely content/copy updates with no runtime logic impact.

You can customize Macroscope's approvability policy. Learn more.

@juliusmarminge
juliusmarminge merged commit df19f6c into pingdotgg:main Aug 13, 2026
17 checks passed
github-actions Bot added a commit to omarcresp/t3code-flake that referenced this pull request Aug 13, 2026
0veek pushed a commit to 0veek/Ronin that referenced this pull request Aug 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S 10-29 changed lines (additions + deletions). vouch:unvouched PR author is not yet trusted in the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Respect Codex default_mode_request_user_input in Default mode

2 participants