Skip to content

Commit

Permalink
feat: add group chat in message content
Browse files Browse the repository at this point in the history
  • Loading branch information
snowyu committed Dec 18, 2024
1 parent 2c806fe commit c3fe558
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.5.19 linux-x64 node-v20.18.0
@offline-ai/cli/0.6.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.5.19/src/commands/agent/index.ts)_
_See code: [src/commands/agent/index.ts](https://github.com/offline-ai/cli/blob/v0.6.0/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 @@ -38,6 +38,7 @@ features:
✔ refactor!: execString for push/replace message return content string only @done(24-08-21 20:38)
✔ 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)
refactor:
✔ **Broken Change**: Change the Advanced Script Invocation Formatting Spec from `@script` to `[[@script]]` @done(24-12-17 19:59)
bugs:
Expand Down

0 comments on commit c3fe558

Please sign in to comment.