From 9cf208bb09568a7461ee09072f8015faa28b5b3a Mon Sep 17 00:00:00 2001 From: Ryan Sweet Date: Mon, 4 Aug 2025 17:07:07 -0700 Subject: [PATCH] Update README.md --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 114b2bfb..b8629fbe 100644 --- a/README.md +++ b/README.md @@ -389,7 +389,7 @@ export LOGGING_LEVEL=DEBUG ## 📋 FAQ **Q: Why is the package named `cue`?** -A: The package maintains the name `cue` for compatibility and simplicity. +A: The package maintains the name `cue` for Code Understanding Engine **Q: Can I use this without AI/LLM features?** A: Yes! Set `ENABLE_LLM_DESCRIPTIONS=false` to disable AI features. @@ -403,15 +403,6 @@ A: Successfully tested on repositories with 100k+ files. Performance depends on **Q: Can I extend language support?** A: Yes! Add new tree-sitter parsers and language definitions in `code_hierarchy/languages/`. -## 🏆 Future Roadmap - -- [ ] Vector embeddings for semantic code search -- [ ] Web-based dashboard for team collaboration -- [ ] Integration with more IDEs (IntelliJ, Sublime Text) -- [ ] Performance optimizations for enterprise-scale codebases -- [ ] Advanced AI features (code generation, refactoring suggestions) -- [ ] Plugin system for custom analyzers - ## 📄 License MIT License - see [LICENSE.md](LICENSE.md) for details. @@ -425,4 +416,4 @@ Special thanks to the open source community and all contributors who have made t --- **Ready to transform your codebase into an intelligent graph?** -Get started with our [Quickstart Guide](docs/quickstart.md) or try the [VS Code Extension](vscode-blarify-visualizer/) today! \ No newline at end of file +Get started with our [Quickstart Guide](docs/quickstart.md) or try the [VS Code Extension](vscode-blarify-visualizer/) today!