fix: add rate limit patterns for 'too many tokens' and 'tokens per day'#39377
Conversation
|
🤖 We're reviewing this PR with Aisle We're running a security check on the changes in this PR now. This usually takes a few minutes. ⌛ Progress:
Latest run failed. Keeping previous successful results. Trace ID: Last updated on: 2026-03-08T02:17:04Z |
Greptile SummaryThis PR adds Changes:
Test coverage is thorough: unit tests confirm correct classification and exclusion from context-overflow detection, plus an important guard test that ensures Confidence Score: 5/5
Last reviewed commit: 132a457 |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 249c5c2382
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
Addressed the review feedback: Narrowed The original The narrowed Re: the Greptile comments on |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 91ed828484
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
Closing this PR because it looks dirty (too many unrelated or unexpected changes). This usually happens when a branch picks up unrelated commits or a merge went sideways. Please recreate the PR from a clean branch. |
91ed828 to
9d50b85
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9d50b85049
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Co-authored-by: gambletan <[email protected]>
b87ba2c to
132a457
Compare
|
@greptileai review |
|
@codex review |
|
Codex Review: Didn't find any major issues. You're on a roll. ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
|
Merged via squash.
Thanks @gambletan! |
…y' (openclaw#39377) Merged via squash. Prepared head SHA: 132a457 Co-authored-by: gambletan <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf
…y' (openclaw#39377) Merged via squash. Prepared head SHA: 132a457 Co-authored-by: gambletan <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf
…y' (openclaw#39377) Merged via squash. Prepared head SHA: 132a457 Co-authored-by: gambletan <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf
…y' (openclaw#39377) Merged via squash. Prepared head SHA: 132a457 Co-authored-by: gambletan <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf
…y' (openclaw#39377) Merged via squash. Prepared head SHA: 132a457 Co-authored-by: gambletan <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf
…y' (openclaw#39377) Merged via squash. Prepared head SHA: 132a457 Co-authored-by: gambletan <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf
…y' (openclaw#39377) Merged via squash. Prepared head SHA: 132a457 Co-authored-by: gambletan <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf
Summary
Fixes Issue #38822 - Rate limit detection missing 'too many tokens per day' pattern (AWS Bedrock)
Changes
Testing
Build passes successfully.
Related
Fixes #38822