From 076192d58e4f5cb5f81029421f1cbbacbbc48fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Sat, 9 May 2026 22:10:54 -0500 Subject: [PATCH] chore: release v1.115.1 --- .claude-plugin/marketplace.json | 2 +- CHANGELOG.md | 6 ++++++ CHANGELOG.zh.md | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 79bfde4..7621dda 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,7 +6,7 @@ }, "metadata": { "description": "Skills shared by Baoyu for improving daily work efficiency", - "version": "1.115.0" + "version": "1.115.1" }, "plugins": [ { diff --git a/CHANGELOG.md b/CHANGELOG.md index c13ffd0..ed9ecaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ English | [中文](./CHANGELOG.zh.md) +## 1.115.1 - 2026-05-10 + +### Fixes +- `baoyu-imagine`: change the default MiniMax image API endpoint to `https://api.minimaxi.com` to match the current official image generation documentation, while keeping `https://api.minimax.io` available through `MINIMAX_BASE_URL` overrides. +- `baoyu-image-gen`: sync the deprecated image-generation entrypoint with the same MiniMax default endpoint and regression coverage. + ## 1.115.0 - 2026-05-09 ### Features diff --git a/CHANGELOG.zh.md b/CHANGELOG.zh.md index 7463aed..575c0b7 100644 --- a/CHANGELOG.zh.md +++ b/CHANGELOG.zh.md @@ -2,6 +2,12 @@ [English](./CHANGELOG.md) | 中文 +## 1.115.1 - 2026-05-10 + +### 修复 +- `baoyu-imagine`:将默认 MiniMax 图片 API 端点改为 `https://api.minimaxi.com`,与当前官方图片生成文档保持一致;仍可通过 `MINIMAX_BASE_URL` 覆盖为 `https://api.minimax.io`。 +- `baoyu-image-gen`:同步已废弃图片生成入口的 MiniMax 默认端点和回归测试。 + ## 1.115.0 - 2026-05-09 ### 新功能