Skip to content

Toolport v1.3.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 01:31
8148619

Renames the gateway to be fully Toolport-branded, and adds visibility into how lazy discovery ranks tools. Safe for existing installs, your secrets and servers carry over untouched.

Highlights

  • Discovery now shows why each tool ranked. Activity → Discovery records, per result, its rank, the query terms it matched (name vs description), whether it was a pinned prerequisite, and the ranker used (lexical vs semantic). You see not just which tools a search returned, but why, and what the model was handed.
  • The gateway binary is now toolport-gateway (was conduit-gateway; the macOS helper is ToolportGateway.app). Existing setups keep working with no manual steps.

Upgrading is safe

Your keychain-stored secrets and configured servers are untouched: the keychain service, access group, master key, bundle id, and data directory are all unchanged. On first launch, Toolport automatically re-points your connected clients (Cursor, Claude, VS Code, and the rest) from the old gateway binary to the new one, each config backed up first, so nothing needs reconfiguring. macOS also keeps a compatibility symlink so an old path resolves either way.

Changed

  • Gateway binary and macOS helper bundle renamed to Toolport, with cross-platform backward-compatible re-pointing of existing client configs.
  • Detection and path resolution accept both the new and old binary names.
  • Internal gateway log prefixes moved from conduit: to toolport:.

Downloads

  • macOS (Apple Silicon): Toolport_aarch64-apple-darwin.dmg
  • macOS (Intel): Toolport_x86_64-apple-darwin.dmg
  • Windows: Toolport_1.3.0_x64-setup.exe
  • Linux: Toolport_1.3.0_amd64.AppImage or Toolport_1.3.0_amd64.deb

Full changelog: v1.2.0...v1.3.0