@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 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="300" src="https://github.com/user-attachments/assets/f4a81e24-ef5b-42b7-bca7-188763d4e5cf" />
36
+ <img width="400" src="https://github.com/user-attachments/assets/002b3e05-5c77-4f4d-8aa3-ecb7412e9538" />
37
37
 
38
- The clie expects either a URL or a search query or no argument at all.
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.5",
72977
+ version: "0.1.6",
72978
72978
  main: "dist/index.js",
72979
72979
  bin: {
72980
72980
  clai: "dist/cli.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fettstorch/clai",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "main": "dist/index.js",
5
5
  "bin": {
6
6
  "clai": "dist/cli.js"