@luckydraw/cumulus 0.28.2 → 0.28.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.
@@ -1491,10 +1491,8 @@
1491
1491
 
1492
1492
  panel.appendChild(popover);
1493
1493
 
1494
- // Focus the textarea after a tick (so the popover is in the DOM)
1495
- setTimeout(function () {
1496
- textarea.focus();
1497
- }, 0);
1494
+ // Don't auto-focus the textarea it clears the text selection.
1495
+ // User can click into it when ready to type.
1498
1496
  }
1499
1497
 
1500
1498
  function dismissAnnotationPopover(panel) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luckydraw/cumulus",
3
- "version": "0.28.2",
3
+ "version": "0.28.3",
4
4
  "description": "RLM-based CLI chat wrapper for Claude with external history context management",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",