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
test(typegen): pin that harness calls stay legal without context under provider typegen
The #409 acceptance pinned `renderRoute(id)` as a compile error once the
augmentation declares provider keys. With the harness mounting the project's
providers itself that call is the artifact-faithful one, so it now typechecks
clean alongside a call that passes only `input`, while a partial explicit
fixture still fails on the missing key and a direct runAgentRequest still
requires `providers`.
0 commit comments