Skip to content

Releases: Aley3567/Agent-Hub

Agent Hub 0.2.2 — macOS preview update

Choose a tag to compare

@Aley3567 Aley3567 released this 16 Sep 11:12

Agent Hub 0.2.2 is the first update to the macOS preview, for Apple Silicon, minimum macOS 12.

Download & Install

  • Recommended: download the .pkg installer — quit the running Agent Hub, double-click it and follow the system prompt. The App, the Rust CLI and the runtime are installed together.
  • ZIP is the manual-install fallback: unzip, run Install.command, then copy Agent Hub.app into Applications.
  • Requires Python 3.11+ and the Claude Code CLI; the protocol gateway needs uv, Codex sessions need the Codex CLI.
  • Verify the download against the bundled SHA-256 file.

What's in this release

  • Reduced visual density across the diagnostics, doctor and slot views: removed decorative emphasis backgrounds and shadows; diagnostics rows now use a fixed grid (title, id, counts, metadata each in their place); the doctor page shows one summary count with details folded away; slot rows move explanatory text into <details>.
  • Fixed a false Python-version report in the GUI doctor page: when launched from Finder the PATH only carried system Python 3.9; it now probes standard install locations against a candidate list and prefers a supported 3.11+ interpreter; the doctor --fix repair commands use the same resolution logic.
  • The CLI version now matches the suite version (agent-hub --version reports 0.2.2).

Verified

  • Python: 1010 tests passed.
  • macOS backend: 129 tests passed (including new Python-resolution probe unit tests).
  • Type check, 1429 UI-copy coverage checks and the production renderer build passed.
  • Release-kit verification: 41 files passed SHA-256 and signature integrity; the 6 binary-scan findings are identical to 0.2.1 — all alias substrings inside upstream Tokio driver strings / compression dictionaries, not real channel records.
  • The PKG inside the double-click installer was verified to carry App version 0.2.2.

Agent Hub 0.2.2 是 macOS 预览的首个更新版,面向 Apple Silicon,最低 macOS 12。

下载与安装

  • 推荐下载 .pkg 安装器:退出旧版 Agent Hub,双击后按系统提示安装。App、Rust CLI 与运行时一并安装。
  • ZIP 为手动安装备选:解压后运行 Install.command,再将 Agent Hub.app 复制到 Applications。
  • 需要 Python 3.11+、Claude Code CLI;协议网关需要 uv,Codex 会话需要 Codex CLI。
  • 用随附 SHA-256 文件核对下载包。

本版内容

  • 降低诊断、体检与槽位视图的视觉密度:去掉装饰性强调底色与阴影,诊断行改为固定网格列(标题、编号、计数、元数据各归其位),体检页改为一次汇总计数、细节收进折叠,槽位行的说明文字收进 <details>
  • 修复 GUI 体检页的 Python 版本误报:从 Finder 启动时 PATH 只有系统 Python 3.9,现在按候选列表探测标准安装位置并优先选用受支持的 3.11+ 解释器;doctor --fix 的修复命令走同一解析逻辑。
  • CLI 版本号与套件版本对齐(agent-hub --version 现在报 0.2.2)。

已验证

  • Python:1010 个测试通过。
  • macOS 后端:129 个测试通过(含新增的 Python 解析探测单元测试)。
  • 类型检查、1429 处界面文案覆盖检查、生产 renderer 构建通过。
  • 发布套件校验:41 个文件 SHA-256 与签名完整性通过;二进制扫描的 6 处发现与 0.2.1 相同,均为上游 Tokio 驱动字符串/压缩字典中的别名子串,非真实渠道记录。
  • 双击安装器 PKG 内 App 版本核验为 0.2.2。