Skip to content

Commit a9378d2

Browse files
committed
chore(release): 0.11.5
1 parent d430dfe commit a9378d2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
44

5+
## [0.11.5](https://github.com/offline-ai/cli-plugin-core.js/compare/v0.11.4...v0.11.5) (2025-09-22)
6+
7+
8+
### Features
9+
10+
* add ai-pack-tool ([db15ace](https://github.com/offline-ai/cli-plugin-core.js/commit/db15ace95b16cc0c565390b65a2655d348148ef6))
11+
* export initTools ([b87031f](https://github.com/offline-ai/cli-plugin-core.js/commit/b87031fbd7c93b3a63698b5288858299385fa701))
12+
13+
14+
### Bug Fixes
15+
16+
* do not eat linefeed when no-consoleClear ([0db3efa](https://github.com/offline-ai/cli-plugin-core.js/commit/0db3efaa7b541335aba0f9e1e44d6450f893294b))
17+
* rename file should before saveChatHistory ([2174c90](https://github.com/offline-ai/cli-plugin-core.js/commit/2174c90148581ee41dad4ef76dc83d79cc6d0e65))
18+
* sometime output missing words when no-consoleClear ([4f4eae8](https://github.com/offline-ai/cli-plugin-core.js/commit/4f4eae886ac2cef0e30241534fdb187c5971c411))
19+
520
## [0.11.4](https://github.com/offline-ai/cli-plugin-core.js/compare/v0.11.3...v0.11.4) (2025-04-07)
621

722
## [0.11.3](https://github.com/offline-ai/cli-plugin-core.js/compare/v0.11.2...v0.11.3) (2025-04-07)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@offline-ai/cli-plugin-core",
33
"description": "Offline(local) AI Client Command to run Programable Prompt Engine script",
4-
"version": "0.11.4",
4+
"version": "0.11.5",
55
"author": "Riceball LEE <snowyu.lee@gmail.com>",
66
"bin": {
77
"ai": "./bin/run.js"

0 commit comments

Comments
 (0)