What's Changed
🎯 Documentation Overhaul
- Reduced documentation from 10 files to 4 focused guides (85% reduction)
- Each doc now answers ONE clear user question
- Removed internal/developer docs from user-facing folder
- Following "less is more" principle
🔧 Configuration Improvements
- Fixed:
customTGIEndpoint→localEndpointthroughout codebase - Updated default endpoint for enterprise deployment
- Aligns with actual implementation in code
📚 Development Guidelines
- Added Conventional Commits specification to CLAUDE.md
- Documented proper commit prefixes (feat, fix, chore, docs)
- Added repository-specific examples
✅ Quality Assurance
- All 42 tests passing
- Linting completed (
npm run lint) - Code compilation verified
- Package dependencies updated
📦 Impact
- Removed: 9 files of architecture decisions, backend docs, internal processes
- Added: 4 simple guides - installation, configuration, local setup, README
- Net reduction: 1,039 lines of documentation overhead
📥 Installation
Download vllm-huggingface-bridge-1.0.1.vsix and install:
```bash
code --install-extension vllm-huggingface-bridge-1.0.1.vsix
```
Or drag the VSIX file into VS Code Extensions panel.
🚀 For Enterprise Users
This release includes a default enterprise endpoint configuration. Teams can now install and immediately use the extension with their internal inference servers.
Full Changelog: v1.0.0...v1.0.1