Skip to content

AFKBOT 1.9.5

Choose a tag to compare

@afkbot-io afkbot-io released this 27 May 07:24
· 10 commits to main since this release

AFKBOT 1.9.5

Hotfix for installed Click/Typer runtime compatibility in the Task Flow review queue CLI.

  • Fixed afk task review-list --all-reviewers when Click/Typer wrappers expose different ParameterSource.DEFAULT enum instances.
  • Added regression coverage for missing and enum-compatible default parameter sources.

Verification:

  • uv run pytest tests/cli/test_task_command.py -q
  • uv run afk task --profile default review-list --all-reviewers
  • uv run ruff check .
  • uv run mypy .
  • uv run pytest -q
  • uv build
  • uvx twine check dist/*