Skip to content

Version 0.1.8

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Apr 12:19
· 149 commits to main since this release
46eb131

Release Notes

Features

  • Image Support:
    • Image edit mode implementation (#159, #161)
    • Image usage tracking support (#153)
    • Batch patch image URL to base64 conversion (#152)
  • Audio & Speech:
    • Fixed audio opus duration handling (#144)
    • Resolved audio multi-time issues (#145)
  • MCP (Model Control Protocol) Enhancements:
    • Streamable HTTP MCP support (#142)
    • Group custom MCP support (#141)
    • OpenAPI MCP server and SSE MCP proxy (#137)
  • Embedding & Models:
    • Jina embed support (#146)
  • API Improvements:
    • Added retry delay when using same channel (#155)
    • Channel type constant implementation (#156)
    • Create token API with ignore exist parameter (#133)
    • Get log with code functionality (#157)

Fixes

  • Image Processing:
    • Fixed image edit mode check (#161)
    • Fixed summary image input tokens field name (#160)
  • Model Integrations:
    • Fixed Claude raw endpoint SSE (#138)
    • Ignored Claude unused responses (#139)
    • Fixed Gemini tool functionality (#132)
  • Data Handling:
    • Fixed multi splitter heads (#143)
    • Fixed Ali STT usage tracking (#149)

Other Changes

  • Usage Tracking:
    • STT (Speech-to-Text) usage tracking (#148)
    • Reused usage field implementation (#150)
  • Documentation:
    • Fixed typo in README CN (#158)
  • Deprecations:
    • Deprecated front log query functionality (#147)
  • Dependency Updates:
    • Bumped Go MCP SDK (#151)