What's Changed
Added
- Comment-Based Help: Added comprehensive PowerShell comment-based help to
Invoke-PSClaudeCodefunction with SYNOPSIS, DESCRIPTION, PARAMETERS, EXAMPLES, and NOTES sections - Pipeline Input Support: Enhanced
Invoke-PSClaudeCodeto accept pipeline input as context, allowing content to be piped directly to the agent - Enhanced Test Coverage: Added comprehensive tests for help functionality and pipeline input processing
- Progress Indicators with Timestamps: Added timestamped progress messages throughout the agent execution for better visibility into processing stages
Changed
- Documentation: Updated README.md with new features, pipeline input examples, and help usage instructions
- Test Suite: Expanded test coverage to 42 tests including parameter validation, help documentation, and pipeline functionality
- Impl ctx pipe by @dfinke in #8
- Update CHANGELOG and README to include progress indicators with times… by @dfinke in #9
Full Changelog: v1.0.3...v1.1.0