<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/codex-adds-pr-chat-and-inline-code-editing-for-pull-request-reviews-fjvh0dpgt" -->

---
title: Codex adds PR Chat and inline code editing for pull...
description: OpenAI has shipped two new Codex features targeting pull request workflows. PR Chat lets developers ask context-aware questions about a specific PR to...
canonical: https://daily.dev/posts/codex-adds-pr-chat-and-inline-code-editing-for-pull-request-reviews-fjvh0dpgt
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Codex adds PR Chat and inline code editing for pull request reviews | daily.dev
og:description: OpenAI has shipped two new Codex features targeting pull request workflows. PR Chat lets developers ask context-aware questions about a specific PR to...
og:url: https://daily.dev/posts/codex-adds-pr-chat-and-inline-code-editing-for-pull-request-reviews-fjvh0dpgt
og:image: https://api.daily.dev/og/posts/fjVh0dPgt.png
og:image:alt: Codex adds PR Chat and inline code editing for pull request reviews
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Codex adds PR Chat and inline code editing for pull request reviews

**[Collections](https://daily.dev/sources/collections)** · 1 min read · 2 upvotes · 2 comments

## Summary

OpenAI has shipped two new Codex features targeting pull request workflows. PR Chat lets developers ask context-aware questions about a specific PR to understand changes before approving. Inline code editing allows review feedback to be sent directly to Codex, with the proposed patch visible inline so reviewers can accept, edit, or reject it without leaving their current tool.

## Content

Two recent Codex updates are worth knowing about if you do code review through it.

## Custom review rules via AGENTS.md

You can now add a "Code Review Rules" section to your repository's `AGENTS.md` file. Codex will apply those rules during review and cite them directly on pull requests.

The practical use case: whatever feedback your reviewers keep leaving on every PR, write it down once. Keep each rule concise and scoped to a specific issue so Codex can catch it reliably, even when the relevant context lives in one corner of the codebase that reviewers don't always have in their heads.

## PR Chat and inline editing

Codex also now lets you review pull requests and make follow-up edits without switching tools. PR Chat lets you ask questions about a specific pull request in context. From there, you can send review feedback directly to Codex, inspect the proposed patch inline, and accept, edit, or reject it before anything gets applied.

The combination means less context-switching: question, patch, review, and decision all happen in one place.

## Community discussion

Top comments from developers on daily.dev.

**@idoshamun** · 0 upvotes

> This is great actually!!

**@randy** · 0 upvotes

> Now if they could add it to the GitHub integration. 😂  I don't use the Codex app, so the shiny new things are useless to me!

---

Tags: [#code-review](https://daily.dev/tags/code-review), [#codex](https://daily.dev/tags/codex)

[View this post on daily.dev](https://daily.dev/posts/codex-adds-pr-chat-and-inline-code-editing-for-pull-request-reviews-fjvh0dpgt)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Codex adds PR Chat and inline code editing for pull request reviews","url":"https://daily.dev/posts/codex-adds-pr-chat-and-inline-code-editing-for-pull-request-reviews-fjvh0dpgt","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/codex-adds-pr-chat-and-inline-code-editing-for-pull-request-reviews-fjvh0dpgt"},"datePublished":"2026-07-16T23:48:14.470Z","dateModified":"2026-07-21T18:19:56.633Z","description":"OpenAI has shipped two new Codex features targeting pull request workflows. PR Chat lets developers ask context-aware questions about a specific PR to...","isAccessibleForFree":true,"articleSection":"Collections","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Collections","logo":"https://media.daily.dev/image/upload/s--fk_6ycEi--/f_auto,q_auto/v1780996001/logos/collections?_a=BAMAMiWQ0","url":"https://daily.dev/sources/collections"},"commentCount":2,"discussionUrl":"https://daily.dev/posts/codex-adds-pr-chat-and-inline-code-editing-for-pull-request-reviews-fjvh0dpgt","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":2},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":2}],"keywords":"code-review,codex","timeRequired":"PT1M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Collections","item":"https://daily.dev/sources/collections"},{"@type":"ListItem","position":3,"name":"Codex adds PR Chat and inline code editing for pull request reviews"}]}
{"@context":"https://schema.org","@type":"WebPage","@id":"https://daily.dev/posts/codex-adds-pr-chat-and-inline-code-editing-for-pull-request-reviews-fjvh0dpgt","comment":[{"@type":"Comment","text":"This is great actually!!","datePublished":"2026-07-17T18:23:10.819Z","url":"https://daily.dev/posts/fjVh0dPgt#c-rhasnzvQK","author":{"@type":"Person","name":"Ido Shamun","url":"https://daily.dev/idoshamun","image":"https://media.daily.dev/image/upload/s---xy_OAwk--/f_auto,q_auto/v1703781380/avatars/avatar_28849d86070e4c099c877ab6837c61f0"}},{"@type":"Comment","text":"Now if they could add it to the GitHub integration. 😂  I don’t use the Codex app, so the shiny new things are useless to me!","datePublished":"2026-07-20T18:21:15.357Z","url":"https://daily.dev/posts/fjVh0dPgt#c-9qq1DwtRY","author":{"@type":"Person","name":"Randy","url":"https://daily.dev/randy","image":"https://media.daily.dev/image/upload/s--UjV4-KkB--/f_auto/v1708097210/avatars/avatar_HXYbbGcBO38Rfv7RrCBdA"}}]}
```

