From 23e42fcb4f901443ec828d60fa2829e9faf2f9c1 Mon Sep 17 00:00:00 2001 From: akirilyuk Date: Sun, 9 Aug 2026 12:53:52 +0700 Subject: [PATCH] chore(repo): release prep 0.10.0 Co-authored-by: Cursor --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00df8a4..0f0176d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ Format based on [Keep a Changelog](https://keepachangelog.com/). Versioning foll ## [Unreleased] +## [0.10.0] - 2026-08-09 + +### Added + +- **HTTP retries** — control-plane API calls (`VoicethereApi` / `UserApi`) retry transport failures (`fetch failed`, connection resets/timeouts) and gateway **502/503/504** with fixed backoff: 500ms, 1s, 2.5s, 5s, 15s, 30s, 60s (8 attempts max). +- **`error_id` on CLI errors** — when the platform returns a unified AppError envelope, stderr prints `error_id` and `request_id` via `formatCliError` for support correlation. + ## [0.9.0] - 2026-08-04 ### Removed diff --git a/package-lock.json b/package-lock.json index 104c52d..3559e20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@voicethere/cli", - "version": "0.9.0", + "version": "0.10.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@voicethere/cli", - "version": "0.9.0", + "version": "0.10.0", "license": "MIT", "dependencies": { "commander": "^13.1.0" diff --git a/package.json b/package.json index 1999687..3130b08 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@voicethere/cli", - "version": "0.9.0", + "version": "0.10.0", "description": "VoiceThere cloud CLI — login, projects, and agent bundle upload", "type": "module", "bin": {