Releases: trycua/cua
lume-v0.2.9
14e3641ec07ddbe69c138be964e505a0a5dc4613a4dc128400e45c980cf5fc5a lume-0.2.9-darwin-arm64.pkg.tar.gz
6e0cee6bed5289dd9fbbd7153e320f89283c1ec5dff5a61799b1e57ea630c4bd lume-0.2.9-darwin-arm64.tar.gz
Installation with script
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/lume/scripts/install.sh)"
## What's Changed
* [Agent] Add standardized agent trajectory logging by @ddupont808 in https://github.com/trycua/cua/pull/155
**Full Changelog**: https://github.com/trycua/cua/compare/lume-v0.2.8...lume-v0.2.9
lume-v0.2.8
cc751649a637612e984269df3e3162ba9d818e8f1781cbd64fcd8095068b3b53 lume-0.2.8-darwin-arm64.pkg.tar.gz
b37f6f9c5aa0204171dafddcdab1ae68ef3005ec16a7d4ea2165ef420a98f1a5 lume-0.2.8-darwin-arm64.tar.gz
Installation with script
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/lume/scripts/install.sh)"
**Full Changelog**: https://github.com/trycua/cua/compare/mcp-server-v0.1.9...lume-v0.2.8
cua-agent v0.1.32
cua-agent v0.1.32
Dependencies
- cua-computer: latest
- cua-som: latest
Installation Options
Basic installation with Anthropic
pip install cua-agent[anthropic]==0.1.32With SOM (recommended)
pip install cua-agent[som]==0.1.32All features
pip install cua-agent[all]==0.1.32cua-mcp-server v0.1.9
cua-mcp-server v0.1.9
MCP Server for the Computer-Use Agent (CUA)
This package provides MCP (Model Context Protocol) integration for CUA agents, allowing them to be used with Claude Desktop, Cursor, and other MCP clients.
Dependencies
- cua-computer: latest
- cua-agent: latest
Usage
# Run the MCP server directly
cua-mcp-serverClaude Desktop Integration
Add to your Claude Desktop configuration (~/.config/claude-desktop/claude_desktop_config.json or OS-specific location):
"mcpServers": {
"cua-agent": {
"command": "cua-mcp-server",
"args": [],
"env": {
"CUA_AGENT_LOOP": "OMNI",
"CUA_MODEL_PROVIDER": "ANTHROPIC",
"CUA_MODEL_NAME": "claude-3-opus-20240229",
"ANTHROPIC_API_KEY": "your-api-key",
"PYTHONIOENCODING": "utf-8"
}
}
}Installation
pip install cua-mcp-server==0.1.9lume-v0.2.7
ef8f7f2596b0568989306e08836847c86c327992a393be4770ee1a55468b2f4c lume-0.2.7-darwin-arm64.pkg.tar.gz
86510840cc4a370a611a36251dd6409db4301e95d3f7958e5ad7dcb961d2e682 lume-0.2.7-darwin-arm64.tar.gz
Installation with script
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/lume/scripts/install.sh)"
**Full Changelog**: https://github.com/trycua/cua/compare/lume-v0.2.6...lume-v0.2.7
lume-v0.2.6
cf11a1338f206430c543d565c09a1edda031ef405b44ad2a62547e4daacf3227 lume-0.2.6-darwin-arm64.pkg.tar.gz
215f82f8cc5006b714326fd912ee83369c25aab75d2d5c8bf4589603c9ae6434 lume-0.2.6-darwin-arm64.tar.gz
Installation with script
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/lume/scripts/install.sh)"
## What's Changed
* docs: fix wait action in blog notebook by @FinnBorge in https://github.com/trycua/cua/pull/142
* [Lumier] Introduce Lumier - Docker-based macOS VM Management Interface by @f-trycua in https://github.com/trycua/cua/pull/144
## New Contributors
* @FinnBorge made their first contribution in https://github.com/trycua/cua/pull/142
**Full Changelog**: https://github.com/trycua/cua/compare/agent-v0.1.31...lume-v0.2.6
cua-computer v0.1.24
cua-computer v0.1.24
Computer control library for the Computer Universal Automation (CUA) project
Dependencies
- pylume: latest
Installation
pip install cua-computer==0.1.24cua-agent v0.1.31
cua-agent v0.1.31
Dependencies
- cua-computer: latest
- cua-som: latest
Installation Options
Basic installation with Anthropic
pip install cua-agent[anthropic]==0.1.31With SOM (recommended)
pip install cua-agent[som]==0.1.31All features
pip install cua-agent[all]==0.1.31lume-v0.2.5
1011a7cd9aff7a65cc3789f421cd3508313def2b2e30729d460a82d4707a3d84 lume-0.2.5-darwin-arm64.pkg.tar.gz
32ed9e7dda85c065682b2e9749a66c42eead499c5b9556751454ddd6215257f2 lume-0.2.5-darwin-arm64.tar.gz
Installation with script
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/lume/scripts/install.sh)"
**Full Changelog**: https://github.com/trycua/cua/compare/computer-server-v0.1.4...lume-v0.2.5
cua-computer-server v0.1.4
cua-computer-server v0.1.4
Computer Server for the Computer Universal Automation (CUA) project
A FastAPI-based server implementation for computer control.
Dependencies
- cua-computer: latest
Usage
# Run the server
cua-computer-serverInstallation
pip install cua-computer-server==0.1.4