Skip to content

Commit 39d1c6f

Browse files
committed
refactor: ⚒️ release 1.3.0 with model version fix
1 parent 67a43e6 commit 39d1c6f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ $ npm install -g @abhagsain/ai-cli
7070
$ ai COMMAND
7171
running command...
7272
$ ai (--version)
73-
@abhagsain/ai-cli/1.2.3 darwin-x64 node-v14.18.3
73+
@abhagsain/ai-cli/1.3.0 darwin-arm64 node-v18.0.0
7474
$ ai --help [COMMAND]
7575
USAGE
7676
$ ai COMMAND
@@ -106,7 +106,7 @@ EXAMPLES
106106
$ ai ask "Check running process on port 3000"
107107
```
108108

109-
_See code: [dist/commands/ask.ts](https://github.com/abhagsain/ai-cli/blob/v1.2.3/dist/commands/ask.ts)_
109+
_See code: [dist/commands/ask.ts](https://github.com/abhagsain/ai-cli/blob/v1.3.0/dist/commands/ask.ts)_
110110

111111
## `ai auth`
112112

@@ -123,7 +123,7 @@ EXAMPLES
123123
$ ai auth (Follow the prompt)
124124
```
125125

126-
_See code: [dist/commands/auth.ts](https://github.com/abhagsain/ai-cli/blob/v1.2.3/dist/commands/auth.ts)_
126+
_See code: [dist/commands/auth.ts](https://github.com/abhagsain/ai-cli/blob/v1.3.0/dist/commands/auth.ts)_
127127

128128
## `ai autocomplete [SHELL]`
129129

@@ -189,7 +189,7 @@ EXAMPLES
189189
$ ai model (Follow the prompt)
190190
```
191191

192-
_See code: [dist/commands/model.ts](https://github.com/abhagsain/ai-cli/blob/v1.2.3/dist/commands/model.ts)_
192+
_See code: [dist/commands/model.ts](https://github.com/abhagsain/ai-cli/blob/v1.3.0/dist/commands/model.ts)_
193193

194194
## `ai update [CHANNEL]`
195195

0 commit comments

Comments
 (0)