Skip to content

Version v0.1.59

This release improves the project structure by reorganizing example plugins into a dedicated directory, enhancing maintainability and clarity. It also fixes import path issues in example plugins to ensure tests run correctly.

New Features

  • Organize all example plugins into a new example-plugins/ directory, consolidating multiple plugins and updating references across config files, tests, documentation, and the codebase map for better project organization (37e9f0) (Eric Ma)

Bug Fixes

  • Fix import paths in example plugins after moving them to the new directory, correcting relative imports to prevent test failures (8093c9) (Eric Ma)

Deprecations

  • None