@viraatdas/rudder 1.0.42 → 1.0.44

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 CHANGED
@@ -411,9 +411,9 @@ If trackpad scrolling does not behave as expected, run
411
411
  `rudder mouse-test parsed` to confirm your terminal is sending `ScrollUp` and
412
412
  `ScrollDown` events. For lower-level escape bytes, run `rudder mouse-test raw`.
413
413
  To inspect live dashboard routing, start Rudder with `RUDDER_MOUSE_DEBUG=1`.
414
- Rudder scrolls three terminal rows per wheel event by default, matching common
415
- terminal scrollback behavior. Override with `RUDDER_WHEEL_SCROLL_ROWS=<n>` if
416
- your terminal is configured differently.
414
+ Rudder scrolls one terminal row per wheel event by default so trackpad scrolling
415
+ feels smooth in worker and review panes. Override with
416
+ `RUDDER_WHEEL_SCROLL_ROWS=<n>` if your terminal is configured differently.
417
417
 
418
418
  ## Models
419
419
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viraatdas/rudder",
3
- "version": "1.0.42",
3
+ "version": "1.0.44",
4
4
  "description": "A Claude Code-style terminal app for running coding agents with worktree-isolated runs.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://rudder.viraat.dev",