@taotao7/braincode 0.2.1 → 0.2.3
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 +5 -0
- 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.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>`.
|
|
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
|
|