Skip to content

Releases: harnessprotocol/harness-kit

v0.7.1

17 Mar 01:44
a117a06

Choose a tag to compare

What's Changed

Fixes

  • close stored XSS, anon RPC, and rate limiting gaps in marketplace (#32) (a117a06)

v0.7.0

17 Mar 00:28
c2bfa6c

Choose a tag to compare

What's Changed

Features

  • Tauri desktop app — Harness Manager + Marketplace browser (#17) (bbf83a6)
  • @harness-kit/core library and CLI (#19) (1de37d1)
  • add Harness Board — Kanban board with MCP + web UI sync (#20) (313a8c1)
  • Observatory — Claude Code usage dashboard (#18) (1828576)
  • Comparator Phase 2 — persistence, diffs, evaluation, history (#22) (40ad584)
  • Security page — permissions, secrets vault, audit log (#23) (cdba28d)
  • integrate Board into desktop app (#24) (319f46f)
  • [BREAKING] rename plugins for consistency — pr-sweep, capture, lineage, stats (376a192)
  • add CHANGES_REQUESTED gate and post-rebase CI verification (ship-pr) (581bc7d)
  • iterm-notify plugin + capture session-end hook upgrade (fa511b1)
  • add harness.yaml + docs — naming convention, missing plugins, hook guide (008d02e)
  • macOS HIG improvements — vibrancy, shadows, keyboard nav, tooltips, context menus (#26) (5164063)
  • UX polish — frosted modal, pill badges, plugins columnar layout, app icon (#29) (3c83c10)
  • split ship-pr into open-pr + merge-pr plugins (#31) (c2bfa6c)

Fixes

  • board auto-retry on server startup (#30) (59a443a)
  • visible vibrancy, board auto-start, ⌘6 shortcut, regression tests (#28) (ef552a9)
  • add missing security module declarations and cargo check to CI (3485d0b)
  • update remaining plugin name references in READMEs (44e1f9c)
  • remove unused imports caught by new CI (57dfa92)

Other

  • harden validation — release trigger, plugin registration, clippy, tsc, PR-based evals (#27) (e775ffe)
  • add desktop and board build/test jobs to CI (3201dc0)
  • LangChain industry validation + deepagents comparison (#21) (1052bbc)
  • remove old session-capture.sh, replaced by session-end.sh (601f977)

v0.6.0

14 Mar 08:17
3c7b93c

Choose a tag to compare

What's Changed

Features

  • add usage-stats plugin — Claude Code usage dashboard (#13)
  • cross-platform support for Claude Code, Cursor, and Copilot v0.3.0 (#12)
  • add agents documentation and starter agent definitions (eaa9397)

Style

  • docs visual polish — layout, markdown viewer, sidebar reorg (#16)
  • warm neutral theme overhaul for docs site (brass & slate) (#14)

Fixes

  • remove distracting white border from inline code elements (25db75b)
  • use npm (not npx) as wrangler packageManager (333a800)
  • use npx for wrangler in deploy workflow to avoid pnpm workspace conflict (f2aa902)

v0.5.0

13 Mar 02:30
676cbc9

Choose a tag to compare

Docs Visual Upgrade

Typography, color depth, homepage redesign, and docs layout polish for the Fumadocs site.

What's new

  • Typography: Inter (body) + Space Grotesk (display headings) via next/font/google
  • Color palette: Blue-tinted dark theme with deeper backgrounds and bumped purple saturation
  • Homepage redesign: Ambient glow orb, gradient-bordered command box, glassmorphism CTA, SVG Lucide icons, multi-column footer
  • Docs layout: Wider content area (1400px), gradient nav border, purple active sidebar indicator, styled code blocks/blockquotes/tables, display font on headings
  • MDX components: Tabs, Callout, Steps, and Accordion now available in all docs pages
  • Content: Quick-start uses Steps walkthrough, Installation uses Tabs for install methods
  • Accessibility: prefers-reduced-motion guard, aria-hidden on decorative icons, light-mode glass variant

v0.4.0

12 Mar 06:35

Choose a tag to compare

What's New

Documentation Site Migration

The harness-kit docs site has been migrated from Docusaurus 3.7.0 to Fumadocs (fumadocs-core 15.x / Next.js 15).

  • Custom landing page with hero cards, feature grid, and 7-plugin showcase
  • Neutral dark theme with purple accent
  • All 27 docs migrated with proper sidebar navigation
  • New "Sharing Your Setup" architecture diagram
  • Static export to Cloudflare Pages
  • CI updated from npm to pnpm

Other Changes

  • Domain migration: harnessprotocol.aiharnessprotocol.io across all links
  • CI: evals workflow now skips gracefully when ANTHROPIC_API_KEY is not set

Full Changelog: v0.3.0...v0.4.0

v0.3.0

11 Mar 08:10
d9aed0f

Choose a tag to compare

What's new

New plugins

  • ship-pr — end-of-task shipping workflow: run tests, open a PR, code review, fix CI, sync base, squash merge
  • pull-request-sweep — cross-repo PR sweep: triage all open PRs, run parallel code reviews, merge what's ready, fix quick CI blockers

harness-share — Harness Protocol v1 alignment

  • harness-export now writes Protocol v1 format (version: "1", source: per plugin, metadata: profile block)
  • harness-import handles both Protocol v1 and legacy format
  • New harness-validate skill — validates harness.yaml against the Harness Protocol v1 JSON Schema

Eval framework

  • Skill eval framework for cross-model quality measurement
  • Plugin authors can ship evals alongside their skills (beta)
  • writing-evals.md guide in docs

Docs

  • New comparison page: harness-kit vs A2A vs Claude Agent SDK
  • New harness-protocol concept page
  • Org migrated from siracusa5 to harnessprotocol across all URLs and install commands

v0.2.0

10 Mar 06:50

Choose a tag to compare

What's new

New plugins

  • review/review adds structured code review with BLOCKER / WARNING / NIT severity labels, cross-file analysis, and a final verdict
  • docgen/docgen generates or updates README, API docs, architecture overview, or changelog

Docs site

The documentation site is live — installation guide, plugin reference pages for all seven plugins, architecture overview, and local search.

Other changes

  • All plugin versions bumped to 0.2.0
  • README redesign — Quick Start section, enhanced plugin table, Copilot compatibility note
  • Renamed stage plugin to capture-session for clarity — slash command is now /capture-session
  • Fixed footer license from MIT to Apache-2.0
  • Security: patched serialize-javascript RCE (GHSA-5c6j-r48x-rmvq)

Install

/plugin marketplace add siracusa5/harness-kit
/plugin install review@harness-kit
/plugin install docgen@harness-kit

See the installation guide.