Skip to content

v0.6.0

Choose a tag to compare

@heyhuynhgiabuu heyhuynhgiabuu released this 10 Jun 08:13
· 12 commits to main since this release

v0.6.0

Breaking Changes

  • File icons removed from rendering for cleaner UI

Features

  • Monolith src/index.ts split into 14 focused modules for maintainability
  • FFF-accelerated find/grep with SDK and ripgrep fallback
  • multi_grep tool for multi-pattern OR search

Fixes

  • Fixed ANSI RGB color corruption — colors with components in 100-107 range now render correctly
  • Fixed tool background color not being applied
  • Fixed grep/multi_grep renderResult to properly display file:line:content output
  • Fixed multi_grep parameters schema for DeepSeek compatibility

UI Improvements

  • Added 2-space left and top padding to all tool titles
  • 2-space left indent for all tool content results
  • Removed file icons for cleaner terminal experience