You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
馃帹 JSON Output Format: New --style json option for machine-readable structured output, perfect for integration with other tools and scripts
馃搳 Git Log Integration: Include recent commit history in output with --include-logs option
馃攢 Git Sort by Changes: Sort files by change frequency with --sort-by-changes option, showing most frequently modified files first
馃搨 Output Split: Split large outputs into multiple files with configurable size limits using split_output configuration
馃尦 Token Count Tree: Visualize token distribution across directories with token_count_tree option
馃搧 Full Directory Structure: Show complete directory tree including ignored files with include_full_directory_structure option
馃敡 Skill Generation: Generate Claude Agent Skills from codebase with new skill generation module
馃 MCP generate_skill Tool: New MCP tool for generating Claude Agent Skills directly from AI assistants
馃寪 Extended Tree-sitter Support: Added support for 9 additional languages (Rust, Java, C, C++, C#, Ruby, PHP, Swift, CSS) - now supporting 13 languages total
Changed
馃摑 Configuration Schema: Updated with new options for git integration, output splitting, and token tree visualization
馃摎 Documentation: Comprehensive updates to README files with new feature documentation
馃И Examples: Added 5 new example files demonstrating JSON output, Git integration, output splitting, token tree, and full directory structure
Fixed
馃悰 Test Fixes: Fixed path comparison issues in test_file_stdin.py and output file path handling in test_core_functionality.py