• v0.10.1 caa9a3006a

    joeyr released this 2026-08-11 14:39:05 -05:00 | 74 commits to main since this release

    Two tools renamed so the connector's tool list groups by verb.

    The connector lists tools alphabetically by name, so the name is the only lever on
    ordering. Every tool was already verb-first except two, and those two scattered a read and
    a write into the middle of the list.

    • find_free_timelist_free_time
    • add_attendeesupdate_attendees

    The eight now group as create_, delete_, list_ ×4, update_ ×2.

    Breaking

    Tool names are part of the surface, and the permission toggles in Claude's connector
    settings are keyed to them
    — they reset to defaults after this, so the write tools have
    to be set back to ask.

    Also

    update_attendees now says up front that it only adds. The old name did that work by
    itself; the new one implies removing a guest and changing a reply are on offer, and
    neither is. Letting the model discover that by being refused is the same mistake as
    registering a tool with no writable calendars.

    Nothing else changed — same behaviour, same envelopes, same gates.

    Downloads