Skip to content

cognautic-cli v1.2.8

Latest

Choose a tag to compare

@cognautic cognautic released this 08 Mar 09:04

Changelog

All notable changes to Cognautic CLI will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[1.2.8] - 2026-03-08

Fixed

  • Added PyYAML to core install dependencies so CLI startup no longer fails with ModuleNotFoundError: No module named 'yaml'.
  • Added the missing AsyncGenerator typing import so ai_engine.py no longer fails at import time on Python 3.13 with NameError: name 'AsyncGenerator' is not defined.