v0.11.0
·
228 commits
to master
since this release
Matea v0.11.0
品牌首发:项目更名为 Matea,支持下载单二进制直接运行,首次启动自动生成最小 config.yaml。
Quick start
- Download the binary for your platform (and verify
checksums.txtif desired) - Run it:
./matea(Windows:matea-windows-amd64.exe) - On first run a minimal
config.yamlis created automatically (randomjwt_secret) - Open http://127.0.0.1:8080 — login
admin/admin123, change password, then configure Gitea / LLM in System Config
Optional reference files in the repo: config.example.yaml, .env.example, docs/DEPLOYMENT.md.
Highlights
- Bootstrap 自生成配置 + Setup 引导 + 首次登录强制改密
- Release 恢复单二进制产物(
matea-*+checksums.txt) - 项目更名 Matea(模块路径 / 二进制 / 仓库
github.com/jeeinn/matea)
Breaking changes
/gateway reset→/matea reset(硬切)<!-- gateway-agent -->→<!-- matea-agent -->(硬切)- 默认 DB/日志:
gateway.db/gateway.log→matea.db/matea.log(升级请手动复制旧库) workspace_mode: gateway_path→matea_path
详见 CHANGELOG。
What's Changed
- feat: bootstrap self-config with setup guide and forced password change by @jeeinn in #11
- chore: rename project from gitea-agent-gateway to Matea by @jeeinn in #12
Full Changelog: v0.10.2...v0.11.0