Skip to content

Releases: ThanhWilliamLe/AIPlugHub

v2.0.0 — Claude-Focused Release

Choose a tag to compare

@ThanhWilliamLe ThanhWilliamLe released this 06 Apr 03:36

What's new in v2.0.0

Claude-focused release

  • Gemini CLI and Antigravity disabled — UI now shows only Claude Code and Claude Desktop. All backend adapter code is preserved for future re-enablement.
  • CLI-first plugin install — marketplace plugin installation delegates to claude plugins marketplace CLI commands
  • Import fix — recommended sources now correctly imported when config prompts are shown

Architecture

  • ENABLED_TOOL_IDS constant gates all tool visibility — one-line change to re-enable multi-tool support
  • Store-level filtering cascades to all UI surfaces automatically

Stats

  • 1,909 tests passing, 85 test files
  • TypeScript strict clean

Downloads:

v1.9.0 — Scoped Bundles, Compare Tool, Keyboard & UX

Choose a tag to compare

@ThanhWilliamLe ThanhWilliamLe released this 25 Mar 07:05

What's new in v1.9.0

Live Agent Testing

  • 3-persona live testing via Playwright MCP (Power User, Non-Technical, New Adopter)
  • No blocking bugs found — all critical flows validated

Scroll & Keyboard UX

  • Arrow key navigation now centers the focused item in the panel
  • Instant scroll on key hold (no animation lag)
  • Works in both Browse and My Setup tabs

CLI Delegation (ADR-001)

  • 8 operations migrated from direct file I/O to native CLI delegation
  • Claude Code: MCP add/remove, plugin uninstall/enable/disable, marketplace remove
  • Gemini CLI: MCP add/remove, MCP enable/disable, extension enable/disable, skill uninstall

Thin-Wrapper Audit

  • Dead code removed (~300 lines), import perf optimized
  • Bundle portability verified (385-plugin bundle, machine-agnostic)

Browse UX

  • Scoped bundles, Compare tool, keyboard nav, multi-select
  • Space auto-enters selection mode + toggles
  • Marketplace source progress spinner
  • Recommended sources default checked on import

Quality

  • 1,900 tests passing, TypeScript strict clean

Download

v1.8.0 - Portable bundles and better plugin scanning

Choose a tag to compare

@ThanhWilliamLe ThanhWilliamLe released this 24 Mar 15:03

Whats new

  • Marketplace URLs in bundles - exported .aibundle files now include repo URLs for each plugin, making bundles portable across machines
  • .claude/ subdirectory scanning - plugins that store components under .claude/skills/ are now properly enumerated
  • No local paths in bundles - install paths stripped from exports
  • LSP server support - scan, import, export language server configs
  • 1864 tests passing across 80 test files

Downloads

File Description
aiplughub-windows-x64-installer.exe Windows installer (recommended)
aiplughub-windows-x64-portable.exe Portable - no install needed

v1.7.0 — Plugin Bundle Round-Trip

Choose a tag to compare

@ThanhWilliamLe ThanhWilliamLe released this 24 Mar 04:47

What's new

Plugin bundle round-trip

Export and import now preserve plugin structure. Previously, importing a bundle with plugins would flatten them into individual standalone components. Now:

  • Export groups plugin-scope components into PortablePlugin entries
  • Import restores the full plugin structure — cache directory, registry entry, and enabled state
  • One backup before import instead of one per component (much faster for large bundles)
  • Import wizard shows plugins as collapsible groups with type summaries

My Setup scope filters

  • New Plugins and Standalone filter pills — quickly show only plugin-scope or non-plugin components
  • Single scroll — removed the nested scroll container that caused confusing dual-scroll behavior

Backwards compatible

Bundles created by v1.6.x import correctly. Bundles from v1.7.0 include plugin structure but degrade gracefully in older versions.


1803 tests passing, TypeScript strict clean.

Download

File Description
aiplughub-windows-x64-installer.exe Windows installer (recommended)
aiplughub-windows-x64-portable.exe Windows portable (no install needed)

AI Plug Hub v1.6.1

Choose a tag to compare

@ThanhWilliamLe ThanhWilliamLe released this 24 Mar 03:10

Hotfix for toggle, uninstall, and UI overflow issues.

Fixes

  • Hidden non-functional toggles -- plugin group rows in My Setup no longer show toggles that don't work. Rows are no longer dimmed.
  • Gemini CLI toggle fix -- same toggle/dimming fix applied to Gemini CLI extension components.
  • Install dropdown clipping -- the install location dropdown in Browse no longer gets clipped by the detail panel.
  • Bulk uninstall dialog overflow -- selecting many plugins no longer causes the confirmation dialog to overflow the screen.
  • Plugin sub-component uninstall -- bulk uninstall now correctly routes plugin sub-components through plugin-level uninstall instead of failing with "invalid characters" error.
  • Multi-error visibility -- when multiple uninstalls fail, all errors are shown in a scrollable toast instead of only the last one.

Downloads

File SHA-256
aiplughub-windows-x64-installer.exe 0410cafd73055507d252447721b8c7b760ec5bd67e849888f7d075016a605398
aiplughub-windows-x64-portable.exe 66eb8e44604d13c4f12fa9ca5724377bec25919c8cd161ae5d771cedddff2ca3

AI Plug Hub v1.6.0

Choose a tag to compare

@ThanhWilliamLe ThanhWilliamLe released this 24 Mar 02:32

A big update with project-scope plugins, plugin updates, bulk operations, and more.

New features

  • Plugin updates -- detect available updates from marketplace sources, review changes (added/modified/removed), and apply with one click
  • Project-scope plugins -- register project folders and manage plugins scoped to specific projects, separate from your global setup
  • Bulk operations -- select multiple plugins and uninstall them at once with a sticky action bar
  • Backup and restore -- snapshot your AI tool settings before experimenting, restore from Settings if anything goes wrong
  • Browse improvements -- featured/popular sorting, star counts, marketplace sources modal accessible from Browse tab toolbar
  • Install target selection -- split-button install lets you pick which tool and scope (user vs project) to install into
  • Clickable source links -- source URLs in Browse now open in your browser

Bug fixes

  • Fixed "Cannot toggle command for claude-code" error -- toggle is now hidden for tools that don't support per-component enable/disable
  • Fixed project-scope uninstall using wrong directory path
  • Fixed export name stripping that broke reimport matching
  • Fixed empty environment variable normalization in bundles
  • Fixed batch re-entrancy guard in DataStore
  • Improved startup performance -- batched writes from 16 to 1

Downloads

File SHA-256
aiplughub-windows-x64-installer.exe 26b9de40504b8af1bccdfeed753198d0d0e1c4e567d504ac3743a29d8dcf04b7
aiplughub-windows-x64-portable.exe 3dea4c30362cd22fc72f8a4d1ddf8fda108676ae173f2b694362bd7544016d1c

macOS and Linux coming soon.

AI Plug Hub v1.4.0

Choose a tag to compare

@ThanhWilliamLe ThanhWilliamLe released this 22 Mar 11:18

What's new

  • My Setup — See all installed plugins across every tool, grouped and filterable
  • Browse — Search marketplace sources, install with one click, sorted by popularity
  • Transfer — Export your setup as a bundle, import on another machine or share with teammates
  • Bulk operations — Select multiple plugins, enable/disable/export/uninstall at once
  • Backup & restore — Snapshot your config before experimenting
  • Update detection — Check for plugin updates and review changes before applying
  • 4 tool adapters — Claude Code, Claude Desktop, Gemini CLI, Antigravity
  • 1,778 tests passing (unit, integration, endurance)

This is a public preview release. Windows only for now; macOS and Linux coming soon.

Your feedback shapes what comes next — open an issue.

Downloads

File Platform Description
aiplughub-1.4.0-windows-x64-installer.exe Windows x64 Installer (double-click to install)
aiplughub-1.4.0-windows-x64-portable.exe Windows x64 Portable (no install needed)

SHA-256 Checksums

aiplughub-1.4.0-windows-x64-installer.exe  051a443a825f433dc33a707f8f4ac3cd07197bfa215e5fd7453cd84cbd97523b
aiplughub-1.4.0-windows-x64-portable.exe   90f3cc7c85aec11fa001f244bf8f4cdf89c9060998d35632b114ca43e8db4cba