chore: add unreleased changelog entries for PRs since v0.7.4#213
Merged
danielmeppiel merged 2 commits intomainfrom Mar 9, 2026
Merged
chore: add unreleased changelog entries for PRs since v0.7.4#213danielmeppiel merged 2 commits intomainfrom
danielmeppiel merged 2 commits intomainfrom
Conversation
7477004 to
ff2bbcd
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Updates CHANGELOG.md to capture unreleased work since v0.7.4, summarizing new capabilities and fixes across plugin management, git providers, MCP dependencies, CLI improvements, and documentation.
Changes:
- Added a new “Unreleased” section with grouped Added/Fixed/Changed bullet entries.
- Documented major plugin/MCP/dependency-handling enhancements and associated fixes.
- Noted documentation and workflow/tooling updates since the last release.
| - Use `CREATE_PR_PAT` for agentic workflows in Microsoft org (#144) | ||
|
|
||
| ### Changed | ||
|
|
There was a problem hiding this comment.
The Set[Path] type detail reads like an internal implementation note rather than a user-facing changelog entry. Consider rephrasing this bullet to focus on the observable behavior/impact (e.g., faster compilation scanning) without exposing Python typing internals.
Suggested change
| - Exclude `apm_modules` from compilation scanning and cache compiled paths to improve performance (#157) |
ff2bbcd to
f5aa673
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the
CHANGELOG.mdfile to document a wide range of new features, fixes, and improvements made since the last release. The changes provide a detailed summary of enhancements to plugin management, git provider support, dependency handling, CLI usability, and documentation, as well as numerous bug fixes and performance optimizations.