@shuyhere/bb-agent 0.0.18 → 0.0.19

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/CHANGELOG.md +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.0.19] - 2026-04-19
11
+
12
+ ### Changed
13
+
14
+ - tool expand/collapse hints now explicitly advertise mouse support again (`Click or Ctrl+Shift+O to expand/collapse`), and mouse toggles are more robust when clicking wrapped or nested transcript rows
15
+
16
+ ### Fixed
17
+
18
+ - bash timeout/cancel is now a true hard stop: after killing a timed-out or cancelled bash process, BB no longer waits forever for inherited stdout/stderr pipes to reach EOF
19
+ - pressing `Esc` during a cancellable turn/tool/local action now requests cancellation before local TUI behaviors like clearing input, jumping to bottom, or leaving transcript mode can consume the key
20
+
21
+ ### Improved
22
+
23
+ - regression coverage now includes detached-child bash timeout hangs plus focused TUI Esc-priority and click-to-expand interaction cases
24
+
10
25
  ## [0.0.18] - 2026-04-18
11
26
 
12
27
  ### Added
@@ -221,6 +236,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
221
236
 
222
237
  - latest published package includes the post-0.0.7 startup, auth, model-default, and update-notice improvements
223
238
 
239
+ [0.0.19]: https://github.com/shuyhere/bb-agent/releases/tag/v0.0.19
224
240
  [0.0.18]: https://github.com/shuyhere/bb-agent/releases/tag/v0.0.18
225
241
  [0.0.17]: https://github.com/shuyhere/bb-agent/releases/tag/v0.0.17
226
242
  [0.0.16]: https://github.com/shuyhere/bb-agent/releases/tag/v0.0.16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shuyhere/bb-agent",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "description": "BB-Agent — a Rust-native AI coding agent for the terminal",
5
5
  "license": "MIT",
6
6
  "repository": {