Skip to content

v0.1.4

Choose a tag to compare

@github-actions github-actions released this 24 May 01:03

Added

  • enroll: allow enrolling tasks that are currently in human, done,
    or cancel status (previously enroll was limited to new / work).
  • lazy: rework Jobs panel columns — worktime column, colored status glyph,
    right-aligned task id.

Changed

  • cli: drop autosk assign in favour of autosk enroll --agent.
    enroll --agent <pkg> is now the single way to bind an agent to a task,
    with or without a workflow.
  • examples: move workflow JSON examples to docs/examples/workflows/.

Fixed

  • lazy: render the full comment thread in the Tasks → Detail pane
    (drop the previous "last 5 comments" cap).
  • enroll: address review remarks on the human / done / cancel enroll path.

Docs

  • enroll: refresh docs/workflows.md and CLI docstrings for the new
    human / done / cancel enroll behaviour.

Full Changelog: v0.1.3...v0.1.4