You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): ship .gitattributes entries from fern replay init to Fiddle (#15504)
`replayInit()` writes `.gitattributes` into a temp clone that is then
discarded — the actual PR is built server-side by Fiddle, but the wire
body never carried the entries, so generated PRs were missing the
`linguist-generated=true` marker (e.g. auth0/auth0-python#833).
Adds a `gitattributesEntries` field to `ReplayInitResult` and the
Fiddle submit body (both v1 inline and v2 `submitReplayInit`). Drops
the unused `replayYmlContent` field and the temp-clone writes that
went nowhere. Requires a matching Fiddle change to consume the new
field; until that lands the field is silently ignored (no regression).
0 commit comments