Prepare 0.4.0 release - #160
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01J8bNMvyPJ7muyDs4Fh9ZLF
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the AgentHub 0.4.0 release by bumping published package versions (Python + TypeScript) and promoting the top changelog entry into an explicit 0.4.0 release line, aligning with the breaking fidelity payload/data-model change described in the linked details doc.
Changes:
- Bump Python package version from 0.3.3 to 0.4.0 (
src_py/pyproject.toml). - Bump TypeScript package version from 0.3.3 to 0.4.0 (
src_ts/package.jsonandsrc_ts/package-lock.json). - Update
CHANGELOG.mdtop entry to include “Release version 0.4.0 …” while preserving the details link.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src_ts/package.json | Updates npm package version to 0.4.0 for the release. |
| src_ts/package-lock.json | Keeps lockfile metadata aligned with the 0.4.0 package version. |
| src_py/pyproject.toml | Updates Python package version to 0.4.0 for the release. |
| CHANGELOG.md | Converts the top changelog item into the explicit 0.4.0 release line and keeps the details reference. |
Files not reviewed (1)
- src_ts/package-lock.json: Generated file
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.
Bump the version to 0.4.0 and turn the top changelog entry into the release line.
0.4.0 ships the
fidelitycontent-item payload that replaces the per-itemsignature/phasefields (breaking — histories recorded by 0.3.x need those fields moved underfidelityto replay, see the details file), and OpenAI-compatible clients now replay thinking through exactly the reasoning field the upstream produced. The minor bump follows from the breaking data-model change.src_py/pyproject.toml: 0.3.3 → 0.4.0src_ts/package.json/package-lock.json: 0.3.3 → 0.4.0CHANGELOG.md: release line for 0.4.0🤖 Generated with Claude Code
https://claude.ai/code/session_01J8bNMvyPJ7muyDs4Fh9ZLF