Skip to content

Commit

Permalink
refactor!: Change the Advanced RegExp Formatting Spec from /.../ to…
Browse files Browse the repository at this point in the history
… `[[/.../]]`
  • Loading branch information
snowyu committed Dec 19, 2024
1 parent bdedfb6 commit c8d082b
Show file tree
Hide file tree
Showing 2 changed files with 3 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.1 linux-x64 node-v20.18.0
@offline-ai/cli/0.6.2 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.1/src/commands/agent/index.ts)_
_See code: [src/commands/agent/index.ts](https://github.com/offline-ai/cli/blob/v0.6.2/src/commands/agent/index.ts)_

## `ai autocomplete [SHELL]`

Expand Down
1 change: 1 addition & 0 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ features:
✔ add group chat in message content @done(24-12-18 17:44)
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)
bugs:
glitch 当ctrl+c中断后的文字不会被clear,应ctrl+c会新起两行一行是单独一个ctrl+c
✔ 提示消息被过滤掉了空行 @done(24-06-16 17:58)
Expand Down

0 comments on commit c8d082b

Please sign in to comment.