Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions content/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,33 @@
[
{
"version": "0.2.0",
"date": "2026-03-22",
"added": [
"Claude Code plugin: PreToolUse hook intercepts tool calls and checks permissions via Shield API before allowing execution",
"Claude Code plugin: PostToolUse hook logs completed tool calls to Shield audit trail",
"Claude Code plugin: consent screen opens in browser on first tool call for new agents, polls for approval",
"Claude Desktop: CLI wizard auto-writes claude_desktop_config.json with MCP proxy config (macOS, Linux, Windows)",
"MCP proxy: comprehensive tool name mapper with explicit mappings for filesystem, git, web, terminal, email, and calendar MCP servers",
"CLI wizard: connected checkmark for Claude Code and Claude Desktop in platform selection menu"
],
"changed": [
"Claude Desktop wizard path now auto-writes config instead of showing manual JSON snippet",
"MCP proxy tool mapping replaced underscore-split with explicit lookup table"
],
"fixed": [
"Claude Code plugin install: removed skills array from plugin.json that caused validation error",
"Claude Code consent flow: consent screen only opens once per agent, not per scope",
"MCP proxy: filesystem server tools now correctly map to filesystem:read/write"
]
},
{
"version": "0.1.16",
"date": "2026-03-21",
"added": [
"Claude Code marketplace manifest and plugin structure",
"Repository field in marketplace.json linking to GitHub source"
]
},
{
"version": "0.1.15",
"date": "2026-03-13",
Expand Down
Loading