Releases: harnessprotocol/harness-kit
Releases · harnessprotocol/harness-kit
v0.7.1
v0.7.0
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
v0.6.0
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
v0.5.0
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-motionguard,aria-hiddenon decorative icons, light-mode glass variant
v0.4.0
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.ai→harnessprotocol.ioacross all links - CI: evals workflow now skips gracefully when
ANTHROPIC_API_KEYis not set
Full Changelog: v0.3.0...v0.4.0
v0.3.0
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-exportnow writes Protocol v1 format (version: "1",source:per plugin,metadata:profile block)harness-importhandles both Protocol v1 and legacy format- New
harness-validateskill — validatesharness.yamlagainst 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.mdguide in docs
Docs
- New comparison page: harness-kit vs A2A vs Claude Agent SDK
- New harness-protocol concept page
- Org migrated from
siracusa5toharnessprotocolacross all URLs and install commands
v0.2.0
What's new
New plugins
- review —
/reviewadds structured code review with BLOCKER / WARNING / NIT severity labels, cross-file analysis, and a final verdict - docgen —
/docgengenerates 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
stageplugin tocapture-sessionfor 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.