Skip to content

Releases: ducdmdev/pr-impact

@pr-impact/tools@1.0.4

23 Feb 06:31

Choose a tag to compare

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

23 Feb 06:31

Choose a tag to compare

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

23 Feb 06:31

Choose a tag to compare

@pr-impact/skill@1.0.4

@pr-impact/tools@1.0.3

13 Feb 02:35
20a6c89

Choose a tag to compare

Patch Changes

  • @pr-impact/tools-core@1.0.3

@pr-impact/tools-core@1.0.3

13 Feb 02:35
20a6c89

Choose a tag to compare

@pr-impact/tools-core@1.0.3

@pr-impact/skill@1.0.3

13 Feb 02:35
20a6c89

Choose a tag to compare

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

12 Feb 06:43

Choose a tag to compare

Patch Changes

  • Fix Claude Code plugin structure for correct skill and MCP server registration.

    • Rename .claude-plugin/config.json to plugin.json (required by Claude Code)
    • Rename mcp.json to .mcp.json with flat format (matches Claude Code convention)
    • Move skill.md to skills/pr-impact/SKILL.md (auto-discovered by Claude Code)
    • Replace unsupported arguments frontmatter with argument-hint
    • Remove explicit skills/mcpServers fields from plugin.json (auto-discovery)
    • @pr-impact/tools-core@1.0.1

@pr-impact/tools@1.0.0

12 Feb 04:04

Choose a tag to compare

@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

12 Feb 06:43

Choose a tag to compare

@pr-impact/tools-core@1.0.1

@pr-impact/tools-core@1.0.0

12 Feb 04:04

Choose a tag to compare

@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.