Skip to content

Commit c8dd5c9

Browse files
committed
refactor!: Change the import Spec from jsModule to js:jsModule
1 parent 4399645 commit c8dd5c9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ $ npm install -g @offline-ai/cli
185185
$ ai COMMAND
186186
running command...
187187
$ ai (--version)
188-
@offline-ai/cli/0.6.2 linux-x64 node-v20.18.0
188+
@offline-ai/cli/0.7.0 linux-x64 node-v20.18.0
189189
$ ai --help [COMMAND]
190190
USAGE
191191
$ ai COMMAND
@@ -415,7 +415,7 @@ EXAMPLES
415415
$ ai agent publish <agent-name>
416416
```
417417

418-
_See code: [src/commands/agent/index.ts](https://github.com/offline-ai/cli/blob/v0.6.2/src/commands/agent/index.ts)_
418+
_See code: [src/commands/agent/index.ts](https://github.com/offline-ai/cli/blob/v0.7.0/src/commands/agent/index.ts)_
419419

420420
## `ai autocomplete [SHELL]`
421421

TODO

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@ features:
3939
✔ add "userPreferredLanguage" option to translate the ai string result automatically @done(24-08-22 14:26)
4040
✔ add "aiPreferredLanguage" option to translate the user input string automatically @done(24-08-23 21:27)
4141
✔ add group chat in message content @done(24-12-18 17:44)
42+
✔ add `export` configuration spepcification @done(24-12-22 19:29)
4243
refactor:
4344
✔ **Broken Change**: Change the Advanced Script Invocation Formatting Spec from `@script` to `[[@script]]` @done(24-12-17 19:59)
4445
✔ **Broken Change**: Change the Advanced RegExp Formatting Spec from `/.../` to `[[/.../]]` @done(24-12-19 11:14)
46+
✔ **Broken Change**: Change the `import` Spec from `jsModule` to `js:jsModule` @done(24-12-22 19:28)
4547
bugs:
4648
glitch 当ctrl+c中断后的文字不会被clear,应ctrl+c会新起两行一行是单独一个ctrl+c
4749
✔ 提示消息被过滤掉了空行 @done(24-06-16 17:58)

0 commit comments

Comments
 (0)