botmux 1.4.1 → 1.4.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.
Files changed (2) hide show
  1. package/dist/worker.js +1 -1
  2. package/package.json +1 -1
package/dist/worker.js CHANGED
@@ -308,7 +308,7 @@ var term=new Terminal({
308
308
  green:'#9ece6a',yellow:'#e0af68',blue:'#7aa2f7',magenta:'#bb9af7',
309
309
  cyan:'#7dcfff',white:'#a9b1d6'},
310
310
  fontSize:14,fontFamily:"'JetBrains Mono','Fira Code',monospace",
311
- cursorBlink:!isTouch,disableStdin:isTouch,scrollback:100000,allowProposedApi:true
311
+ cursorBlink:!isTouch,disableStdin:isTouch,scrollback:50000,allowProposedApi:true
312
312
  });
313
313
  var fit=new FitAddon.FitAddon();
314
314
  term.loadAddon(fit);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "botmux",
3
- "version": "1.4.1",
3
+ "version": "1.4.3",
4
4
  "description": "Bridge between IM platforms and AI coding CLIs — one topic, one CLI session with live streaming",
5
5
  "type": "module",
6
6
  "main": "dist/index-daemon.js",