Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/quiet-moons-wait.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading