Skip to content

Commit cbeddf6

Browse files
committed
docs(agents): list ReconnectingWebSocketListener as temporarily frozen
The .fernignore freeze added in this PR protects the listener bug fixes from regen, but the regen workflow in AGENTS.md drives off the "Current temporarily frozen files" list. Add the listener there so the next regen applies the documented .bak swap/restore on it
1 parent 3a35b6d commit cbeddf6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ How to identify:
4848
Current temporarily frozen files:
4949

5050
- `src/main/java/com/deepgram/core/ClientOptions.java` - preserves release-please version markers and correct SDK header constants that Fern currently overwrites; use the standard `.bak` swap/restore workflow during regen review
51+
- `src/main/java/com/deepgram/core/ReconnectingWebSocketListener.java` - carries bug fixes for `maxRetries(0)` semantics ("connect once, don't retry") and a configurable `connectionTimeoutMs` field (was hardcoded 4000ms), plus an `applyOptionsOverride(...)` hook used by `TransportWebSocketFactory` to apply per-transport reconnect policy; pull this back out once the fixes are upstreamed into the Fern generator. Use the standard `.bak` swap/restore workflow during regen review.
5152

5253
### Prepare repo for regeneration
5354

0 commit comments

Comments
 (0)