Skip to content

Releases: dmux/pagepilot

Release v0.0.6

31 Oct 00:39

Choose a tag to compare

Bug fixes and improvements for PagePilot extension

Release v0.0.5

27 Oct 17:44

Choose a tag to compare

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.

Release v0.0.4

27 Oct 17:23

Choose a tag to compare

chore: Bump version to 0.0.4

Release v0.0.3

27 Oct 16:58

Choose a tag to compare

chore: Bump version to 0.0.3

Release v0.0.2

25 Oct 01:14

Choose a tag to compare

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

23 Oct 23:22

Choose a tag to compare

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.md now includes test and coverage instructions.
  • Created annotated git tag v0.0.1 and 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

  1. The codebase includes the tests and coverage configuration.
  2. The v0.0.1 tag exists on the remote.
  3. 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.