Overview Version History Q & A Rating & Review
TaskAI
Manage your tasks in plain Markdown, powered by local AI.
Features
Edit your tasks in ~/.taskai/tasks.md
using any Markdown format.
Tasks are automatically organized, updated, and deleted in a local JSON file.
Each task gets an AI-enhanced title and actionable description using Ollama's mistral:7b
model.
No complex UI—just files and automation.
Usage
Open or create ~/.taskai/tasks.md
and write your tasks as Markdown list items.
On save, TaskAI will:
Add new tasks with sequential IDs
Update changed tasks
Remove deleted tasks
Enhance each task with AI
All data is stored locally in ~/.taskai/tasks.json
.
Requirements
Node.js (for extension runtime)
Ollama with mistral:7b
model running locally for AI features
Known Issues
Only supports local Markdown file, no cloud sync yet.
Requires Ollama to be running for AI enhancements.
Release Notes
0.0.1
Initial release: basic add, update, delete, and AI enhancement for tasks.
1.0.1
Fixed issue #.
1.1.0
Added features X, Y, and Z.
Following extension guidelines
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.
Working with Markdown
You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
Split the editor (Cmd+\
on macOS or Ctrl+\
on Windows and Linux).
Toggle preview (Shift+Cmd+V
on macOS or Shift+Ctrl+V
on Windows and Linux).
Press Ctrl+Space
(Windows, Linux, macOS) to see a list of Markdown snippets.
Enjoy!