Releases: dmux/pagepilot
Releases · dmux/pagepilot
Release v0.0.6
Release v0.0.5
fix: Handle ZeroVectorError in embeddings
- Modified
generateEmbeddingsto filter out zero vectors. - Modified
findMostRelevantChunksto handle questions with no common words and to filter out results with zero similarity. - Added tests for
embeddings.tsto cover these cases. - Bump version to 0.0.5.
Release v0.0.4
chore: Bump version to 0.0.4
Release v0.0.3
chore: Bump version to 0.0.3
Release v0.0.2
PagePilot is a smart, context-aware development assistant for VS Code Chat. This release brings important improvements and new features to enhance your workflow:
Main changes
- Added documentation management commands () for handling multiple documentation sources.
- Improved context handling: smarter loading and injection of relevant documentation, APIs, and README files.
- Automatic language detection (English & Portuguese Brazil).
- Persistent context storage between VS Code sessions.
- Version fix and tag alignment.
How to use
- Add documentation sources:
- Load context from a URL:
- Ask questions in chat:
Commits in this release
- feat: add documentation management commands and improve context handling
v0.0.1
Release v0.0.1
Release v0.0.1 bundles the initial public release of the PagePilot VS Code extension with full test coverage, documentation, and release artifacts.
Highlights
- Implemented comprehensive unit and integration tests covering the extension logic, i18n, and utility helpers.
- Achieved test coverage: 96.6% (well above the 90% target).
- Added automated coverage tooling and reporting (nyc / c8 configuration and helper scripts).
- Created and applied the MIT license.
- Updated documentation:
README.mdnow includes test and coverage instructions. - Created annotated git tag
v0.0.1and pushed it to the remote repository.
Files changed / added
- package.json — updated scripts for testing and coverage, devDependencies
- LICENSE.md — MIT license
- README.md — testing and coverage instructions
- RELEASE_NOTES.md — this file
- (tests)
src/test/*.ts— new test suites for extension, i18n, utils, and integration - coverage config and helper scripts —
.nycrc.json,test-coverage.js(where present)
Verification
- The codebase includes the tests and coverage configuration.
- The
v0.0.1tag exists on the remote. - This release is published on GitHub with these notes as the release body.
If you want a trimmed or expanded version of these notes (short summary, or full changelog per file), tell me which format you prefer and I will update this file and the GitHub release accordingly.
— The release was prepared on behalf of the project maintainers.