Skip to content

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 27 Jun 13:10
11bf866

0.0.2 (2025-06-27)

Features

  • Add --safe flag for file edit preview mode (e1f40dd)
  • Add advanced terminal-style key bindings to input field (99c933b)
  • Add border styling to input field (f6af839)
  • Add cat message prefix and improve message styling (8e6765c)
  • Add EditAction component and FileEditor class (1d24533)
  • Add Git class for git operations (59540d1)
  • Add keyboard shortcuts help text below input field (16153af)
  • Add placeholder text to input field (bfce20e)
  • Add random thinking time for more natural cat responses (c1363bd)
  • Add reusable indent utility function with tests (bf4e2d6)
  • add spinner during cat response (12daf7c)
  • Add warning message when safe mode is disabled (419d6d8)
  • Enhance UI styling with consistent colors and spacing (66be4b1)
  • Expand cat vocabulary with contextual responses (d231f2c)
  • Expand supported file extensions and sort alphabetically (9e23c31)
  • implement basic chat UI component (0d6cd83)
  • Implement double Ctrl+C exit control (76f95f0)
  • Improve message styling in chat history (534bd8c)
  • Integrate file editing with cat responses (64bc1a3)
  • Optimize file editing with streaming and per-line random word replacement (6ec21d8)
  • Print logo (5c7454a)
  • Release 0.0.2 (bea75c7)
  • Update MessageItem to use EditAction component (3ae1ada)

Bug Fixes

  • Change color (fceaaab)
  • Colorize logo (1dd8d0b)
  • Correct backspace key handling in input field (cdc64a7)
  • Hide exit warning before termination on double Ctrl+C (53b0ac0)
  • Improve diff line number alignment in EditAction (7874ab9)