AnyTask CLI v0.11 brings Windows compatibility fixes and improved worker logging for better visibility into task suggestions.
Highlights
Windows Compatibility
Fixed Windows compatibility issues for full cross-platform support. AnyTask CLI now works seamlessly on:
- macOS - Full support
- Linux - Full support
- Windows - Now fully supported
Worker Suggestion Logging
Enhanced worker suggestion logs now display workspace and project names for better visibility:
- See which workspace a suggested task belongs to
- Identify project context at a glance
- Improved debugging and monitoring experience
Installation
Install AnyTask CLI on any platform:
macOS/Linux:
curl -fsSL https://anyt.dev/install.sh | sh
Windows:
powershell -ExecutionPolicy ByPass -c "irm https://anyt.dev/install.ps1 | iex"
Version History
- v0.11.3 - December 13, 2025: Windows Gemini CLI Fix
- v0.11.2 - December 11, 2025: Version bump release
- v0.11.1 - December 11, 2025: Windows Login Fix
- v0.11.0 - December 11, 2025: Windows Compatibility, Worker Suggestion Logging
Note: v0.11.x is the final Python-based release. Starting with v0.12.0, the CLI has been rewritten in TypeScript. See the v0.12 changelog for details.
Learn more at npm.