AnyTask CLI v0.9 - Multi-Agent Support

Comprehensive multi-agent support with Claude Code, Cursor, Codex CLI, and Gemini CLI. New plan and PR management commands for streamlined developer workflows.

We're excited to announce AnyTask CLI v0.9 - introducing comprehensive multi-agent support and new plan/PR management commands for streamlined developer workflows.

Highlights

Multi-Agent Support

AnyTask now supports multiple AI coding agents simultaneously:

  • Claude Code - Anthropic's coding assistant
  • Cursor - AI-powered code editor
  • Codex CLI - OpenAI's command-line coding agent
  • Gemini CLI - Google's AI coding assistant

The new CodingAgentAction provides a unified abstraction layer for workflows supporting multiple AI agents, with automatic agent detection and interactive setup.

Plan and PR Management Commands

New task workflow commands for better development tracking:

  • anyt task plan register - Register implementation plans
  • anyt task plan show - Display registered plans
  • anyt task pr register - Register pull requests for tasks
  • anyt task pr show - Display registered PRs

These commands integrate with the workflow system for automated tracking throughout the development lifecycle.

Simplified Slash Commands

Streamlined slash command templates for all coding agents with cleaner, more consistent command structure and improved agent-specific formatting.

Auto-Help on Command Failure

CLI now automatically shows help when a command fails due to missing arguments, making it easier to discover correct usage.

Command Reorganization

  • Moved open, attempt, artifact commands under task subcommand
  • Removed board and graph visualization commands (available via web UI)
  • Cleaned up deprecated hidden commands

Bug Fixes

  • SDK API Call: Pass enum value for agent_type correctly
  • Rich Markup Escaping: Escape Rich markup in worker action console output
  • JSON Streaming Output: Updated coding agents to handle JSON streaming correctly
  • OpenAPI Client Sync: Updated SDK client to match latest backend API

Version History

  • v0.9.1 - December 5, 2025: Bug fixes for SDK API, Rich markup, and JSON streaming
  • v0.9.0 - December 5, 2025: Multi-agent support, plan/PR commands

Learn more at PyPI.