Skip to content

Releases: TokenDanceLab/AgentHub

AgentHub v0.4.0 — 把 AI Agent 当队友一样拉进群聊

11 Jun 04:35

Choose a tag to compare

把 AI Agent 当队友一样拉进群聊。

和真人好友、AI Builder、AI Reviewer 在同一个 IM 里聊天协作——消息就是任务流,聊天就是工作台。


新增

  • 完整 OIDC 用户体系 — TokenDance ID 登录后自动同步 GitHub 头像和用户名,身份贯穿全局(GlobalRail、设置页、任务指派、消息筛选)
  • Desktop Local Edge 深度集成 — Claude Code CLI 原生接入,本地执行零延迟,离线可用
  • Mobile React Native 基线 — Expo SDK 56,OIDC deep-link 认证,前后台生命周期管理
  • AgentTeams 编排引擎 — Supervisor 自动拆解复杂意图、并行调度 Worker、DAG 依赖编排、失败自动重试
  • 三端消息合同统一 — TranscriptBlock + EvidenceRef 类型化事件,Desktop/Web/Mobile 用同一套合同
  • Agent Profile 创建向导 — 可视化配置 Runtime、模型、Skill、MCP、审批策略,无需手写配置

完善

  • IM 协议 — 撤回/编辑/转发/置顶/已读/表情反应/pin,seq-based 增量同步
  • 审批流 — SecurityHook 23-check 管线 + YOLO/Auto/Manual 三级权限模式
  • 产物检视 — Diff、PDF、Office、Markdown、HTML、图片内联预览,DeployCard 部署状态
  • WebSocket + REST — 双通道实时推送,重连 since cursor 增量恢复
  • Hub-Edge 分布式 — Edge 本地执行 + Hub 多端同步,数据主权留在本地

治理

  • 全仓文档重写,100+ 处内部引用清理,文档结构收敛
  • 14 个过期分支、20+ 个垃圾文件/目录删除
  • 安全风险登记册 40+ 项持续跟踪

AgentHub v0.3.0-rc.7

09 Jun 16:22
ba7ae49

Choose a tag to compare

AgentHub v0.3.0-rc.7 Pre-release
Pre-release

AgentHub v0.3.0-rc.7

发布定位

  • 本版本是 RC 预览版,已合并到 master,来源 PR #298;Android 打包收尾提交 b4e2d758 已 fast-forward 到 origin/dev/delicious233
  • Windows Desktop 资产为 unsigned preview,用于安装、冒烟和回归验证;不是签名生产发布。
  • Android 资产为本地 debug-signing release APK,已嵌入 JS bundle,可离线打开内置 demo;不是 Play Store / EAS production signing 发布。

主要变化

  • 合入 Mobile RN native capability settings,可展示媒体、存储、通知、SecureStore、deep link 等 readiness 状态。
  • 统一 Mobile motion / press feedback。
  • 新增 Windows 本地 Android release APK 打包脚本 app/mobile-rn/scripts/package-android.ps1pnpm android:package 入口,使用短路径 junction 和短 pnpm virtual store 规避 Expo/RN/Gradle root mismatch 与 CMake/ninja 长路径问题。
  • Android adaptive icon 改为透明安全区 foreground,启动器短名改为 AgentHub,避免桌面图标裁切和名称截断。
  • 收口 README.md、中文 CHANGELOG.md、Mobile handoff 的 RC7 状态与证据。

Android release APK

  • AgentHub-Mobile_0.3.0-rc.7_android-release.apk:78,263,301 bytes,SHA-256 F11E4C3B970C0C08B63ADD6BC37B8A5B4B7767EE5705D64D8176A59C23E5AD4C
  • android-package-manifest.json 已随 Release 上传,记录 package、版本、构建阶段、设备安装/启动证据和 APK hash。
  • Wi-Fi ADB 设备 192.168.1.105:5555 / V2405A 已完成安装和启动,应用进入内置 demo,不再依赖 Metro。

本地验证

  • corepack pnpm --dir app/mobile-rn verify PASS:20 个 test files / 89 tests。
  • corepack pnpm --dir app/mobile-rn native:check PASS。
  • corepack pnpm --dir app/mobile-rn mock:hub:check PASS。
  • corepack pnpm --dir app/mobile-rn android:package -- -SkipInstall -SkipPrebuild -Version 0.3.0-rc.7 -ArtifactsRoot .tmp\android-package-pnpm-verify PASS,assembleRelease 成功且 manifest 写入成功。
  • tests\scripts\verify-p0-approved-real-gold-path.ps1 -RepoRoot . PASS。
  • tests\scripts\verify-approved-real-demo-readiness.ps1 -RepoRoot . PASS。
  • tests\scripts\verify-tauri-package-dry.ps1 -RepoRoot . PASS。
  • tests\scripts\verify-release-gate.ps1 -RepoRoot . PASS。
  • scripts\verify-tauri-package-dry.ps1 -RepoRoot . -ArtifactsRoot .tmp\tauri-package-release-rc7 -RunWindowsBundle -StrictToolchain PASS。

Windows unsigned manifest

  • AgentHub_0.3.0-rc.7_x64-portable.zip:16,746,708 bytes,SHA-256 0C68CE0695467CF1F436C5BDF1F5658ED1CBD2D1F0548A48A37AD560BC44BF78
  • AgentHub_0.3.0-rc.7_x64-setup.exe:12,198,380 bytes,SHA-256 2C6FF0849AB6BF4FA3BBB495ACF2B922158FF6F889BE2AD3EF9AD32D3D85AC5B
  • agenthub-desktop.exe:19,220,480 bytes,SHA-256 24B768463573A9CB9BBEE58E40D7E092C55D2F8CE868E71C8DFEEB580B8B795B
  • agenthub-edge-windows-amd64.exe:25,663,488 bytes,SHA-256 ED1FED612216C2E4F46A5FC094E85EAD41E3A9133034119D2DF8F2345D43B88F

v0.2.0

04 Jun 19:19

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

AgentHub v0.1.0 — IM 形态的多 Agent 协作平台

27 May 10:14
4b24240

Choose a tag to compare

Changelog

[0.1.0] — 2026-05-27

Desktop Command Center (P0)

  • Multi-runtime Agent CLI support (Claude Code, Codex, OpenCode)
  • IM-native workspace with thread-based collaboration
  • Side-by-side diff review panel with approval workflow
  • Artifact preview and run output rendering
  • Tauri 2 desktop shell with glassmorphism chat UI
  • Operational Home dashboard, settings search, Tooltip
  • Agent Profile configuration (Runtime, Model, Skill, MCP, approval policy)

Hub Server (P1-P2)

  • TokenDance ID unified login (OIDC PKCE exchange)
  • Hub-local session management with access/refresh tokens
  • IM contacts, group sessions, multi-device sync
  • Agent dispatch bridge (Web -> Hub -> Desktop -> Edge)
  • WebSocket typed events + REST JSON API (OpenAPI 3.0)
  • AgentTeam models, API, and StartTeamRun orchestration
  • Target-bound device routing and execution target inventory
  • Team run events, conflict resolution, artifact indexing
  • Approval controls queue with team decision recording
  • Runtime event history, stream validation, offline task queue
  • 78 database migrations (PostgreSQL + Redis)

Edge Server

  • Local execution node with Agent Runtime adapters (Claude Code, Codex, OpenCode)
  • Process lifecycle management, EventStore, workspace allowlist
  • Run cleanup, output budget caps, context auto-compaction engine
  • SKILL.md discovery and injection into agent adapters
  • AgentTree slot enforcement and mailbox trigger_turn
  • Prometheus metrics and health checks
  • Context budget tracking with per-child ratio enforcement

Web App

  • Browser workspace for remote viewing and approvals
  • Hub typed RunEvent replay and projection
  • Structured runtime message display
  • Ecosystem console with Hub session authentication

Mobile App

  • Tauri 2 mobile shell with independent project configuration
  • Mobile-native bubble chat, run review, approval workflow
  • Bottom navigation, activity cards, context awareness
  • i18n (zh/en)

Engineering

  • CI/CD: GitHub Actions (Go test/lint/race/vet, pnpm test/typecheck/build)
  • Cross-platform build matrix (ubuntu, windows, macos)
  • Edge >= 75% coverage, Hub >= 40% coverage (hard gate)
  • golangci-lint v2, gosec, govulncheck
  • Benchmark regression checks for events and adapters
  • Docker build verification and Docker Compose production deployment
  • Commit message format enforcement: type(scope): 中文摘要
  • Secret guard, whitespace check, CI gate policy validation