v2.6.5 — CORS / v2.6.0–2.6.5 汇总
快速开始 / Quick Start
| 项 Item | 值 Value |
|---|---|
| 服务地址 URL | http://localhost:8080 或 http://<本机IP>:8080 |
| 管理面板 Admin | 同上(浏览器 HTTP Basic) |
| 对外 API Key | sk-mimo(config.json → api_keys) |
| 管理用户名 Admin user | admin(固定 fixed) |
| 管理密码 Admin password | admin(config.json → admin_password) |
pip install -r requirements.txt
python main.py更新说明 / What's Changed
自 v2.6.0 起的主要变更(含 v2.6.1–v2.6.5):
中文
v2.6.5
- CORS:
allow_credentials=false(与*origin 组合不安全)
v2.6.1–v2.6.4(摘要)
- 工具调用链路与会话上下文四个缺陷修复(
clean_tool_text误删标记、流式 content+tool_calls 一致性、token 峰值误判、Anthropic 流式异常收尾丢 tool_use) - 移除代理层
max_tokens默认值,改为透传 StreamSieve工具标记大小写不敏感- 清理 Chaquopy 打包产物副本
app/src/
v2.6.0
- 凭证 Fernet 加密落盘 +
.secret_key - 导入探活无残留
/api/config局部更新- Anthropic 映射补全 4.7/4.5 与日期后缀
备份:
config.json与.secret_key一起备份。Docker 需同时挂载。
English
v2.6.5
- CORS:
allow_credentials=false
v2.6.1–v2.6.4 (summary)
- Tool-call pipeline & session context fixes; pass through
max_tokens; case-insensitive StreamSieve markers; drop Chaquopyapp/src/copy
v2.6.0
- Fernet-encrypted credentials, residue-free import probe, partial
/api/configupdates, Anthropic 4.7 aliases
Back up
config.jsonand.secret_keytogether.
Android APK is attached to this release (arm64-v8a, debug-signed unless release.keystore present).
Full Changelog: v2.6.0...v2.6.5