Skip to content

Commit

Permalink
refactor!: Change the import Spec from jsModule to js:jsModule
Browse files Browse the repository at this point in the history
  • Loading branch information
snowyu committed Dec 22, 2024
1 parent 4399645 commit c8dd5c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ $ npm install -g @offline-ai/cli
$ ai COMMAND
running command...
$ ai (--version)
@offline-ai/cli/0.6.2 linux-x64 node-v20.18.0
@offline-ai/cli/0.7.0 linux-x64 node-v20.18.0
$ ai --help [COMMAND]
USAGE
$ ai COMMAND
Expand Down Expand Up @@ -415,7 +415,7 @@ EXAMPLES
$ ai agent publish <agent-name>
```

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

## `ai autocomplete [SHELL]`

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

0 comments on commit c8dd5c9

Please sign in to comment.