File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ $ npm install -g @offline-ai/cli
185185$ ai COMMAND
186186running 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]
190190USAGE
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
Original file line number Diff line number Diff 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)
4243refactor:
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)
4547bugs:
4648 glitch 当ctrl+c中断后的文字不会被clear,应ctrl+c会新起两行一行是单独一个ctrl+c
4749 ✔ 提示消息被过滤掉了空行 @done(24-06-16 17:58)
You can’t perform that action at this time.
0 commit comments