From aa9b5812199d7238cf64599a75491bdad53b776f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 29 Aug 2026 00:34:32 +0000 Subject: [PATCH 1/2] chore: version packages --- .changeset/quiet-moons-wait.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/quiet-moons-wait.md diff --git a/.changeset/quiet-moons-wait.md b/.changeset/quiet-moons-wait.md deleted file mode 100644 index 09fe7f4..0000000 --- a/.changeset/quiet-moons-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@arcasilesgroup/ai-shell': patch ---- - -Pin @nexssp/os to exactly 2.0.36. The caret range let npm resolve 2.1.x for fresh installs, and those tarballs are missing legacy.mjs while their exports map points at it: every `ai` invocation died with ERR_MODULE_NOT_FOUND. Verified against the published 0.1.1 from the registry. diff --git a/CHANGELOG.md b/CHANGELOG.md index e870348..0ecce62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.1.2 + +### Patch Changes + +- [#28](https://github.com/arcasilesgroup/ai-shell/pull/28) [`1ffee63`](https://github.com/arcasilesgroup/ai-shell/commit/1ffee636ead237aff92139b929b95e0179bb2cb9) Thanks [@soydachi](https://github.com/soydachi)! - Pin @nexssp/os to exactly 2.0.36. The caret range let npm resolve 2.1.x for fresh installs, and those tarballs are missing legacy.mjs while their exports map points at it: every `ai` invocation died with ERR_MODULE_NOT_FOUND. Verified against the published 0.1.1 from the registry. + ## 0.1.1 ### Patch Changes diff --git a/package.json b/package.json index e9f1d8f..0479a22 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@arcasilesgroup/ai-shell", "description": "A CLI that converts natural language to shell commands, with any OpenAI-compatible provider.", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "engines": { "node": ">=22" From 887908ef6ae5b3088f52c463de685e1d9ad773c7 Mon Sep 17 00:00:00 2001 From: soydachi Date: Sat, 29 Aug 2026 02:40:31 +0200 Subject: [PATCH 2/2] ci: trigger checks on the version PR