We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779e360 commit b0686ecCopy full SHA for b0686ec
Formula/c/codex.rb
@@ -1,8 +1,8 @@
1
class Codex < Formula
2
desc "OpenAI's coding agent that runs in your terminal"
3
homepage "https://github.com/openai/codex"
4
- url "https://github.com/openai/codex/archive/refs/tags/rust-v0.6.0.tar.gz"
5
- sha256 "b80fdd78d90b880ea650907b80af0e7b4c18f00050ac122e459f1033505a620e"
+ url "https://github.com/openai/codex/archive/refs/tags/rust-v0.7.0.tar.gz"
+ sha256 "7fbaf0a051d3e4b3179fce8d414754532c7551ba10ca415daca7f67f19c37194"
6
license "Apache-2.0"
7
head "https://github.com/openai/codex.git", branch: "main"
8
0 commit comments