internator 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f6853d7e223f60aa6d4ea55bde5b3c5f3ba13b7f349b2f3029efd25c97b4ba6
4
- data.tar.gz: 442f68165403712347f11e182aa5c460762568d3f50d7efbb347acf4e783c04c
3
+ metadata.gz: 1d33b4fb255d17e002241c8d049c7ddae3ae67a91bc5047775a3805ab0b98328
4
+ data.tar.gz: 2ddd4787eecc43049ea2f548832fa448f18f5939c52a807f93d5ae4968da6193
5
5
  SHA512:
6
- metadata.gz: 909efaf0ae3e29c473356f4a07e815a615488c32b138d3c06e502f82bfd748726a24f9c7151452825153305aeab739819429967612fddfd477e78701f713e0d7
7
- data.tar.gz: bcc2c29ef1b5c197d45219c2ed4bea00beb520d40fe60c3f8b1b82a22be1ded73b937719620ad1fb45086874451767c395d843bd4ad43f45a34864b38e3c0f18
6
+ metadata.gz: 8820879243003de78152d85a10b5ec1ba3b3b9738074f45b35ec7f518c13815809ab2bda9c944662db25bc5de8245895e7d8b3f6b5e435a08aa6ed1e645887a5
7
+ data.tar.gz: a764e5adf9a315fc5eab5d3cba3b3447ad3217973308c5ff5419e3b1696c7b6b76b019fc31bd64da25561d88709454a184f5af82f1aabdfb3a2359ec157efe90
data/README.md CHANGED
@@ -7,7 +7,7 @@ Internator is a Ruby-based CLI tool that automates iterative pull request improv
7
7
  ## Requirements
8
8
 
9
9
  - Ruby (>= 2.5).
10
- - [Codex CLI](https://github.com/openai/codex) installed (>= 0.3.0).
10
+ - [Codex CLI](https://github.com/openai/codex) installed (v 0.30.0).
11
11
  - Environment variable `OPENAI_API_KEY` set to your OpenAI API key.
12
12
 
13
13
  ## Installation
@@ -12,6 +12,8 @@ module Internator
12
12
  command = [
13
13
  "codex",
14
14
  "exec",
15
+ "-c",
16
+ "preferred_auth_method=apikey",
15
17
  "--full-auto",
16
18
  @instruction
17
19
  ]
@@ -1,3 +1,3 @@
1
1
  module Internator
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: internator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - AlexLarra