@taotao7/braincode 0.2.5 → 0.2.7

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.5` upgrades the TUI to Ink 7/React 19 and renders assistant/help Markdown in the terminal. The npm package version must match the GitHub release tag because `postinstall` downloads assets from `v<version>`.
15
+ `0.2.7` adds terminal image previews, richer Config Web health/OAuth setup, permission policy improvements, execution benchmark fixtures, and MCP health/session loading improvements. 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.5",
3
+ "version": "0.2.7",
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",