hey 0.1.0

Minimal terminal AI coding agent: kernel loop + MCP/Skills self-evolution
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
version: 2
updates:
  # Cargo 依赖每周检查(安全 + 更新 PR;漏洞由 CI audit step 拦截)
  - package-ecosystem: cargo
    directory: "/"
    schedule:
      interval: weekly
  # GitHub Actions 自身版本每周检查
  - package-ecosystem: github-actions
    directory: "/"
    schedule:
      interval: weekly