AnyTask CLI v0.2 focuses on documentation improvements, installation simplification, and AI model upgrades.
Highlights
Documentation Reorganization
Clear separation between user-facing and developer-facing documentation:
- New
DEVELOPER_GUIDE.mdfor internal development - Simplified
README.mdfocused on CLI usage for end users - Added
docs/README.mdto organize documentation by audience - Removed development-specific content from README
Installation Method Update
New recommended installation methods:
# Using uvx (recommended - no installation needed) uvx anyt # Using pipx (permanent installation) pipx install anyt # Traditional pip (still supported) pip install anyt
MCP Server Integration
Simplified MCP functionality:
- Removed separate
src/anytask_mcp/from package - MCP functionality now integrated directly into CLI
- Use
uvx anyt mcp startfor MCP server with Claude Code
AI Model Upgrade
Changed default model to claude-haiku-4-5-20251001 for improved performance and faster responses.
Documentation Structure
docs/ ├── README.md # Navigation by audience ├── CLI_COMPLETE_REFERENCE.md # Auto-generated CLI reference └── DEVELOPER_GUIDE.md # Internal development guide
Version History
- v0.2.0 - October 31, 2025: Documentation reorganization, uvx installation
Learn more at PyPI.