From e9eb21162933cce9d3687bc43eebbea8d788916f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Sep 2026 09:21:18 +0000 Subject: [PATCH] chore(main): release 0.1.90 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1e32085..6f66aa5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.89" + ".": "0.1.90" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 24c6cc8..77de23f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [0.1.90](https://github.com/shelltime/cli/compare/v0.1.89...v0.1.90) (2026-09-26) + + +### Features + +* **model:** add configurable http/https/socks5 proxy support ([#301](https://github.com/shelltime/cli/issues/301)) ([5311b13](https://github.com/shelltime/cli/commit/5311b135a541e6e1d3a3be91f3aa6cc2e2597347)) + + +### Bug Fixes + +* **hooks:** detach fish hook from the tty ([3027b19](https://github.com/shelltime/cli/commit/3027b191c4324f5fee763d0e4f2ba2c7d413d0ae)) +* **hooks:** detach fish hook from the tty ([b5316cd](https://github.com/shelltime/cli/commit/b5316cdf404b726247c28150a94d954c0c2501e2)) + + +### Code Refactoring + +* **config:** remove legacy ccusage service and deprecated ccotel config ([#302](https://github.com/shelltime/cli/issues/302)) ([164ed51](https://github.com/shelltime/cli/commit/164ed5197a8427cd7a230f1d3a2312c8d81ebdf8)) + + +### Continuous Integration + +* **workflows:** move Claude Code and Claude Code Review jobs from jp-arm-oracle to ubuntu-latest ([#300](https://github.com/shelltime/cli/issues/300)) ([135d484](https://github.com/shelltime/cli/commit/135d484d4e990efe2f47cf9b4b65040aadc1bbf3)) + ## [0.1.89](https://github.com/shelltime/cli/compare/v0.1.88...v0.1.89) (2026-07-31)