Skip to content

Commit e4e2251

Browse files
committed
chore: bump version and changelog (v2.5.32)
1 parent e8041a5 commit e4e2251

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## 2.5.32 (2026-04-08)
4+
5+
### Performance
6+
7+
- **Context snowball fix**: Aggressive microcompaction cuts token usage 40-60% in long sessions
8+
- Clear old tool results after 3 exchanges (was 8)
9+
- Truncate old tool_use inputs (Edit replacements, Bash commands)
10+
- Idle threshold reduced to 5 minutes (was 60)
11+
- Triggers at 6 messages (was 15)
12+
13+
### Added
14+
15+
- **Busy indicator**: Spinner in input box and status bar when agent is working — always visible whether waiting for API, thinking, or running tools
16+
- **Unbrowse built-in**: Auto-discovers [Unbrowse](https://github.com/unbrowse-ai/unbrowse) MCP server when installed
17+
18+
### Changed
19+
20+
- **GLM-5 → GLM-5.1**: Default model and turbo variant updated
21+
- **55+ models**: Updated model count across all docs (was 41+)
22+
- **Brand cleanup**: Removed all legacy BRCC and ClawRouter references
23+
324
## 2.5.31 (2026-04-08)
425

526
### Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockrun/runcode",
3-
"version": "2.5.31",
3+
"version": "2.5.32",
44
"description": "RunCode — AI coding agent powered by 55+ models. Pay per use with USDC.",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)