Releases: TokenDanceLab/AgentHub
Releases · TokenDanceLab/AgentHub
v0.2.0
What's Changed
- merge(trump): 同步最新 dev 并保留 Trump UI by @DeliciousBuding in #80
- feat(web): i18n 全站中文化 + 品牌图标日间泛光统一 by @Xavier-Trump in #192
- feat(desktop): 规划桌面端登录入口 by @Xavier-Trump in #193
- feat(desktop): 接通桌面聊天闭环 by @Xavier-Trump in #194
- feat(frontend): 对齐前端接口契约 by @Xavier-Trump in #195
- feat(frontend): 收口前端接口契约 by @Xavier-Trump in #198
- feat(frontend): 收口契约文档与冒烟状态 by @Xavier-Trump in #199
- feat(desktop): 收口IM操作与状态契约 by @Xavier-Trump in #200
- feat(web): 对齐桌面标准工作台布局 by @Xavier-Trump in #201
- fix(frontend): 对齐 master 前端接口契约 by @Xavier-Trump in #215
- feat(shared): 提取 Trump 共享模块 + SettingsPage 拆分 by @DeliciousBuding in #219
- feat(desktop): IM 系统增强——好友/通知/撤回/已读/群聊 by @DeliciousBuding in #220
- feat(web): Web 页面真实 API 集成 + i18n 命名空间化 by @DeliciousBuding in #221
- feat(shared): 玻璃态 Select 组件——PR #222 修复版 by @DeliciousBuding in #223
- feat(desktop): 收口 Run Workbench 审阅闭环 by @Xavier-Trump in #225
- feat(desktop): 设置交互增强与 TeamRun 控制台 by @Xavier-Trump in #224
- feat(desktop): 对齐阻塞式审批闭环 by @Xavier-Trump in #226
- feat(desktop): 接入运行证据真实来源 by @Xavier-Trump in #227
- feat(client): 收口执行目标路由入口 by @Xavier-Trump in #229
- fix(frontend): 收口前端遗留 issue by @Xavier-Trump in #230
- feat(shared,desktop,web): artifact lifecycle 组件重构 by @DeliciousBuding in #232
- feat: AgentHub v0.1 里程碑 — ADR 重编号 / auth 流程 / CSS token 统一 / 治理文档 by @DeliciousBuding in #235
- feat: AgentHub v0.1 里程碑(已 rebase master) by @DeliciousBuding in #236
- chore: 项目大清理 — 文档去重 / .gitignore 修复 / 安全风险登记合并 / 本地产物清除 by @DeliciousBuding in #237
- feat: sidecar edge-manager + logo + release packaging by @DeliciousBuding in #238
- feat: updater signing + AboutSection + i18n + CI signing by @DeliciousBuding in #239
- chore: installer BMPs + release.ps1 signing + cleanup by @DeliciousBuding in #240
- chore: bump version to 0.2.0 by @DeliciousBuding in #241
- fix: TypeScript narrow type error in AboutSection by @DeliciousBuding in #242
- fix: RGBA icons for macOS Tauri build by @DeliciousBuding in #243
- fix(ci): enable all bundle targets + robust DMG collection by @DeliciousBuding in #245
- fix(ci): find DMG by type f in dmg/ subdirectory by @DeliciousBuding in #246
Full Changelog: v0.1.0...v0.2.0
AgentHub v0.1.0 — IM 形态的多 Agent 协作平台
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