Skip to content

v0.9.9

Choose a tag to compare

@zztdandan zztdandan released this 15 May 14:22
· 9 commits to main since this release

Summary

  • Formalize recent preset behavior refinements so provider-specific differences stay inside preset definitions instead of leaking into tool callers.
  • Block unsupported large-size generation for tested presets: LaoZhang default now rejects all 2K and 4K requests, LaoZhang VIP rejects all 4K requests, and Right Codes gpt-image-2 rejects all 2K and 4K requests.
  • Tighten preset request handling by keeping LaoZhang VIP payloads minimal, allowing URL-based image downloads beyond HTTPS-only responses, and updating tests and docs for the preset-mode workflow.

Validation

  • Run uv run pytest successfully (30 passed).