- ~/.claude/ subdirectory scanning for --cleanup flag
- Safety checks for context mode with large directories
Full changelog
🎸 Smart Tree v6.5.2 Release
📊 Changes since v6.5.1
- chore: Bump version to 6.5.2 (8bit-wraith)
- Check base path before listing conversations (8bit-Wraith)
- feat(security): Add ~/.claude/ subdirectory scanning to --cleanup (8bit-wraith)
- Merge pull request #50 from 8b-is/copilot/fix-memory-allocation-issue (8bit-Wraith)
- Address code review: Extract magic numbers to named constants (copilot-swe-agent[bot])
- Add test for lazy WaveGrid initialization to prevent regression (copilot-swe-agent[bot])
- Fix 34GB memory allocation bug in WaveGrid initialization (copilot-swe-agent[bot])
- Add safety checks for context mode with large directories (copilot-swe-agent[bot])
- Initial plan (copilot-swe-agent[bot])
⚡ Quick Installation
Linux/macOS/WSL
curl -sSL https://raw.githubusercontent.com/8b-is/smart-tree/main/scripts/install.sh | bash
Claude Desktop MCP Configuration
{
"mcpServers": {
"smart-tree": {
"command": "/usr/local/bin/st",
"args": ["--mcp"],
"env": {
"AI_TOOLS": "1"
}
}
}
}
📦 Download Options
| Platform | Architecture | File |
|----------|--------------|------|
| Linux | x86_64 | st-v6.5.2-x86_64-unknown-linux-gnu.tar.gz |
| Linux | ARM64 | st-v6.5.2-aarch64-unknown-linux-gnu.tar.gz |
| macOS | Intel | st-v6.5.2-x86_64-apple-darwin.tar.gz |
| macOS | Apple Silicon | st-v6.5.2-aarch64-apple-darwin.tar.gz |
| Windows | x86_64 | st-v6.5.2-x86_64-pc-windows-msvc.zip |
| Claude Desktop | All | smart-tree.dxt |
🎸 Pro Tip: Life's too short for slow directory traversal!
Built with 💙 by the Smart Tree Team: Hue, Aye, Trisha, and The Cheet
Aye, Aye! 🚢
What's Changed
- Fix 34GB memory allocation in context mode by @Copilot in https://github.com/8b-is/smart-tree/pull/50
Full Changelog: https://github.com/8b-is/smart-tree/compare/v6.5.1...v6.5.2