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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: febf02c53adc20d956d46b99cff11934a92d48cad20538c69bd8b1b7625229ea
4
- data.tar.gz: 2ecf664b7118651bd651ea65131206b81042ad2b32938db227f65f7bf080ab96
3
+ metadata.gz: 701409ed8a68499e7b13a93489000b00b030f6ed98c24bd69f413f5050588f6f
4
+ data.tar.gz: cb31675cf0b995cc6db3db112bd4d5e34526399d923052401d1deed995ba7413
5
5
  SHA512:
6
- metadata.gz: 4105093769551022e8b961f33026323a40ee2b7366d0a3f85956121f120180163b75e2bd93122148beb8e95114a12a6bd09fb76a9f581848276fc8f177355ada
7
- data.tar.gz: 48fb0ba6d547f364350816588008e452edd2f96c5c23877bd6b43eb7914dbd55eeb9d045b9d07c3007303c57d943f914134ea853ef2851cd95b6dc70c5b26468
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.1.gem
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module CodexLimitless
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
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.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-20 00:00:00.000000000 Z
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.