Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.5.0"
".": "1.6.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.6.0](https://github.com/AhmedOsman101/commit-sage-cli/compare/v1.5.0...v1.6.0) (2026-02-26)


### Features

* consolidate AI provider configuration ([1b95cfa](https://github.com/AhmedOsman101/commit-sage-cli/commit/1b95cfae356db659e9cdccd5b63fd88f853270fb))
* **install:** add installer logic for Commit Sage ([2111a5a](https://github.com/AhmedOsman101/commit-sage-cli/commit/2111a5aa648171d909e1833c7b64f5ee0c436cd1))
* strip thinking tags from LLM output ([b5d8f06](https://github.com/AhmedOsman101/commit-sage-cli/commit/b5d8f06d110bce3de67734f121a5220b27ed8276))


### Bug Fixes

* **installer:** correct output and binary paths ([15b3101](https://github.com/AhmedOsman101/commit-sage-cli/commit/15b3101a5297e198d972f2f33e4451f07114ffe0))

## [1.5.0](https://github.com/AhmedOsman101/commit-sage-cli/compare/v1.4.0...v1.5.0) (2026-02-25)


Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.5.0",
"version": "1.6.0",
"tasks": {
"dev": "deno run -A --watch src/main.ts",
"run": "deno run -A src/main.ts",
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.0
1.6.0