• bvandeusen released this 2026-04-29 12:11:12 -04:00 | 293 commits to main since this release

    Hotfix-style follow-up to v26.04.29.1.

    Anti-placeholder rule on create_event

    The 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_event tool description now names the failure mode explicitly and instructs: record a moment, ask for the missing pieces, and call create_event once 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