Plan mode can offer to build a prototype artifact first, but the offer never appears in this build.
A plan-mode prototype-artifact offer prompt exists but its guard is hardcoded to false.
What's wrong with this entry?
Plan mode can offer to build a prototype artifact before the plan is executed, but the section is never appended in this build.
- the plan-mode system reminder gains a
prototypeOffer: !0field and a "## Prototype Artifact Option" prompt section - the section tells Claude that if the user accepts, the prototype is built after plan mode ends, plan mode stays read-only except for the plan file, the plan file should name the prototype-first approach, and the prototype skill is invoked once plan mode has ended
- the reminder emits a
plan_prototype_offermarker alongside the existingplan_workshop_offer - guarded by isPlanPrototypeOfferEnabled, which is
Lgo() && !B5(); Lgo returns !1, so the guard is constant false
## Prototype Artifact Option
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.235
Very large plans cannot be approved
Both mention plan mode
-
v2.1.235
Plans over 200,000 characters cannot be approved
Both mention plan mode
-
v2.1.239
Resuming a session that was in plan mode puts you back in plan mode
Both mention plan mode