@fettstorch/clai 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -48,6 +48,7 @@ const { summary, links, sources } = await clai('https://example.com', 'your-open
48
48
  ## Issues
49
49
  - Needs a better prompt in order to more reliably stop narrating a page's content and rather cite it in a more concise manner.
50
50
  - The first answer's stream animation appears to sometimes not be skippable using 'enter'
51
+ - large sites might surpass the token limit (currently not handled gracefully)
51
52
 
52
53
  ## License
53
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fettstorch/clai",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "main": "dist/index.js",
5
5
  "bin": {
6
6
  "clai": "dist/cli.js"