-
released this
2026-04-29 12:11:12 -04:00 | 293 commits to main since this releaseHotfix-style follow-up to v26.04.29.1.
Anti-placeholder rule on
create_eventThe model was creating events with stand-in titles ("Appointment") and "details TBD" descriptions when the user mentioned a future event without concrete specifics, instead of asking for the missing pieces first. The placeholder title then never got updated when the user supplied real details.
The
create_eventtool description now names the failure mode explicitly and instructs: record a moment, ask for the missing pieces, and callcreate_eventonce with the actual title, time, and location. Pairs with the capture-first persona changes from v26.04.29.1.Pure prompt change. 18 calendar-tool tests pass; ruff clean. No schema or migration.
Downloads