# Provider Retry

> Diagnose automatic retries of BB turns after provider subscription-window limits.

- Skill: `get-bb/provider-retry` (Agent Skill)
- Install (CLI): `npx skillmds@latest add get-bb/provider-retry`
- Raw SKILL.md: https://api.skillmd.com/api/skills/get-bb/provider-retry/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: get-bb (https://skillmd.com/u/get-bb)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/get-bb/provider-retry

---


# Provider retry

The plugin is enabled on fresh installations. When a turn fails on a structured
Codex or Claude Code subscription-window limit with a reset time, it queues the
original input verbatim for after the window opens, marked agent-only.

A pending retry is an ordinary durable queued row and survives restart. Inspect
it with `bb thread queue list <thread-id>` and inspect the failed turn before
manually retrying it; avoid duplicating an existing queued retry.

Use the core `bb thread retry` command for an intentional manual retry. Follow
its live help for selection and scheduling flags.

