Skip to content

v0.5.10

Choose a tag to compare

@github-actions github-actions released this 09 Aug 09:15
· 25 commits to main since this release

Changelog — v0.5.10 (2026-08-09)

✨ Features

  • Web 管理后台支持圈子管理

🐛 Fixes

  • 生图多节点轮询兜底与冷却,管理端模型类型对齐客户端

📦 Other

  • release: v0.5.10 按模型写入上下文窗口,修复 Codex MCP 标记叠加

Full changelog: v0.5.9...v0.5.10

下载

平台 文件 说明
macOS .dmg 双击安装,支持自动更新
Windows .exe NSIS 安装包,支持自动更新
Docker 见下方 命令行/服务器无界面部署

Docker 快速启动

# 拉取镜像
docker pull ghcr.io/wink-run/local-llm-proxy/gateway:v0.5.10

# 持久化目录(local-config.json 由网关首次启动自动创建)
mkdir -p gateway-data

# 启动
docker run -d \
  --name llm-gateway \
  -p 11430:11430 \
  -p 11431:11431 \
  -v ./gateway-data:/data/.llm-agent \
  ghcr.io/wink-run/local-llm-proxy/gateway:v0.5.10

Web UI: http://localhost:11431
LLM 入口: OPENAI_BASE_URL=http://localhost:11430/v1