@taotao7/braincode 0.2.0 → 0.2.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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,12 +10,17 @@ npm i -g @taotao7/braincode
10
10
 
11
11
  A `postinstall` step downloads the platform-specific binary from the matching GitHub release. Supported platforms: macOS arm64/x64, Linux x64/arm64.
12
12
 
13
+ ## Release
14
+
15
+ `0.2.2` ships the TUI transcript folding fix and the bottom-right BrainPet progress footer. The npm package version must match the GitHub release tag because `postinstall` downloads assets from `v<version>`.
16
+
13
17
  ## Usage
14
18
 
15
19
  ```bash
16
20
  braincode # interactive TUI
17
21
  braincode config # open browser configuration
18
22
  braincode run "..." # one-shot task
23
+ braincode benchmark # representative coding-task plan benchmark
19
24
  braincode help
20
25
  ```
21
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taotao7/braincode",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
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",