Prepare 0.4.1 release - #164
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the 0.4.1 release by bumping package versions and publishing the corresponding changelog entries (root changelog line + per-release changelog folder entry).
Changes:
- Bump Python (
agenthub-python) and TypeScript (@prismshadow/agenthub) package versions to0.4.1. - Publish the 0.4.1 changelog folder entry (README + detailed entry) and add the 0.4.1 line to the root
CHANGELOG.md. - Normalize the previously “unreleased” changelog entry to the release version.
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src_ts/package.json | Bumps the TypeScript package version to 0.4.1. |
| src_ts/package-lock.json | Updates lockfile metadata to reflect version 0.4.1. |
| src_py/pyproject.toml | Bumps the Python package version to 0.4.1. |
| changelog/0.4.1/README.md | Sets the 0.4.1 release header and summary entry. |
| changelog/0.4.1/2026-07-22-kimi-k3-gemini-3-6-registry.md | Adds detailed release notes for the 0.4.1 feature set. |
| CHANGELOG.md | Adds the one-line root changelog entry for version 0.4.1. |
Files not reviewed (1)
- src_ts/package-lock.json: Generated file
Comments suppressed due to low confidence (1)
changelog/0.4.1/README.md:2
- The per-version changelog README files consistently use a “# Version x.y.z” heading and include a “Released on YYYY-MM-DD.” line (e.g., changelog/0.4.0/README.md:1-4, changelog/0.3.2/README.md:1-4). This file currently deviates from that convention, which makes the changelog index less uniform.
Merged
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.
Summary
agenthub-pythonand@prismshadow/agenthubto 0.4.1 (pyproject.toml, package.json, package-lock.json)changelog/0.5.0/folder tochangelog/0.4.1/per the release convention and drop the "(unreleased)" markerCHANGELOG.md: Kimi K3, the Gemini 3.6 generation (gemini-3.6-flash, gemini-3.5-flash-lite), and GLM-5.2 support, the supported-model registry with USD/CNY pricing, context windows, and modalities, and theUnsupportedParameterErrorparameter error class (all merged in Support Kimi K3 and the Gemini 3.6 generation, add a supported-model registry #163)🤖 Generated with Claude Code