AnyTask CLI v0.1 marks the initial release, establishing the foundation for AI-native task management.
Core Features
Linear-Style Task Management
- Human-readable task identifiers (DEV-123)
- Customizable status workflows
- Priority levels and dependency tracking
- Rich terminal UI with colors and formatting
Core Commands
Environment & Authentication:
anyt env- Environment managementanyt auth- Authentication (user tokens and API keys)anyt workspace- Workspace operations
Task Management:
anyt task- Full CRUD operations for tasks- Pick/unpick active tasks
- Dependency and label management
- Status and priority tracking
AI-Powered Features:
anyt ai- AI decomposition and summarizationanyt mcp- MCP server integration
Visualization:
anyt board- Kanban board viewanyt timeline- Task timelineanyt summary- Workspace summaryanyt graph- Dependency visualization
Authentication Methods
- JWT token authentication for users
- API key authentication for agents
- Secure credential storage with keyring
Configuration System
- Global config at
~/.config/anyt/config.json - Workspace config at
anyt.json - Active task tracking at
.anyt/active_task.json
v0.1.2 - Enhanced Worker Scripts
Comprehensive automation scripts for Claude AI task processing:
Worker Scripts:
claude_task_worker_enhanced.sh- Full-featured with git commits, follow-up tasks, and dependency managementclaude_task_worker.sh- Standard worker with git auto-commitclaude_task_worker_simple.sh- Interactive mode with manual approval
Features:
- Git auto-commit with structured commit messages (Co-Authored-By attribution)
- Automatic follow-up task creation (
FOLLOW_UP_TASKmarkers) - Blocking task identification (
BLOCKING_TASKmarkers) - Automatic task dependency management
- Configurable via environment variables
Public Task ID Support:
- CLI supports global public task IDs (e.g.,
123456789) anyt task sharegenerates shareable public URLs- Public IDs work across workspaces
Other Additions:
- Health check command (
anyt health check) - CLI documentation generator
- Project context resolution
v0.1.1 - Bug Fixes
- Fixed task identifier resolution for partial identifiers (e.g., "9" -> "DEV-9")
- Fixed
anyt task showAPI endpoint compatibility - Updated
normalize_identifier()helper function
Dependencies
typer>=0.15.3 # CLI framework rich>=14.0.0 # Terminal formatting httpx>=0.28.1 # HTTP client keyring>=25.0.0 # Secure credential storage pydantic>=2.11.9 # Data validation
Version History
- v0.1.2 - October 20, 2025: Enhanced worker scripts, public task IDs
- v0.1.1 - October 19, 2025: Task identifier resolution fixes
- v0.1.0 - October 17, 2025: Initial release
Learn more at PyPI.