Skip to content

Release v0.2.1 - Zig Language Support

Compare
Choose a tag to compare
@johnhuang316 johnhuang316 released this 25 Jun 01:10
· 25 commits to master since this release

New Features

  • Zig Language Support: Added support for .zig files in code indexing and searching
    • Files with .zig extension are now automatically indexed
    • Code search and analysis work seamlessly with Zig source files
    • Thanks to @jedisct1 for the contribution!

Technical Details

  • Updated supported file extensions to include .zig
  • Enhanced documentation to reflect Zig language support
  • All existing MCP tools (search_code, find_files, get_file_summary) now work with Zig files

Documentation

  • Updated README.md with Zig language in supported languages list
  • Updated Chinese documentation (README_zh.md)