Releases: linear-b/gitstream-github-action
2.0.174: bump @linearb/gitstream-core to 2.1.211 (#413)
What's Changed
Bump to in #413
🐛 Bug Fixes
- Fixed error handling for large pull requests with clearer error messages and better size detection.
🔧 Improvements
- Improved size estimation for large files with more accurate calculations and better error messages.
2.0.173
2.0.168: build(deps): bump axios from 1.8.4 to 1.12.1 (#397)
What's Changed
build(deps): bump axios from 1.8.4 to 1.12.1 in #397
build(deps): bump axios from 1.8.4 to 1.12.1
2.0.166: bump @linearb/gitstream-core to 2.1.208 (#398)
What's Changed
Bump to in #398
Purpose: Add support for custom rule filenames in predefined configuration management content when processing rules engine
Main changes:
- Added support for custom filenames in predefined CM configurations
- Refactored runOneCmFile to accept both preDefinedCm and gsCommandCm parameters
- Updated rule file path handling to use configurable paths instead of hardcoded constants
2.0.164: bump @linearb/gitstream-core to 2.1.207 (#392)
What's Changed
Bump to in #392
Purpose: Add native filter implementations for parsing Dependabot version bumps and comparing semantic versions
Main changes:
- Added checkDependabot filter to extract version information from Dependabot PR descriptions
- Implemented checkSemver filter to determine version change types (major, minor, patch)
- Registered both new filters in the high-level filters definition and handler
CHANGELOG
✨ New Features
- Native filter for extracting version info from Dependabot PRs
- Native filter for semantic version comparison
- Enhanced Dependabot automation capabilities without external plugins
2.0.162: bump @linearb/gitstream-core to 2.1.204 (#390)
What's Changed
Bump to in #390
🐛 Bug Fixes
- Fixed AI actions not executing properly in command and playground environments
2.0.161: bump @linearb/gitstream-core to 2.1.202 (#388)
What's Changed
Bump to in #388
🐛 Bug Fixes
- Fixed issue where some actions were triggered during incorrect webhook events
2.0.160: Bump @linearb/gitstream-core to 2.1.199 (#386)
What's Changed
Bump @linearb/gitstream-core to 2.1.199 in #386
🐛 Bug Fixes
- Fixed Git operations failing when files have names that could be mistaken for branch references.
🔧 Improvements
- Enhanced action triggering system to prevent actions from running on unintended events
- Added error handling to automation processes to improve reliability
- Add continue-on-error option for plugin dependency installation
2.0.158: bump @linearb/gitstream-core to 2.1.196 (#384)
What's Changed
Bump @linearb/gitstream-core to 2.1.196 in #384
Bump @linearb/gitstream-core to 2.1.196
2.0.157: bump @linearb/gitstream-core to 2.1.195 (#383)
What's Changed
Bump @linearb/gitstream-core to 2.1.195 in #383
Purpose: Add provider information to repository context in Gitstream AI PR for improved service identification.
Main changes:
- Included 'provider' field in repo details for enhanced repository context in AI processing