You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
6
6
7
7
## [Unreleased]
8
8
9
+
## [1.2.0] — 2026-05-26
10
+
9
11
### Added
10
12
11
13
-**Agency plugin manifests** — `agency.json` (governance manifest), `.mcp.json` (standalone MCP config), and `hooks/hooks.json` (PostToolUse hook declaration) enable installation via `agency plugin install`. The PostToolUse hook classifies tool calls using `lib/heuristics.mjs` and returns classification data to the host. **Phase 1: classification only; session persistence is deferred to Phase 2.**
@@ -20,15 +20,17 @@ The README promises "automatic" capture but the tool currently requires saying "
20
20
21
21
See [`docs/cross-engine-spec.md`](docs/cross-engine-spec.md).
22
22
23
-
-[]**MCP server** (`mcp-server.mjs`) — wraps the existing `lib/` modules in MCP protocol so any MCP-compatible client (Copilot CLI, Claude Code, VS Code, Codex) can use the tools. Resolve the spec's 5 open questions first.
24
-
-[]**Hooks** (`hooks/`) — `session-start.mjs` + `session-end.mjs` for cross-engine session tracking
25
-
-[]**Plugin manifest** (`.claude-plugin/plugin.json`) — declares skills, hooks, MCP server
26
-
-[ ]**Phase 1 — Agency plugin**(internal MSFT) — upgrade XPASS PR from skill-only to full plugin
27
-
-[ ]**Phase 2 — Public Claude Code plugin** — `claude plugin install github:microsoft/copilot-brag-sheet`
28
-
-[ ]**Phase 3 — npm + npx** — `npx copilot-brag-sheet mcp-server` for any MCP client
23
+
-[x]**MCP server** (`mcp-server.mjs`) — wraps the existing `lib/` modules in MCP protocol so any MCP-compatible client (Copilot CLI, Claude Code, VS Code, Codex) can use the tools. Shipped in v1.1.0.
-[x]**v1.1.0** — MCP server (`mcp-server.mjs`) with Zod schemas, Claude Code plugin manifest, cross-engine spec
32
34
-[x]**v1.0.3** — install bug fixes, README rewrite, plugin.json drift fix, peerDeps declaration, tarball validation in CI
33
35
-[x]**v1.0.2** — Windows PS 5.1 install fix, npm install path (`bin/install.mjs`), Windows ESM URL fix in setup, install-smoke CI matrix, npm publish via release.yml
34
36
-[x]**awesome-copilot skill** — listed via PR #1428 (merged April 2026)
0 commit comments