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.188.0"
".": "1.189.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.189.0](https://github.com/diillson/chatcli/compare/v1.188.0...v1.189.0) (2026-08-24)


### Features

* **cost:** real usage across all providers, /cost subcommands, budget gates and session persistence ([#1385](https://github.com/diillson/chatcli/issues/1385)) ([e47e944](https://github.com/diillson/chatcli/commit/e47e944e44cfbd881540d9d82505659f43377f15))

## [1.188.0](https://github.com/diillson/chatcli/compare/v1.187.1...v1.188.0) (2026-08-18)


Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/chatcli-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ description: >-
ChatCLI AIOps Operator - Autonomous incident detection, AI analysis, and
remediation for Kubernetes
type: application
version: 1.188.0
appVersion: 1.188.0
version: 1.189.0
appVersion: 1.189.0
home: https://chatcli.edilsonfreitas.com
sources:
- https://github.com/diillson/chatcli
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/chatcli/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: chatcli
description: ChatCLI - CLI for LLM interaction with gRPC server mode
type: application
version: 1.188.0
appVersion: 1.188.0
version: 1.189.0
appVersion: 1.189.0
home: https://chatcli.edilsonfreitas.com
sources:
- https://github.com/diillson/chatcli
Expand Down
Loading