codex_limitless 0.1.0 → 0.1.1

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: 212a5c42dbeafcb4dd6e701576a44b7a16a41fa0a60807dae657d0831b9309e5
4
- data.tar.gz: ac5e72f36226a1f4902fbe8eb50654a6315a5254ee0774bcd2413992bee7d730
3
+ metadata.gz: febf02c53adc20d956d46b99cff11934a92d48cad20538c69bd8b1b7625229ea
4
+ data.tar.gz: 2ecf664b7118651bd651ea65131206b81042ad2b32938db227f65f7bf080ab96
5
5
  SHA512:
6
- metadata.gz: b9e3ed810b9e26179ce4b9b55d878a75ee9602868ab6ca58120d8694082b9f1b2d4fa98119a5f5640d02f303837af7ef202b3909a6d112ac1b184136621a535d
7
- data.tar.gz: 6f7fb9fe169163eaeec02cbd15a51c6211e4ab75638b54ecc97ad325af7f263b3307daddbb6b62df7de9c8ccad95dd29d26de277cfd7fbb72a170112d55d25dc
6
+ metadata.gz: 4105093769551022e8b961f33026323a40ee2b7366d0a3f85956121f120180163b75e2bd93122148beb8e95114a12a6bd09fb76a9f581848276fc8f177355ada
7
+ data.tar.gz: 48fb0ba6d547f364350816588008e452edd2f96c5c23877bd6b43eb7914dbd55eeb9d045b9d07c3007303c57d943f914134ea853ef2851cd95b6dc70c5b26468
data/README.md CHANGED
@@ -22,7 +22,7 @@ For development, build and install the gem from this checkout:
22
22
 
23
23
  ```sh
24
24
  gem build codex_limitless.gemspec
25
- gem install ./codex_limitless-0.1.0.gem
25
+ gem install ./codex_limitless-0.1.1.gem
26
26
  ```
27
27
 
28
28
  You can also run the executable directly from the checkout:
@@ -31,6 +31,14 @@ You can also run the executable directly from the checkout:
31
31
  ruby exe/codex-limitless --help
32
32
  ```
33
33
 
34
+ ## AGENTS.md
35
+
36
+ Add this instruction to the `AGENTS.md` file to help prevent long Codex goals from hitting the five-hour limit. At the beginning of every round, `codex-limitless -a` checks the five-hour remaining percentage and waits for the reset only when the remaining percentage is at or below the configured threshold. If it waits, it refreshes the displayed percentage every minute on the same status line.
37
+
38
+ ```md
39
+ - At the beginning of every round, run: "codex-limitless -a". Run it directly with no timeout wrapper. Wait for the command to finish before continuing the round. Ignore output.
40
+ ```
41
+
34
42
  ## Usage
35
43
 
36
44
  ```sh
@@ -90,14 +98,6 @@ Use a specific Codex CLI executable. Defaults to `codex`.
90
98
 
91
99
  Remaining percentage threshold for `--auto`. Defaults to `15`.
92
100
 
93
- ## AGENTS.md
94
-
95
- Add this instruction to the user's `AGENTS.md` file to help prevent long Codex goals from hitting the five-hour limit. At the beginning of every round, `codex-limitless -a` checks the five-hour remaining percentage and waits for the reset only when the remaining percentage is at or below the configured threshold. If it waits, it refreshes the displayed percentage every minute on the same status line.
96
-
97
- ```md
98
- - At the beginning of every round, run: "codex-limitless -a". Run it directly with no timeout wrapper. Wait for the command to finish before continuing the round. Ignore output.
99
- ```
100
-
101
101
  ## Environment
102
102
 
103
103
  `CODEX_BIN`
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CodexLimitless
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codex_limitless
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam