Skip to content

v0.11.3

Choose a tag to compare

@github-actions github-actions released this 27 Jul 08:09
· 190 commits to master since this release

Quick start

  1. Download the binary for your platform (and verify checksums.txt if desired)
  2. Run it: ./matea (Windows: matea-windows-amd64.exe)
  3. On first run a minimal config.yaml is created automatically (random jwt_secret)
  4. 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