Claude Code · Source-level changelog

Version 1.0.57

Package @anthropic-ai/claude-code Diff v1.0.56 → v1.0.57
8
Features & Changes
0
Bug Fixes
0
In Development
0
Env Vars / Flags

Changes

1 item

pr-comments Prompt Optimization #

The pr-comments prompt feature now uses Claude 3.5 Haiku model for improved performance when fetching and analyzing GitHub pull request comments. This optimization provides faster responses while maintaining quality for this specific use case.

Example usage remains the same:

# Fetch comments from the current PR
claude pr-comments

# With additional context
claude pr-comments "focus on security-related feedback"

Internal Improvements

3 items
  • Code cleanup: Removed numerous unused internal functions and variables, reducing bundle size and improving performance
  • Dependency updates: Updated AWS SDK components for better compatibility
  • Infrastructure improvements: Enhanced support for model-specific prompt configurations

Technical Details

The primary change allows individual prompt features to specify which Claude model they use. The pr-comments feature now explicitly uses claude-3-5-haiku-20241022 instead of the default model, optimizing for speed and cost-efficiency when processing pull request comments.

This update indicates a move toward task-specific model optimization, where different features can leverage the most appropriate Claude model based on their complexity and performance requirements.

Notes

4 items
  • No breaking changes
  • No new CLI commands or flags
  • Existing pr-comments functionality remains unchanged from a user perspective
  • The model change is automatic and requires no configuration