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

## [1.158.0](https://github.com/diillson/chatcli/compare/v1.157.0...v1.158.0) (2026-07-10)


### Features

* DEVIN provider β€” local Devin CLI as LLM transport ([#1157](https://github.com/diillson/chatcli/issues/1157)) ([695c4f1](https://github.com/diillson/chatcli/commit/695c4f196dd8b84b123221613829bb2bd84571d9))
* full MCP + ACP server surface β€” every tool, harness routing, skills as prompts ([#1160](https://github.com/diillson/chatcli/issues/1160)) ([c9d0801](https://github.com/diillson/chatcli/commit/c9d08018f789f663d5678c7f0499a35a9272c7c6))


### Bug Fixes

* **embedding:** circuit-break Bedrock credential failures instead of hammering AWS ([#1158](https://github.com/diillson/chatcli/issues/1158)) ([067554e](https://github.com/diillson/chatcli/commit/067554e9d83faf0317cfeb736288060cfa57229f))

## [1.157.0](https://github.com/diillson/chatcli/compare/v1.156.0...v1.157.0) (2026-07-10)


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.157.0
appVersion: 1.157.0
version: 1.158.0
appVersion: 1.158.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.157.0
appVersion: 1.157.0
version: 1.158.0
appVersion: 1.158.0
home: https://chatcli.edilsonfreitas.com
sources:
- https://github.com/diillson/chatcli
Expand Down
Loading