Skip to content

v0.5.12

Choose a tag to compare

@github-actions github-actions released this 11 Aug 04:51
· 7 commits to main since this release

Changelog — v0.5.12 (2026-08-11)

✨ Features

  • 路由上下文窗口感知候选模型(取最小),不再一律 128k

🐛 Fixes

  • CI 上 darwin 候选路径勿因 existsSync 被滤掉

📦 Other

  • release: v0.5.12 场景路由同步、用量面板与上下文窗口
  • 修 getRouteCatalogModels 用例——vision 断言投影,兼容新增 contextWindow
  • add structured overview section to English README with layered presentation (#13)
  • 强调AI原生架构的动态构建与进化特性,区别于传统硬编码 (#12)
  • 优化AI原生架构表述,明确智能体技术应用场景 (#11)
  • 添加项目介绍段落突出产品和技术亮点 (#10)

Full changelog: v0.5.11...v0.5.12

下载

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

Docker 快速启动

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

# 持久化目录(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.12

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