From the course: Automate Development Tasks with OpenAI’s Codex

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Reviewing Codex diffs and opening pull requests

Reviewing Codex diffs and opening pull requests - OpenAI Codex Tutorial

From the course: Automate Development Tasks with OpenAI’s Codex

Reviewing Codex diffs and opening pull requests

- Code tasks are how you make real agentic changes with Codex. These tasks analyze your code and then try to fulfill your requests, then they'll give you something to review and push to GitHub. I'm going to open up this task right here, which was an ask task, but also generated some possible things that I could work on. Now, I knew about this problem, so let's go ahead and fix number two, which could use a dependency array, so I'm going to hit the code task here, and as soon as I do that, it will start working on that task. Notice that I get a notification icon right here while it's working on the task, and if I want to, I can run an additional task as well. I'll hit on this next one, too. If I want to view the progress on that task, I can do it directly from here, or if I go back to the homepage, you'll see that these tasks have been added into my list. It's finished both of our tasks, and you get a little bit more information on the right hand side, which shows you the changes that…

Contents