Skip to content

Fix Opus history image width - #220

Merged
teamchong merged 1 commit into
mainfrom
fix/opus-history-width
Aug 11, 2026
Merged

Fix Opus history image width#220
teamchong merged 1 commit into
mainfrom
fix/opus-history-width

Conversation

@teamchong

Copy link
Copy Markdown
Owner

Opus history uses a 9×16 font, but the transform passed the dense 312-column default instead of the profile's 172 columns.

Before:

312 × 9 + 8 = 2816 px

Anthropic downscaled these pages, or rejected requests with more than 20 images.

After:

172 × 9 + 8 = 1556 px

Explicit cols overrides still win. No images are resized or re-encoded.

@teamchong
teamchong merged commit d03a682 into main Aug 11, 2026
6 checks passed
@teamchong
teamchong deleted the fix/opus-history-width branch August 11, 2026 21:39
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