Skip to content

Releases: ssly/agent-hub

Agent Hub v0.9.4

03 Jun 04:43

Choose a tag to compare

See the assets to download and install this version.

Agent Hub v0.9.3

01 Jun 01:21

Choose a tag to compare

See the assets to download and install this version.

Agent Hub v0.9.2

28 May 04:42

Choose a tag to compare

See the assets to download and install this version.

Agent Hub v0.9.1

27 May 05:35

Choose a tag to compare

See the assets to download and install this version.

Agent Hub v0.9.0

25 May 11:30

Choose a tag to compare

See the assets to download and install this version.

Agent Hub v0.8.2

22 May 00:35
8c53734

Choose a tag to compare

See the assets to download and install this version.

v0.8.1 — MCP sync field normalization

17 May 07:49
8b1ce3c

Choose a tag to compare

What's new in v0.8.1

MCP sync field normalization

When syncing MCP servers between platforms (Claude Code → Gemini / Codex), Agent Hub now extracts only the universal core fields — command, args, and non-empty env — rather than copying the entire source config verbatim.

Why this matters:

  • Codex uses deny_unknown_fields in its TOML parser, so syncing Claude Code's type:"stdio" or env:{} caused Codex to fail to parse its config entirely
  • Gemini has its own optional fields (timeout, trust, includeTools) that shouldn't be overwritten by a sync from Claude Code

Behavior:

  • Target platform-specific fields (e.g. startup_timeout_sec in Codex) are preserved — sync only updates the core fields that changed
  • No-op detection — if nothing changed, the file is not touched at all (cleaner diffs)

Monitor fix

Fixed a bug where the agent monitor would miss turn-end notifications when the polling state was already Finished before an explicit end/done hook fired.

Agent Hub v0.8.0

16 May 02:31

Choose a tag to compare

See the assets to download and install this version.

Agent Hub v0.7.9

13 May 16:12

Choose a tag to compare

See the assets to download and install this version.

Agent Hub v0.7.8

13 May 05:13

Choose a tag to compare

See the assets to download and install this version.