CodePulse v2.3.42 — Plan Card Cost & JSON Repair
Fixed plan card showing estimated cost instead of $0 for Max Plan users, and added JSON repair for truncated Haiku responses.
Bug Fixes (TAB-529)
- Fixed: Plan card shows estimated cost instead of $0 for Max Plan — Delegate mode uses the Max Plan subscription at zero actual cost. The plan card now correctly shows "$0.00 (Max Plan)" instead of the misleading estimated cost that implied API charges.
- Added: JSON repair safeguard for truncated Haiku responses — When Haiku exceeds
maxTokens, the JSON response is truncated mid-stream. Instead of falling back to the generic three-step plan, the parser now attempts to repair truncated JSON by closing unclosed strings, arrays, and objects, preserving as much of the structured plan as possible.