diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5f91ebb0..4d06f774 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.157.0" + ".": "1.158.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b82e683e..97563e2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/deploy/helm/chatcli-operator/Chart.yaml b/deploy/helm/chatcli-operator/Chart.yaml index 230344b2..1847b3b3 100644 --- a/deploy/helm/chatcli-operator/Chart.yaml +++ b/deploy/helm/chatcli-operator/Chart.yaml @@ -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 diff --git a/deploy/helm/chatcli/Chart.yaml b/deploy/helm/chatcli/Chart.yaml index 624430ae..fe54a532 100644 --- a/deploy/helm/chatcli/Chart.yaml +++ b/deploy/helm/chatcli/Chart.yaml @@ -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