Skip to main content

taskai

A command-line task manager with AI features.

📖 Full documentation: https://taskai.readthedocs.io

pip install taskai-cli

Setup

task setup

Commands

task                              interactive mode
task help                         show every command
task examples                     worked command sequences for common workflows

task show all                     show everything
task show <id|name>               show a specific item

task create <name>                create a top-level item
task add <parent> <name>          add a child item
task update <id> --field value    update any field
task rename <id> <new name>       rename an item
task move <item> <new parent>     reparent an item
task complete <id>                mark complete (recursive)
task delete <id|name>             delete by id or name
task clear                        delete all completed items
task clear <parent>               delete completed under a parent

task comment <id> <text>          add a comment
task link <parent> <item>         soft-link an item under a second parent
task unlink <parent> <item>       remove a soft-link
task reorder <id1> before|after <id2>

task status <id> <text>           set a status string
task pomo <on_mins> <off_mins>    pomodoro timer

task ai <prompt>                  natural language → commands
  --context <path[,path...]>      fold file contents into the prompt
  --reasoning <level>             model thinking effort: minimal|low|medium|high|disable|none
task ai headstart <id>            AI suggests next step, saved as comment

task browser                      launch the web UI (see below)

task config show                  list current config
task config set <key> <value>     set a config value
task config get <key>             get a config value
task config pop <key>             remove a config value

task repair                       repair the database
task nuke                         delete all data (asks to confirm)

Item fields

Pass any of these as --field value to create, add, or update:

Field Format Example
description string --description "needs review"
due_by MM-DD-YYYY --due_by 08-15-2026
priority integer --priority 2
status string --status "in progress"
completed bool --completed true

Config

AI features need a model. task setup walks you through choosing a provider and model, then tells you which environment variable(s) to set:

$ task setup
Beginning setup
  1. openai
  2. anthropic
  3. gemini
  4. vertex_ai
  5. groq
  ...
  20. ollama

Select a provider (number or name): 3
  1. gemini-3.7-flash
  2. gemini-3.1-pro-preview
  3. gemini-3.6-flash
  4. gemini-3.5-flash-lite
  5. gemini-2.5-pro

Select a model for 'gemini' (number or name): 1
Storing: gemini/gemini-3.7-flash
Make sure these environment variables are set:
  GEMINI_API_KEY
Setup complete! Use 'task config set|get|list' to interact with your configuration options

Either prompt also accepts free-typed text, so you can pick a model newer than the built-in menu.

Or set it directly — a provider/model string, using litellm's naming:

task config set AI_MODEL <provider>/<model>   # e.g. gemini/gemini-3.7-flash

Web UI

task browser

Launches a local web server with a canvas view of your item tree:

  • pan / zoom the graph; completed items are tinted green, and soft-links (task link) show as dashed "shadow" copies under their host item
  • click a node to open an edit panel — each field writes back immediately, there's no save button
  • console at the bottom for typing raw task commands against the same data

Examples

task create "Launch website"

# add subtasks (by name or id)
task add "Launch website" "Write copy"
task add "Launch website" "Design mockups" --priority 1
task add "Launch website" "Set up hosting" --due_by 08-15-2026

# check your work
task show "Launch website"

# ask AI what to do first on a specific task
task ai headstart 3

# mark something done and clean up
task complete 2
task clear "Launch website"

Or drive it entirely from a prompt:

task ai "add a task called 'Reply to Alex' under Launch website, and mark the hosting task as done"

Run task examples for more worked sequences.

Release files for taskai-cli 1.7.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for taskai-cli 1.7.0
File Size Uploaded
taskai_cli-1.7.0.tar.gz 85.0 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for taskai-cli 1.7.0
File Interpreter ABI Platform
taskai_cli-1.7.0-py3-none-any.whl Python 3 none any Details

Total release size: 132.3 kB

Release files / taskai_cli-1.7.0.tar.gz

Download URL taskai_cli-1.7.0.tar.gz
Size 85.0 kB
Tags Source
SHA-256 checksum
How to use checksums
c2b1d61dd94b95799ed1f51bc385113eac7e38947cffecd13c89ae870eb537a3
BLAKE2b-256 checksum
How to use checksums
e5d4c1641b66a2d03a97fad2639e697820aa25f8425e9f23dd505f2f0bd85b14
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 4, 2026.

Transparency log

Release files / taskai_cli-1.7.0-py3-none-any.whl

Download URL taskai_cli-1.7.0-py3-none-any.whl
Size 47.3 kB
Tags Python 3
SHA-256 checksum
How to use checksums
2a5a4e1e98f6c6325d7683da72b1cfe420c3c522ea5258e822c9c0b58d5bef88
BLAKE2b-256 checksum
How to use checksums
907f4763ecf0d4b87a3f2cfe56e6bd69868fa40853628a0feb946ce33044d347
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 4, 2026.

Transparency log

Release history Release notifications | RSS feed

1.10.0

2 release files

1.9.26

2 release files

1.9.25

2 release files

1.9.0

2 release files

1.8.1

2 release files

1.8.0

2 release files

1.7.1

2 release files

This release

1.7.0 This release

2 release files

1.6.6

2 release files

1.6.5

2 release files

1.6.3

2 release files

1.6.2

2 release files

1.6.1

2 release files

1.5.4

2 release files

1.5.3

2 release files

1.5.2

2 release files

1.4.5

2 release files

1.4.3

2 release files

1.4.2

2 release files

1.4.0

2 release files

1.3.0

2 release files

1.2.1

2 release files

1.2.0

2 release files

1.1.5

2 release files

1.1.4

2 release files

1.1.3

2 release files

1.1.1

2 release files

1.0.2

2 release files

1.0.1

2 release files

1.0.0

2 release files

0.1.6

2 release files

0.1.5

2 release files

0.1.4

2 release files

0.1.3

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page