Skip to content

v0.1.0

Choose a tag to compare

@johanneslatzel johanneslatzel released this 14 Aug 14:06
· 4 commits to main since this release

initial release with:

Features

  • TaskPool: in-memory task store with dependency tracking, cycle detection, and optional file persistence
  • create_task, read_task, and update_task tools bundled in TaskToolPackage
  • structured tasks: title plus description, acceptance criteria, priority, type, links, and six plan arrays
  • derived statuses (pending, ready, in_progress, done) with dependency-aware ready gating
  • read_task filters listings by status, priority, and type
  • limits configurable via TaskConfiguration and LLM_CHAT_TASK_* env vars
  • append-only progress log with timestamped entries

Full Changelog: https://github.com/johanneslatzel/llm-chat-task/commits/v0.1.0