Skip to content

Releases: RealZST/HarnessKit

HarnessKit v1.2.1

22 Apr 21:41

Choose a tag to compare

What's Changed

  • fix: dark sidebar bleeding to browser bg in web mode by @RealZST in #23
  • fix & feat(marketplace): improve extension install status detection and UI by @SherlockSalvatore in #21
  • chore: v1.2.1 cleanup by @RealZST in #24

New Contributors

Full Changelog: v1.2.0...v1.2.1

HarnessKit v1.2.0

20 Apr 20:41

Choose a tag to compare

What's Changed

  • feat: web mode with cross-platform support by @RealZST in #18

Full Changelog: v1.2.0-rc.11...v1.2.0

HarnessKit v1.1.1

17 Apr 12:07

Choose a tag to compare

What's Changed

  • fix: plugin toggle, delete cleanup, and Gemini native extension support by @RealZST in #17

Full Changelog: v1.1.0...v1.1.1

HarnessKit v1.1.0

13 Apr 21:13

Choose a tag to compare

What's Changed

  • ci: add PR checks and CodeQL security scanning by @RealZST in #6
  • fix: show GitHub link in INFO section when only pack is available by @RealZST in #8
  • fix: add missing CLI install script and complete manual install docs by @RealZST in #9
  • fix: auto-add ~/.local/bin to PATH in install script by @RealZST in #10
  • feat: detect repo skill changes during update checks by @RealZST in #11
  • refactor: flatten CLI child skills into main extension list by @RealZST in #12
  • fix: prevent infinite re-render loop in InstallDialog by @RealZST in #13
  • fix: update remaining code for flattened CLI children by @RealZST in #14
  • fix: resolve lint errors and fix infinite loop in NewSkillsDialog by @RealZST in #15

Full Changelog: v1.0.3...v1.1.0

HarnessKit v1.0.3

13 Apr 08:54

Choose a tag to compare

What's Changed

  • fix: sanitize MCP names for Codex and resolve commands for Antigravity by @RealZST in #3
  • feat: auto-check for updates with sidebar card by @RealZST in #4
  • feat: show changelog dialog on update with auto-generated release notes by @RealZST in #5

Full Changelog: v1.0.2...v1.0.3

HarnessKit v1.0.2

10 Apr 20:13

Choose a tag to compare

What's Changed

  • Fix security audit: per-extension-kind rule filtering, trust score consistency across pages, and line numbers for permission findings (9ab9917)
  • Fix extension updates: restrict to skills only, resolve [object Object] error display, unify rescan logic to prevent phantom extensions (b856dce)
  • Fix CLI deletion: partial removal now correctly deletes child skill directories, full uninstall removes binary (22723b7)
  • Fix marketplace trending cache: fallback to last successful fetch when API is unavailable (682caa6)

HarnessKit v1.0.1

10 Apr 20:11

Choose a tag to compare

What's Changed

  • Fix sidebar not responding on rapid tab switching (4dd2759)
  • Improve security audit with 2 new rules and deeper permission detection for MCP, plugins, and hooks (b80a87a)
  • Redesign Settings page layout with compact agent paths and inline version display (ea0f0a4)

Installation

Desktop App

  • macOS (Apple Silicon): HarnessKit_1.0.1_aarch64.dmg
  • macOS (Intel): HarnessKit_1.0.1_x64.dmg

Existing users: open Settings → Check for Updates to upgrade in-app.

CLI

curl -fsSL https://raw.githubusercontent.com/RealZST/HarnessKit/main/install.sh | sh

Or download the binary directly:

  • macOS (Apple Silicon) hk-macos-arm64
  • macOS (Intel) hk-macos-x64

HarnessKit v1.0.0

09 Apr 07:54

Choose a tag to compare

Initial release

Download

  • Apple Silicon: HarnessKit_1.0.0_aarch64.dmg
  • Intel: HarnessKit_1.0.0_x64.dmg