v0.11.3
·
190 commits
to master
since this release
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(config): avoid tools-gate false rejects for SenseNova and API-dis… by @jeeinn in #17
- Fix/reset workflow and verify override by @jeeinn in #18
- Fix/write path push and agent friction by @jeeinn in #19
- fix(dispatcher): inject PR review history into solve_comment by @jeeinn in #20
- docs(tasks): plan logic-issue normalize and agent concurrency by @jeeinn in #21
- feat: logic-issue normalize and agent serial_queue by @jeeinn in #22
- feat(webui): view agent conversation logs by task by @jeeinn in #23
- feat(webui): operation audit logs viewer with deep links by @jeeinn in #24
Full Changelog: v0.11.2...v0.11.3