From 50013f5f1d647ab86d8f020afd71af7a550444df Mon Sep 17 00:00:00 2001 From: Stephen Liu Date: Sun, 8 Jan 2023 11:43:10 -0500 Subject: [PATCH 1/2] feat: add openai codex plugin --- packages/codex | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 packages/codex diff --git a/packages/codex b/packages/codex new file mode 100644 index 0000000..d814805 --- /dev/null +++ b/packages/codex @@ -0,0 +1,5 @@ +type = plugin +repository = https://github.com/tom-doerr/codex.fish +maintainer = tom-doerr +description = plugin that enables you to use OpenAI's powerful Codex AI in the command line. OpenAI Codex is the AI that also powers GitHub Copilot. To use this plugin you need to get access to OpenAI's Codex API. +branch = main From 4f60711f405c815490ff1b384d9e5bc526e1a3ab Mon Sep 17 00:00:00 2001 From: Stephen Liu Date: Sun, 8 Jan 2023 11:45:47 -0500 Subject: [PATCH 2/2] Update packages/codex --- packages/codex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/codex b/packages/codex index d814805..9af08a4 100644 --- a/packages/codex +++ b/packages/codex @@ -1,5 +1,5 @@ type = plugin repository = https://github.com/tom-doerr/codex.fish maintainer = tom-doerr -description = plugin that enables you to use OpenAI's powerful Codex AI in the command line. OpenAI Codex is the AI that also powers GitHub Copilot. To use this plugin you need to get access to OpenAI's Codex API. +description = Plugin that enables you to use OpenAI's powerful Codex AI in the command line. OpenAI Codex is the AI that also powers GitHub Copilot. To use this plugin you need to get access to OpenAI's Codex API. branch = main