Skip to content

meridian: v1.60.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Aug 08:05
b4e2a0c

⚠️ Behaviour change: claude.ai connectors are now off by default

If your claude.ai account has connectors attached (Drive, Gmail, Calendar), they previously loaded for any adapter not in passthrough mode. As of 1.60.0 they require an explicit opt-in at /settingsclaude.ai Connectors.

Affected: cherry, droid, and any deployment running MERIDIAN_PASSTHROUGH=0.
Not affected: opencode and other passthrough-default adapters — connectors were already disabled for them.

Nothing errors when this bites. The model simply no longer has the tool and answers as though the data were unavailable, so a lost capability is easy to misread as the model being unhelpful. See claude.ai connectors.

1.60.0 (2026-08-04)

Features

  • gate claude.ai connectors behind an opt-in flag (#759) (370c286)

Bug Fixes

  • don't treat transport metadata as a system instruction (#758) (59931d0)