From 4ced6681c216e3c60796887a1c5d8dfc75f02317 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 20 Jul 2026 04:33:19 +0000 Subject: [PATCH] chore(release): 1.16.0 [skip ci] # [1.16.0](https://github.com/asepharyana/zesdex/compare/v1.15.2...v1.16.0) (2026-07-20) ### Features * **tui:** add usage overlay and sidebar for displaying usage statistics and tasks ([da2ed6d](https://github.com/asepharyana/zesdex/commit/da2ed6da25953b823354cc5deaa7b404b7b13cb0)) * **tui:** enhance agent turn with tool descriptions and sanitize arguments ([08e2f99](https://github.com/asepharyana/zesdex/commit/08e2f9998d3693e4cd57225491359c762d03f1d9)) * **tui:** implement agent turn engine for background processing and enhance input handling ([792695b](https://github.com/asepharyana/zesdex/commit/792695b65a393cfc54efe353480b7831e91544b5)) --- CHANGELOG.md | 9 +++++++++ Cargo.lock | 22 +++++++++++----------- Cargo.toml | 2 +- 3 files changed, 21 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1336092..c9c7e85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.16.0](https://github.com/asepharyana/zesdex/compare/v1.15.2...v1.16.0) (2026-07-20) + + +### Features + +* **tui:** add usage overlay and sidebar for displaying usage statistics and tasks ([da2ed6d](https://github.com/asepharyana/zesdex/commit/da2ed6da25953b823354cc5deaa7b404b7b13cb0)) +* **tui:** enhance agent turn with tool descriptions and sanitize arguments ([08e2f99](https://github.com/asepharyana/zesdex/commit/08e2f9998d3693e4cd57225491359c762d03f1d9)) +* **tui:** implement agent turn engine for background processing and enhance input handling ([792695b](https://github.com/asepharyana/zesdex/commit/792695b65a393cfc54efe353480b7831e91544b5)) + ## [1.15.2](https://github.com/asepharyana/zesdex/compare/v1.15.1...v1.15.2) (2026-07-17) diff --git a/Cargo.lock b/Cargo.lock index d4ef8b5..544e164 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4895,7 +4895,7 @@ dependencies = [ [[package]] name = "zesdex-api" -version = "1.15.2" +version = "1.16.0" dependencies = [ "anyhow", "argon2", @@ -4918,7 +4918,7 @@ dependencies = [ [[package]] name = "zesdex-application" -version = "1.15.2" +version = "1.16.0" dependencies = [ "anyhow", "base64", @@ -4935,7 +4935,7 @@ dependencies = [ [[package]] name = "zesdex-bootstrap" -version = "1.15.2" +version = "1.16.0" dependencies = [ "anyhow", "chrono", @@ -4952,7 +4952,7 @@ dependencies = [ [[package]] name = "zesdex-daemon" -version = "1.15.2" +version = "1.16.0" dependencies = [ "anyhow", "base64", @@ -4976,7 +4976,7 @@ dependencies = [ [[package]] name = "zesdex-domain" -version = "1.15.2" +version = "1.16.0" dependencies = [ "anyhow", "base64", @@ -4992,7 +4992,7 @@ dependencies = [ [[package]] name = "zesdex-gateway" -version = "1.15.2" +version = "1.16.0" dependencies = [ "anyhow", "axum", @@ -5019,7 +5019,7 @@ dependencies = [ [[package]] name = "zesdex-grpc" -version = "1.15.2" +version = "1.16.0" dependencies = [ "anyhow", "axum", @@ -5036,7 +5036,7 @@ dependencies = [ [[package]] name = "zesdex-infrastructure" -version = "1.15.2" +version = "1.16.0" dependencies = [ "anyhow", "argon2", @@ -5085,7 +5085,7 @@ dependencies = [ [[package]] name = "zesdex-tui" -version = "1.15.2" +version = "1.16.0" dependencies = [ "anyhow", "base64", @@ -5111,7 +5111,7 @@ dependencies = [ [[package]] name = "zesdex-web" -version = "1.15.2" +version = "1.16.0" dependencies = [ "anyhow", "axum", @@ -5131,7 +5131,7 @@ dependencies = [ [[package]] name = "zesdex-ws" -version = "1.15.2" +version = "1.16.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index 12fff72..8e813b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ members = [ ] [workspace.package] -version = "1.15.2" +version = "1.16.0" edition = "2021" authors = ["asepharyana "]