AnyTask CLI v0.2 - Documentation & Installation

Documentation reorganization with separate user and developer guides. New recommended installation via uvx and pipx. AI model upgrade to claude-haiku-4-5.

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.md for internal development
  • Simplified README.md focused on CLI usage for end users
  • Added docs/README.md to 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 start for 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.