/Release/v1.1.0
终端 TUI 一键配置工具,无需 GUI 环境,纯终端交互运行。
根据模型名称自动检测并写入 API 格式
新增 DetectAPIFormat 函数,按优先级检测:
- claude 前缀 / -cc 后缀 → anthropic-messages
- gemini 前缀 → google-generative-ai
- gpt-5 前缀 → openai-responses
- 其他 → openai-completions(兜底)
UpdateDMXAPIConfig 从条件写入改为始终覆盖写入,
printSuccess 展示 API 格式,Banner 更新提示文案。
Rename darwin artifacts to macos and expand usage docs
Rename output files darwin-* → macos-* in both .cnb.yml and release.yml
- Split Linux/macOS usage section into separate subsections
- Each platform section now lists both architectures with explicit commands
更新内置预设模型列表为最新 10 个模型
新增 claude-opus-4-6、claude-sonnet-4-6、MiniMax-M2.5-cc、glm-5-cc、
hunyuan-2.0-thinking-20251109-cc、kimi-k2.5-cc、gpt-5.3-codex、
gpt-5.3-codex-spark、gemini-3.1-pro-preview、gemini-3-flash-preview,
移除已过期的旧版模型。同步更新 README 文档。
将 gpt-5.3-codex-spark 替换为 gpt-5.2
openclaw gateway restart,确保 api 格式(如| 平台 | 架构 | 文件 |
|---|---|---|
| Linux | x64 | openclaw-config-linux-amd64 |
| Linux | ARM64 | openclaw-config-linux-arm64 |
| Windows | x64 | openclaw-config-windows-amd64.exe |
| macOS | Intel | openclaw-config-macos-amd64 |
| macOS | Apple Silicon | openclaw-config-macos-arm64 |
# x64
chmod +x openclaw-config-linux-amd64
./openclaw-config-linux-amd64
# ARM64
chmod +x openclaw-config-linux-arm64
./openclaw-config-linux-arm64
# Intel
chmod +x openclaw-config-macos-amd64
./openclaw-config-macos-amd64
# Apple Silicon
chmod +x openclaw-config-macos-arm64
./openclaw-config-macos-arm64
macOS 安全提示:首次运行提示"无法验证开发者"时,可右键点击 → 选择"打开",或执行:
xattr -rd com.apple.quarantine ./openclaw-config-macos-arm64
在文件所在目录按住 Shift 并右键 → 选择"在此处打开 PowerShell 窗口",执行:
.\openclaw-config-windows-amd64.exe
启动后按提示依次填写:
https://www.dmxapi.cn/v1,通常无需修改sk-...