Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 15:09
· 228 commits to master since this release

Matea v0.11.0

品牌首发:项目更名为 Matea,支持下载单二进制直接运行,首次启动自动生成最小 config.yaml

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.

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.logmatea.db / matea.log(升级请手动复制旧库)
  • workspace_mode: gateway_pathmatea_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