What's Changed
English
- feat: add usage count by @bbbugg in #120
Request usage statistics are stored locally in/data/usage-stats.jsonl. For Docker and Claw deployments, mount the data directory if you want the statistics to persist across container restarts; see the relevant README section for details. This feature can be controlled via theENABLE_USAGE_STATSenvironment variable and is enabled by default. - feat: add support for web search suffix in model names by @bbbugg in #124
中文
- feat: 新增使用次数统计 by @bbbugg in #120
请求统计会本地保存到/data/usage-stats.jsonl。如果是 Docker 或 Claw 部署,想要在容器重启后继续保留统计数据,需要按 README 对应章节挂载数据目录。统计功能可通过环境变量ENABLE_USAGE_STATS控制,默认开启。 - feat: 支持模型名称中的 web search 后缀 by @bbbugg in #124
Full Changelog: v1.1.3...v1.2.0