Skip to content

fix(console): reduce zen request memory - #44403

Merged
thdxr merged 3 commits into
devfrom
reduce-zen-memory
Aug 23, 2026
Merged

fix(console): reduce zen request memory#44403
thdxr merged 3 commits into
devfrom
reduce-zen-memory

Conversation

@thdxr

Copy link
Copy Markdown
Member

Summary

  • read Zen request bodies as text instead of eagerly parsing JSON
  • extract model and streaming mode without materializing the full request object
  • forward same-format requests with a small textual patch
  • retain existing JSON conversion for cross-format and special-provider requests

Verification

  • bun run typecheck in packages/console/app
  • repository pre-push typecheck (30 packages)

@thdxr
thdxr enabled auto-merge (squash) August 23, 2026 13:59
@thdxr
thdxr merged commit dc13c6b into devAug 23, 2026
8 checks passed
@thdxr
thdxr deleted the reduce-zen-memory branch August 23, 2026 13:59
Sign up for freeto 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

@thdxr