Skip to content

Releases: ENTERPILOT/GoModel

v0.1.38

11 Jun 09:34

Choose a tag to compare

Changelog

Bug Fixes

  • e6aff03 fix(anthropic): map claude-fable-5 reasoning to adaptive thinking (#385)
  • 8b79b38 fix(usage): cost text-to-speech by output audio duration (#376)
  • e4373a9 fix: resolve gateway issues found by end-to-end testing (#386)

v0.1.37

09 Jun 21:32

Choose a tag to compare

Changelog

Features

  • b31d3f8 feat(agents): support OpenAI Agents SDK (#353)
  • ee3ee6d feat(usage): track and cost STT/TTS interactions (#372)

Bug Fixes

  • efe4ad8 fix: extract system messages from messages array in Anthropic API (#374)

v0.1.36

04 Jun 05:49
b22afc4

Choose a tag to compare

Changelog

Features

  • b22afc4 feat(audit): capture and play back transcription input audio (#365)
  • d8f5eff feat(audit): log audio endpoint bodies with dashboard playback (#364)

v0.1.35

01 Jun 04:16
60dc00c

Choose a tag to compare

Changelog

Features

  • 60dc00c feat(anthropic): support Claude Opus 4.8 effort levels and adaptive thinking (#360)
  • 06a3869 feat(audio): add OpenAI-compatible text-to-speech and transcription endpoints (#362)

Bug Fixes

  • 670d47f fix(release): publish draft release without checkout (#359)

v0.1.34

28 May 05:50
666066b

Choose a tag to compare

Changelog

Features

  • 581cf4a feat(server): add OpenAI Conversations API endpoints (#347)

Bug Fixes

  • 666066b fix(providers): refresh unavailable providers on request (#357)

v0.1.33

21 May 16:05
05775df

Choose a tag to compare

Changelog

Features

  • 32cda0e feat(server): add Anthropic Messages API ingress endpoint (#343)

Bug Fixes

  • 05775df fix(anthropicapi): report stop_reason "tool_use" for tool-call responses (#345)
  • 72a0e68 fix(providers): support OpenRouter virtual model IDs (#344)

v0.1.32

18 May 19:50
ef51152

Choose a tag to compare

Changelog

Features

  • 39f5bbe feat(audit): show live request bodies after workflow resolution (#339)

Bug Fixes

  • ef51152 fix(gemini): send tool schemas as JSON schema (#340)

v0.1.31

17 May 23:41
430b2ca

Choose a tag to compare

Changelog

Features

  • 3a4cfe8 feat(dashboard): show gateway and provider cache on Usage page (#336)
  • 80cf7af feat(dashboard): stream live audit and usage logs (#334)

Bug Fixes

  • 430b2ca fix(dashboard): sync live usage audit status (#338)
  • 4490b73 fix(server): classify client-disconnect during streaming + live-preview e2e scenarios (#337)

v0.1.30

12 May 18:47
ddd80ae

Choose a tag to compare

Changelog

Features

  • ddd80ae feat(config): make user path header configurable (#330)

Bug Fixes

  • 2f13f68 fix(providers): mark allowlist mode as authoritative inventory in runtime status (#326)
  • d3d1c10 fix(providers): propagate quota project to Vertex via X-Goog-User-Project (#325)

v0.1.29

10 May 23:11
2eacd61

Choose a tag to compare

Changelog

Features

  • b4c8f8d feat(deepseek): add Passthrough support and PassthroughSemanticEnricher (#314)
  • d47c61c feat(providers): add Amazon Bedrock provider (#316)

Bug Fixes

  • b894c46 fix(auditlog): reconstruct streamed tool calls (#317)
  • 2eacd61 fix(batches): resolve providers for input file batches (#318)