mirror of
https://github.com/NikkeTryHard/zerogravity.git
synced 2026-04-25 23:26:01 +03:00
[GH-ISSUE #60] 1.3.5的图像生成功能好像还是有点问题 #52
Labels
No labels
bug
enhancement
enhancement
notice
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zerogravity#52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @szansonhuang on GitHub (Feb 23, 2026).
Original GitHub issue: https://github.com/NikkeTryHard/zerogravity/issues/60
Cherry Studio里面文本 生成也是正常的,生图功能也不行。
zg-trace-2026-02-23_16-05-05_gemini-3-pro-image-827b157b.tar.gz
@NikkeTryHard commented on GitHub (Feb 23, 2026):
Thanks for the trace bundle — this was super helpful.\n\nI re-ran this and found two root causes:\n1) the MITM modify path was stripping conversation summary context, which could hurt multi-turn memory,\n2) image base64 decode was too strict (URL-safe / no-pad variants could be dropped), which made some image requests fail or behave like invalid input.\n\nBoth fixes are validated in the next patch set (plus replay endpoint mapping improvements).\n\nIf you need this immediately: build from source once the patch is merged to main.\nIf you prefer stable binaries: wait for the next tagged release and upgrade directly.