Skip to content

v0.12.1

Latest

Choose a tag to compare

@github-actions github-actions released this 28 Aug 06:11
· 20 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/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