@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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.3` ships Config Web UI tabs and usage charts, subscription-backed model selection, TUI live status animation, tighter transcript folding, concise tool rows, and handoff prompts for provider message-size limits. The npm package version must match the GitHub release tag because `postinstall` downloads assets from `v<version>`.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taotao7/braincode",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "Coding-first AI agent with user-selectable Brain Model that routes sub-tasks to different LLMs",
5
5
  "license": "MIT",
6
6
  "author": "taotao7",