Releases: guanguans/ai-commit
Releases · guanguans/ai-commit
1.15.5
1.15.4
1.15.4 - 2025-05-03
✨ Features
- macros: Add JSON macro to Collection class (46dde21)
💅 Code Refactorings
- CommitCommand: Simplify tap functions for clarity (974bd06)
- CommitCommand: Simplify message generation process (b5407d3)
- CommitCommand: Simplify commit message generation flow (75a2f49)
📦 Builds
- Updating dependencies and project versions (89d7410)
- dep: Update illuminate and php-mock dependencies (ea8fd32)
- deps: Update package version constraints (3338a57)
🤖 Continuous Integrations
- chglog: Update changelog template and configuration (aeb382d)
Pull Requests
- Merge pull request #259 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.27
- Merge pull request #258 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.26
- Merge pull request #257 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.25
- Merge pull request #256 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.24
- Merge pull request #255 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.23
- Merge pull request #254 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.22
- Merge pull request #253 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.20
- Merge pull request #252 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.19
- Merge pull request #251 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.18
- Merge pull request #250 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.17
- Merge pull request #249 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.16
- Merge pull request #248 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.15
- Merge pull request #247 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.14
- Merge pull request #246 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.13
- Merge pull request #245 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.12
- Merge pull request #244 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.11
- Merge pull request #243 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.9
- Merge pull request #241 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.8
- Merge pull request #240 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.7
- Merge pull request #239 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.6
- Merge pull request #238 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.5
- Merge pull request #237 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.4
- Merge pull request #236 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.3
- Merge pull request #235 from guanguans/dependabot/github_actions/dependabot/fetch-metadata-2.3.0
- Merge pull request #234 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.2
- Merge pull request #233 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.1
- Merge pull request #232 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.88.0
- Merge pull request #231 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.87.2
- Merge pull request #230 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.87.1
- Merge pull request #229 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.86.1
- Merge pull request #228 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.86.0
- Merge pull request #227 from guanguans/dependabot/composer/laminas/laminas-text-2.12.1
- Merge pull request #226 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.85.0
- Merge pull request #225 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.84.2
- Merge pull request #217 from guanguans/dependabot/github_actions/codecov/codecov-action-5
- Merge pull request #224 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.84.1
- Merge pull request #223 from guanguans/dependabot/composer/laravel-zero/phar-updater-1.4.0
- Merge pull request #222 from guanguans/dependabot/composer/laminas/laminas-text-2.12.0
- Merge pull request #221 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.84.0
- Merge pull request #220 from guanguans/dependabot/composer/laravel-zero/phar-updater-1.4.0
- Merge pull request #219 from guanguans/dependabot/composer/laminas/laminas-text-2.12.0
- Merge pull request #218 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.83.7
- Merge pull request #216 from guanguans/dependabot/composer/laminas/laminas-text-2.12.0
- Merge pull request #215 from guanguans/dependabot/composer/laravel-zero/phar-updater-1.4.0
- Merge pull request #214 from guanguans/dependabot/composer/laminas/laminas-text-2.11.0
- Merge pull request #213 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.83.6
1.15.3
1.15.3 - 2024-11-10
Bug Fixes
- CommitCommand: Replace null with empty string in message
- command: Sort commit message keys consistently
Build
- deps: update laminas-servicemanager to 3.7.0
Code Refactoring
- CommitCommand: Replace table output method
Tests
- CommitCommandTest: Disable message generation tests
Pull Requests
- Merge pull request #212 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.83.5
- Merge pull request #211 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.83.4
- Merge pull request #210 from guanguans/dependabot/composer/laravel-zero/phar-updater-1.4.0
- Merge pull request #209 from guanguans/dependabot/composer/laminas/laminas-text-2.11.0
- Merge pull request #208 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.83.3
1.15.2
1.15.1
1.15.1 - 2024-11-02
CI
- readme-lint: Improve README validation logic
Code Refactoring
- generator: Simplify command options handling
- generators: consolidate command option handling
Docs
- README: Add collapsible details sections for commands
Features
- generator: enhance BitoCliGenerator command handling
Performance Improvements
- GithubModelsCliGenerator: Optimize command generation
- app: optimize GithubCopilotCliGenerator
- generators: Improve option handling in defaultHydratedOptions
Tests
- github-models-cli: Add test for ProcessFailedException
1.15.0
1.15.0 - 2024-11-02
Bug Fixes
- config: Update AI commit options for better performance
Build
- deps: update laminas-servicemanager to 3.7.0
CI
- config: Add readme-lint script to validate README files
Docs
- add Traditional Chinese Readme
- README: Add GitHub Models CLI to documentation
Features
- generator: Improve command options handling in GithubModelsCliGenerator
- generators: Add GithubModelsCliGenerator for command execution
Pull Requests
- Merge pull request #205 from guanguans/dependabot/composer/laravel-zero/phar-updater-1.4.0
- Merge pull request #204 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.83.2
- Merge pull request #203 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.83.0
- Merge pull request #202 from guanguans/dependabot/composer/laminas/laminas-text-2.11.0
- Merge pull request #200 from PrathameshSPawar/main
- Merge pull request #198 from samarth29jc/TW_Readme
- Merge pull request #201 from guanguans/dependabot/composer/laravel-zero/phar-updater-1.4.0
- Merge pull request #199 from guanguans/dependabot/composer/laminas/laminas-text-2.11.0
- Merge pull request #194 from guanguans/dependabot/composer/laravel-zero/phar-updater-1.4.0
- Merge pull request #192 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.82.13
- Merge pull request #191 from guanguans/dependabot/composer/laminas/laminas-text-2.11.0
1.14.5
1.14.5 - 2024-10-24
Docs
- readme: update command examples for configuration
Reverts
- chore(deps-dev): bump laminas/laminas-text from 2.9.0 to 2.11.0
Pull Requests
- Merge pull request #190 from guanguans/dependabot/composer/laminas/laminas-text-2.11.0
- Merge pull request #189 from guanguans/revert-188-dependabot/composer/laminas/laminas-text-2.11.0
- Merge pull request #188 from guanguans/dependabot/composer/laminas/laminas-text-2.11.0
- Merge pull request #187 from guanguans/dependabot/github_actions/trufflesecurity/trufflehog-3.82.12
- Merge pull request #185 from sravan1946/add-link-to-badge
1.14.4
1.14.4 - 2024-10-22
Pull Requests
1.14.3
1.14.2
1.14.2 - 2024-10-16
Fix
- commands: fix handling of JSON decoding errors
Perf
- Generator.php: improve process handling
Refactor
- Generator: Refactor Generator class
- Generator.php: refactor Generator class
- app: refactor CommitCommand.php and GithubCopilotCliGenerator.php
- generator: refactor processHelperMustRun and processHelperRun