Releases: ducdmdev/pr-impact
Releases · ducdmdev/pr-impact
@pr-impact/tools@1.0.4
Patch Changes
- Security: prevent git flag injection in ref parameters (git-diff, read-file)
Fix: process tool_use blocks even when stop_reason is end_turn
Fix: cap comment pagination at 50 pages to prevent infinite loop
Fix: read MCP server version from package.json instead of hardcoded value
Feat: support number and boolean types in ToolParamDef and zod schema generation - Updated dependencies
- @pr-impact/tools-core@1.0.4
@pr-impact/tools-core@1.0.4
Patch Changes
- Security: prevent git flag injection in ref parameters (git-diff, read-file)
Fix: process tool_use blocks even when stop_reason is end_turn
Fix: cap comment pagination at 50 pages to prevent infinite loop
Fix: read MCP server version from package.json instead of hardcoded value
Feat: support number and boolean types in ToolParamDef and zod schema generation
@pr-impact/skill@1.0.4
@pr-impact/skill@1.0.4
@pr-impact/tools@1.0.3
Patch Changes
- @pr-impact/tools-core@1.0.3
@pr-impact/tools-core@1.0.3
@pr-impact/tools-core@1.0.3
@pr-impact/skill@1.0.3
Patch Changes
- a4192e2: Add preconditions to /pr-impact skill (git repo check, branch detection, gh auth, empty diff guard)
@pr-impact/tools@1.0.1
Patch Changes
-
Fix Claude Code plugin structure for correct skill and MCP server registration.
- Rename
.claude-plugin/config.jsontoplugin.json(required by Claude Code) - Rename
mcp.jsonto.mcp.jsonwith flat format (matches Claude Code convention) - Move
skill.mdtoskills/pr-impact/SKILL.md(auto-discovered by Claude Code) - Replace unsupported
argumentsfrontmatter withargument-hint - Remove explicit
skills/mcpServersfields from plugin.json (auto-discovery) - @pr-impact/tools-core@1.0.1
- Rename
@pr-impact/tools@1.0.0
@pr-impact/tools@1.0.0
Major Changes
-
Replace deterministic analysis engine with AI agent architecture.
MCP server wrapping tools-core with zod schemas.
Dependencies
- @pr-impact/tools-core@1.0.0
@pr-impact/tools-core@1.0.1
@pr-impact/tools-core@1.0.1
@pr-impact/tools-core@1.0.0
@pr-impact/tools-core@1.0.0
Major Changes
-
Replace deterministic analysis engine with AI agent architecture.
Pure tool handler functions for git/repo operations (git-diff, read-file, list-files, search-code, find-imports, list-tests). No framework dependency.