@taotao7/braincode 0.2.3 → 0.2.4
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ A `postinstall` step downloads the platform-specific binary from the matching Gi
|
|
|
12
12
|
|
|
13
13
|
## Release
|
|
14
14
|
|
|
15
|
-
`0.2.
|
|
15
|
+
`0.2.4` reduces excessive `read_file` paging on large files by automatically expanding tiny read windows and returning the next offset in tool metadata. The npm package version must match the GitHub release tag because `postinstall` downloads assets from `v<version>`.
|
|
16
16
|
|
|
17
17
|
## Usage
|
|
18
18
|
|