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.
What's Changed
- Fix/setup improvements by @jeeinn in #31
- Fix/testing issues by @jeeinn in #32
- feat: 分支命名 ai/ 前缀改为 matea/ by @jeeinn in #33
- Feat/conv log and comment limit by @jeeinn in #34
- fix(dispatcher): agents 配置支持热更新,新增 hub backend 免重启 by @jeeinn in #36
- Fix/opencode error surface by @jeeinn in #35
- fix(agents): PR 创建评论改用 Gitea 原生 #N 引用 by @jeeinn in #37
- Feat/hub conversation log by @jeeinn in #38
Full Changelog: v0.12.0...v0.12.1