Skip to content

Releases: jeeinn/matea

v0.12.1

Choose a tag to compare

@github-actions github-actions released this 28 Aug 06:11

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

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 11:46

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

Full Changelog: v0.11.4...v0.12.0

v0.11.4

Choose a tag to compare

@github-actions github-actions released this 31 Jul 09:38

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

  • feat(webui): split task detail and conversation into separate dialogs by @jeeinn in #25

Full Changelog: v0.11.3...v0.11.4

v0.11.3

Choose a tag to compare

@github-actions github-actions released this 27 Jul 08:09

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

v0.11.2

Choose a tag to compare

@github-actions github-actions released this 24 Jul 09:38

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

Full Changelog: v0.11.1...v0.11.2

v0.11.1

Choose a tag to compare

@github-actions github-actions released this 24 Jul 03:12

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(web): align form labels, tips, and orphan action buttons by @jeeinn in #13
  • fix(web): update button type and prevent duplicate submissions in Cha… by @jeeinn in #14

Full Changelog: v0.11.0...v0.11.1

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 15:09

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

v0.10.2

Choose a tag to compare

@github-actions github-actions released this 23 Jul 09:10

Full Changelog: v0.10.1...v0.10.2

v0.10.1

Choose a tag to compare

@github-actions github-actions released this 23 Jul 08:10

What's Changed

  • Feat/harness verify gates by @jeeinn in #5
  • Feat/product polish workflow policy by @jeeinn in #6
  • fix: harden P1 races, webhook inbox replay, and provider typing by @jeeinn in #7
  • feat(llm): pass through top_p and penalty sampling params by @jeeinn in #8
  • feat(harness): independent Checker context for Review and Coder by @jeeinn in #9
  • feat(sandbox): add rg tool and align temp with Session lifecycle by @jeeinn in #10

Full Changelog: v0.10.0...v0.10.1

v0.10.0

Choose a tag to compare

@jeeinn jeeinn released this 17 Jul 04:23

发布说明(v0.10.0)

对应开源清单 S8。仓库:https://github.com/jeeinn/ai-dev
版本说明:仓库已有 v0.2v0.7.0 等历史 tag;开源首发从 v0.10.0 起跳,避免与早期内部版本冲突。

打 tag 与 Release(维护者)

工作区干净且 CI 绿后:

# 1. 确认 CHANGELOG [0.10.0] 段落已写好
git checkout master
git pull

# 2. 打 annotated tag(本地)
git tag -a v0.10.0 -m "v0.10.0: first public open-source release"

# 3. 推送 tag
git push origin v0.10.0

# 4. 构建预编译二进制(示例)
GOOS=linux   GOARCH=amd64 go build -o dist/gateway-linux-amd64 .
GOOS=linux   GOARCH=arm64 go build -o dist/gateway-linux-arm64 .
GOOS=windows GOARCH=amd64 go build -o dist/gateway-windows-amd64.exe .
GOOS=darwin  GOARCH=amd64 go build -o dist/gateway-darwin-amd64 .
GOOS=darwin  GOARCH=arm64 go build -o dist/gateway-darwin-arm64 .

# 5. 创建 GitHub Release(需 gh)
gh release create v0.10.0 \
  --title "v0.10.0" \
  --notes-file docs/RELEASE-v0.10.0.md \
  dist/gateway-linux-amd64 \
  dist/gateway-linux-arm64 \
  dist/gateway-windows-amd64.exe \
  dist/gateway-darwin-amd64 \
  dist/gateway-darwin-arm64

前端需先 cd web && npm ci && npm run buildgo build(embed)。

本版本要点

  • Gitea Assign 工作流 v2(analyze / coder / review)
  • Internal Agent Loop + ToolPack / MCP / Skills
  • OpenCode Path A(可选本机 sidecar)
  • 开源资产:LICENSE、CI、CONTRIBUTING、SECURITY、config.example、.env.example

详见 CHANGELOG.md [0.10.0]