leedab 0.2.4 → 0.2.5

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.
@@ -691,7 +691,7 @@
691
691
  if (emptyState) document.body.classList.add("empty-mode");
692
692
  function exitEmptyMode() {
693
693
  document.body.classList.remove("empty-mode");
694
- exitEmptyMode();
694
+ if (emptyState) emptyState.remove();
695
695
  }
696
696
 
697
697
  // Session: "console" default, or from URL for viewing history
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "leedab",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "LeedAB — Your enterprise AI agent. Local-first, private by default.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "author": "LeedAB <hello@leedab.com>",