Skip to content

v0.1.1 — MIT license

Latest

Choose a tag to compare

@rbhattarai rbhattarai released this 16 Jul 17:56

Patch release adding the MIT license.

Changes since v0.1.0

  • MIT license addedLICENSE at the repo root and bundled inside both plugins (se-harness, se-harness-copilot), so the license text ships with the plugin wherever it's installed. Matches the "license": "MIT" declared in the plugin manifests.
  • Version bumped to 0.1.1 in plugin.json, marketplace.json, and the Copilot build script so pinned installs pick up the update.
  • build-copilot-plugin.sh now copies the LICENSE into the generated Copilot plugin on every build.

Install

Claude Code:

/plugin marketplace add rbhattarai/software-engineering-ai-agents-bootstrap
/plugin install se-harness

GitHub Copilot CLI:

copilot plugin marketplace add rbhattarai/software-engineering-ai-agents-bootstrap
copilot plugin install se-harness-copilot@software-engineering-ai-agents-bootstrap

Existing installs update via /plugin marketplace update (Claude Code) or copilot plugin update (Copilot CLI).