Agent: huge-image load + figure/region caps + stale-active fix #171
Reference in New Issue
Block a user
Delete Branch "dev"
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?
From the operator's run logs (pathological image 81602:
gpu 38311ms+ recurring 413):Image.MAX_IMAGE_PIXELS = None(trusted local library) so 90–95MP images load instead of hard-erroring at PIL's 2× decompression-bomb limit.MAX_FIGURES, default 8) like components/panels already are — uncapped, a busy/huge image → hundreds of per-figure CCIP calls + crops → 38s job + oversized submit.MAX_REGIONS, default 128): keep the highest-scoring, log the drop, so a submit body can't exceed curator's limit (413).stop()resets_activeto 0 and_bumpclamps at 0, so the meter reads 0 the instant you stop and can't go negative from a lagging decrement.All agent-only. Full CI green on dev.
🤖 Generated with Claude Code