cua-computer 0.1.25__py3-none-any.whl → 0.1.27__py3-none-any.whl

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.
@@ -523,7 +523,7 @@ class MacOSComputerInterface(BaseComputerInterface):
523
523
  result = await self._send_command("get_accessibility_tree")
524
524
  if not result.get("success", False):
525
525
  raise RuntimeError(result.get("error", "Failed to get accessibility tree"))
526
- return result.get("tree", {})
526
+ return result
527
527
 
528
528
  async def get_active_window_bounds(self) -> Dict[str, int]:
529
529
  """Get the bounds of the currently active window."""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cua-computer
3
- Version: 0.1.25
3
+ Version: 0.1.27
4
4
  Summary: Computer-Use Interface (CUI) framework powering Cua
5
5
  Author-Email: TryCua <gh@trycua.com>
6
6
  Requires-Python: >=3.10
@@ -4,7 +4,7 @@ computer/interface/__init__.py,sha256=xQvYjq5PMn9ZJOmRR5mWtONTl_0HVd8ACvW6AQnzDd
4
4
  computer/interface/base.py,sha256=uRF2AfF3dbpOmvzZ55JgODpNC6LiudfhK8KCf5v7uUw,5771
5
5
  computer/interface/factory.py,sha256=7Sczbmgu7Zlf9QfmhxOe_wFawRSPpvwd2dLSA4asDs0,1028
6
6
  computer/interface/linux.py,sha256=0Kc_vkPnEUlKUcVYMycbxiuKyZOpOPwwmUcFJbFmopE,817
7
- computer/interface/macos.py,sha256=HWRCjjinatT0BaHMUOVWCAWyI6Y8Yyz1AcDDmdQ90JE,24773
7
+ computer/interface/macos.py,sha256=F4Ucmbyloet7Ukm-WJUsBCtCe2ur14soCcKmvbUaKA4,24757
8
8
  computer/interface/models.py,sha256=RZKVUdwKrKUoFqwlx2Dk8Egkmq_AInlIu_d0xg7SZzw,3238
9
9
  computer/logger.py,sha256=UVvnmZGOWVF9TCsixEbeQnDZ3wBPAJ2anW3Zp-MoJ8Y,2896
10
10
  computer/models.py,sha256=6chs4wxMpWdVhsOETeaGqFFI3feBmSyLIC8l5EJDq5g,780
@@ -13,7 +13,7 @@ computer/ui/__init__.py,sha256=pmo05ek9qiB_x7DPeE6Vf_8RsIOqTD0w1dBLMHfoOnY,45
13
13
  computer/ui/gradio/__init__.py,sha256=5_KimixM48-X74FCsLw7LbSt39MQfUMEL8-M9amK3Cw,117
14
14
  computer/ui/gradio/app.py,sha256=IU4gmvXvUxJxt1MSAMT6bfNC2YjT_JQbQ0M60bLygMs,64086
15
15
  computer/utils.py,sha256=zY50NXB7r51GNLQ6l7lhG_qv0_ufpQ8n0-SDhCei8m4,2838
16
- cua_computer-0.1.25.dist-info/METADATA,sha256=ZvKgxQuCYSbEnFgwZZHbQnwiNrXr32GjKfHdXi5uqmc,5584
17
- cua_computer-0.1.25.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
18
- cua_computer-0.1.25.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
19
- cua_computer-0.1.25.dist-info/RECORD,,
16
+ cua_computer-0.1.27.dist-info/METADATA,sha256=crC0b1lZNpJqQqVZE4VakWtk2XZofallCvNyGmBHjQE,5584
17
+ cua_computer-0.1.27.dist-info/WHEEL,sha256=tSfRZzRHthuv7vxpI4aehrdN9scLjk-dCJkPLzkHxGg,90
18
+ cua_computer-0.1.27.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
19
+ cua_computer-0.1.27.dist-info/RECORD,,