designer: pin to claude-opus-4-7[1m] for Penpot-heavy runs #94
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks#94
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?
User story
As the operator, I want the
designeragent configured with the 1M-context variant so that multi-page Penpot mockup tasks don't hitPrompt is too longmid-run.What happened (concrete)
Designer task
d3883982-7b23-4083-ac18-38b42b98e633on #70 ran uncapped (after themaxTurns: 100cap was removed today) and died at turn ~N withPrompt is too long. The failure cause is genuine context accumulation:create_frame/create_text/get_file_infoMCP call + its result stays in conversation history.forgejo-mcptrim.Rolling back
maxTurnsmade it possible to reach the AC; but reaching it needs the larger context window.Why designer specifically
apply_changesRPC).get_file_info/list_projectsthat round-trip through the model.Edit/Write/Bash) — their MCP usage is sparse by comparison.design-reviewerexports PNGs per frame — also big; worth considering for 1M too once it lands on a real review.Acceptance criteria
Config
config/agents.json:agents.designer.model→claude-opus-4-7[1m].design-revieweronclaude-sonnet-4-6for now — review passes are shorter; revisit if one fails.bosson plainclaude-opus-4-7— theforgejo-mcptrim (#81) already proved 200k is enough for boss's workload.Smoke
Prompt is too long.Out of scope
get_file_info— return a summary). Server-side change in the Penpot MCP fork; worth exploring if 1M isn't enough either.References
d3883982-7b23-4083-ac18-38b42b98e633on #70 (2026-04-19 19:35).maxTurns: 100cap removed in commit4facca8today — unblocked the path to hit this real context limit.skills/design-implement.md(the prompt that designer runs).Dependencies
main.