@fettstorch/clai 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -33,9 +33,9 @@ clai "how tall can giraffes get?"
|
|
33
33
|
clai how tall can giraffes get
|
34
34
|
clai
|
35
35
|
```
|
36
|
-
<img width="
|
36
|
+
<img width="400" src="https://github.com/user-attachments/assets/002b3e05-5c77-4f4d-8aa3-ecb7412e9538" />
|
37
37
|
|
38
|
-
The
|
38
|
+
The cli expects either a URL or a search query or no argument at all.
|
39
39
|
When passing a search query without quotes make sure not to use any special characters, that might confuse the CLI e.g. ?
|
40
40
|
|
41
41
|
### Programmatic API
|
package/dist/cli.js
CHANGED
@@ -72974,7 +72974,7 @@ async function clai(input, openAIKey) {
|
|
72974
72974
|
// package.json
|
72975
72975
|
var package_default = {
|
72976
72976
|
name: "@fettstorch/clai",
|
72977
|
-
version: "0.1.
|
72977
|
+
version: "0.1.6",
|
72978
72978
|
main: "dist/index.js",
|
72979
72979
|
bin: {
|
72980
72980
|
clai: "dist/cli.js"
|