Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: dmux/pagepilot

Tags

v0.0.5

Toggle v0.0.5's commit message
fix: Handle ZeroVectorError in embeddings

- Modified `generateEmbeddings` to filter out zero vectors.
- Modified `findMostRelevantChunks` to handle questions with no common words and to filter out results with zero similarity.
- Added tests for `embeddings.ts` to cover these cases.
- Bump version to 0.0.5.

v0.0.4

Toggle v0.0.4's commit message
chore: Bump version to 0.0.4

v0.0.3

Toggle v0.0.3's commit message
release: v0.0.3

v0.0.2

Toggle v0.0.2's commit message
fix: v0.0.2

v0.0.1

Toggle v0.0.1's commit message
Release v0.0.1: PagePilot with comprehensive test suite

🚀 First release of PagePilot - Multi-language development assistant

✨ Features:
- Multi-language VS Code Chat participant (English/Portuguese)
- Smart context loading from URLs (/load command)
- Persistent context storage between sessions
- Integration with VS Code Language Model Chat
- Real-time response streaming

🧪 Testing:
- 96.6% test coverage with 88 passing tests
- Comprehensive test suites for all functionality
- Performance and integration testing
- Error handling and edge cases covered

📦 Ready for production use in VS Code 1.105+