Skip to content

AFKBOT 1.9.4

Choose a tag to compare

@afkbot-io afkbot-io released this 26 May 21:28
· 11 commits to main since this release

AFKBOT 1.9.4

Hotfix for the Task Flow review queue CLI after the 1.9.3 rollout.

  • Fixed afk task review-list --all-reviewers on installed runtimes where Click reports no parameter source for defaulted options.
  • Added a regression test for missing parameter-source handling.
  • Excluded local ignored plugin package caches from mypy ., so full type checks stay reproducible when runtime plugins exist in the working tree.

Verification:

  • uv run pytest tests/cli/test_task_command.py -q
  • uv run ruff check .
  • uv run mypy .
  • uv run pytest -q
  • uv build
  • uvx twine check dist/*