Skip to content

fix(client): remove automatic Request.make usage#815

Open
patroza wants to merge 1 commit into
mainfrom
chore/remove-request-make-invocation
Open

fix(client): remove automatic Request.make usage#815
patroza wants to merge 1 commit into
mainfrom
chore/remove-request-make-invocation

Conversation

@patroza

@patroza patroza commented Jul 2, 2026

Copy link
Copy Markdown
Member

Why

Remove implicit use of request constructors at the client boundary.

What changed

  • Stop invoking Request.make(...) in API client runtime calls for both effect and stream requests.
  • Derive handler input types from request schema metadata instead of the make function signature.
  • Keep no-input handling based on request fields (_tag-free)
    while making command-type utilities consume schema-based input typing.

Validation

  • Not run (not requested): checks were not executed for this PR creation flow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant