Skip to content

v0.3.3 - CRITICAL HOTFIX: Fix missing TUI module

Choose a tag to compare

@bdmorin bdmorin released this 06 Sep 18:53

🚨 Critical Hotfix

This release fixes a critical issue where the TUI module was missing from the PyPI package, causing ModuleNotFoundError: No module named 'eyelet.tui' errors.

πŸ› Fixed

  • CRITICAL: Fixed missing TUI module in PyPI package
  • Added .tcss file to package data to ensure TUI styles are included
  • Updated MANIFEST.in to include TUI resources

⚠️ Important

Users who installed v0.3.2 should upgrade immediately:

uvx eyelet@latest
# or
pipx upgrade eyelet

πŸ“ Full v0.3.2 Features

  • Recall Feature: Search Claude Code conversation history
  • TUI Framework: Complete Textual-based UI (experimental)
  • Test Improvements: Better test coverage and pytest-asyncio support

Known Issues

  • TUI exit functionality needs fixing (Ctrl+C doesn't work properly)
  • Recall screen not accessible from main TUI menu