docs: clarify provider disable retry changelog - #38
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 969e19dd1c
ℹ️ 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".
| ## Bug fixes | ||
|
|
||
| Sendmux now keeps a sending account's recent failure history when automatic disabling cannot finish. The next failure retries the status change instead of clearing the evidence and incorrectly treating the account as disabled. | ||
| Sendmux now leaves a sending account available for retry when automatic disabling cannot finish, while preserving its recent failure history. The next failure retries the status change instead of incorrectly treating the account as disabled. |
There was a problem hiding this comment.
Separate retry eligibility from history preservation
This sentence combines two distinct behaviors—keeping the account eligible for another disable attempt and preserving its failure history—despite the repository requirement to keep one idea per sentence. Split these clauses so the changelog remains concise and scannable.
AGENTS.md reference: AGENTS.md:L40-L41
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Fixed in 29ce118. Retry eligibility, failure-history preservation, and the next retry outcome are now stated as separate sentences.
No description provided.