codex_limitless 0.1.1 → 0.1.2
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 +4 -4
- data/README.md +2 -2
- data/lib/codex_limitless/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 701409ed8a68499e7b13a93489000b00b030f6ed98c24bd69f413f5050588f6f
|
|
4
|
+
data.tar.gz: cb31675cf0b995cc6db3db112bd4d5e34526399d923052401d1deed995ba7413
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f652bf415e7a8ad90da33d5155137eb1387839cf3255b6ae00942f4d849f6e281764f0d3e57884124641ffaf63f99062ab36f0e2704ef58704265f80100980f
|
|
7
|
+
data.tar.gz: 55809d3682e860fb2dc122cd23ae275c771b84ca2f24c74572e0301056fa237ec2bb52fd43c54adf02052524a9895ef700c22a61ca7fdad470aa4fa57f5cb06c
|
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.
|
|
25
|
+
gem install ./codex_limitless-0.1.2.gem
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
You can also run the executable directly from the checkout:
|
|
@@ -36,7 +36,7 @@ ruby exe/codex-limitless --help
|
|
|
36
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
37
|
|
|
38
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.
|
|
39
|
+
- At the beginning and before the end 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
40
|
```
|
|
41
41
|
|
|
42
42
|
## Usage
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: codex_limitless
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-06-
|
|
10
|
+
date: 2026-06-21 00:00:00.000000000 Z
|
|
11
11
|
dependencies: []
|
|
12
12
|
description: A CLI gem that reads Codex app-server rate limit data and waits for five-hour
|
|
13
13
|
reset times.
|