Skip to content

Releases: rynfar/meridian

meridian: v1.38.0

21 Apr 18:39
4aeff93

Choose a tag to compare

1.38.0 (2026-04-21)

Features

  • plugin system (phase 1 adapter refactor + phase 2 plugin loading, UI, docs) (#400) (08cdee8)

meridian: v1.37.8

19 Apr 19:23
b745708

Choose a tag to compare

1.37.8 (2026-04-19)

Bug Fixes

  • use documented releases_created output from release-please-action (#398) (906ed6d)

meridian: v1.37.7

19 Apr 19:16
03f7689

Choose a tag to compare

1.37.7 (2026-04-19)

Bug Fixes

  • remove skip-labeling from release-please so releases auto-cut on merge (#395) (3abf5e9)

meridian-v1.37.6

19 Apr 14:23
93188f0

Choose a tag to compare

Bug Fixes

  • multimodal image handling for OpenAI chat completions and nested tool_result (#392) — Danilo Bardusco
    • Data URLs passed via image_url on /v1/chat/completions now reach Claude as proper image blocks (previously dropped silently)
    • Images nested inside tool_result.content[] now trigger the structured multimodal path instead of being JSON-serialized into text

Full changelog: meridian-v1.37.5...meridian-v1.37.6

meridian-v1.37.5

18 Apr 23:22
995ca39

Choose a tag to compare

Bug Fixes

  • pass include-component-in-tag on the release-please action input (#374)
  • prevent cross-session context leakage via fingerprint cache for headerless OpenCode requests (#382)
  • stop leaking tool_use/tool_result blocks as text into the prompt (#386) (#388) — fixes "Tools message in the context" regression where [Tool Use: ...] and [Tool Result for ...] strings were appearing as literal text, confusing the model

Full changelog: meridian-v1.37.4...meridian-v1.37.5

meridian: v1.37.4

15 Apr 15:26
9bd9534

Choose a tag to compare

1.37.4 (2026-04-15)

Bug Fixes

  • cache passthrough MCP server per session to preserve prompt cache (#367)
  • preserve content for non-Droid adapters (#370)
  • set include-component-in-tag so release-please finds prior tags (#371)

meridian: v1.37.3

14 Apr 21:12
14fb098

Choose a tag to compare

1.37.3 (2026-04-14)

Bug Fixes

  • return empty object from PreToolUse hook for ToolSearch (#362) (f246b8b)
  • stop appending file change summaries for opencode (with regression guards) (#363) (921d4f6)

meridian: v1.37.2

13 Apr 19:07
ea0a38d

Choose a tag to compare

Bug Fixes

  • use component-specific output keys in release-please workflow (#357)

meridian: v1.37.1

13 Apr 18:40
7a715df

Choose a tag to compare

Bug Fixes

  • cache tool definitions per session to prevent prompt cache invalidation (a74e53c), closes #353

meridian: v1.37.0

12 Apr 18:48
a14281b

Choose a tag to compare

Features

  • per-adapter SDK feature toggles with settings UI (#349)

Bug Fixes

  • eliminate mock leakage in models tests for CI stability
  • forward accumulated usage on non-stream responses (#348)

See CHANGELOG.md for details.