Mineclaw 0.1.1 — Configuration Cleanup
Patch release
- Unified base_url, model, and api_key references under one precedence rule: process environment, then .env, then the configured literal.
- Removed the obsolete api_key_env path and other unused compatibility aliases.
- Kept retry-aware streaming reset semantics as the single client interface.
- Refreshed the README around Mineclaw as an extensible in-game AI agent.
Migration: replace api_key: empty plus api_key_env: API_TOKEN with api_key: API_TOKEN.
Validated with 147 passing tests on Java 25.
补丁版本
- base_url、model 与 api_key 现统一遵循:系统环境变量 → .env → 配置字面量。
- 删除过时的 api_key_env 路径及其他未使用的兼容别名。
- 流式客户端统一保留支持重试重置的接口。
- README 重新聚焦于 Mineclaw 可扩展的游戏内 AI Agent 体验。
迁移方式:将 api_key 为空、api_key_env 为 API_TOKEN 的旧写法改成 api_key: API_TOKEN。
已在 Java 25 下通过全部 147 项测试。