chore(release): prepare 0.58.0 - #202
Merged
Merged
Conversation
Bump version 0.57.0 -> 0.58.0 across pyproject.toml, uv.lock, README, docs, and installer references. Consume Unreleased into a new 0.58.0 (2026-07-11) CHANGELOG section (defensive agent-spec loading, clean terminal rendering for thinking/subagent activity, and the agent-core deepening effort: observable request assembly, transactional conversation history, source-aware agent/skill catalogues, deterministic tool/MCP lifecycle fault coverage, and hardened seams from review) and sync into docs/en/release-notes/changelog.md. Add 0.58.0 entry to docs/en/release-notes/breaking-changes.md (no breaking changes).
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: ⛔ Files ignored due to path filters (4)
📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThe project release version is bumped from 0.57.0 to 0.58.0. Changelog, README, and Linux installer documentation now use the new release number in highlights, installation commands, package filenames, download URLs, and checksum references. ChangesRelease 0.58.0
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This was referenced Jul 17, 2026
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
pyproject.toml,uv.lock,README.md, docs, and installer references.Unreleasedinto a new0.58.0 (2026-07-11)CHANGELOG section covering defensive agent-spec loading, clean terminal rendering for thinking/subagent activity, and the agent-core deepening effort (observable request assembly, transactional conversation history, source-aware agent/skill catalogues, deterministic tool/MCP lifecycle fault coverage, and hardened seams from review); mirrored intodocs/en/release-notes/changelog.mdvianpm run sync.0.58.0entry todocs/en/release-notes/breaking-changes.md(no breaking changes; compatible with 0.57.0 user config, native installs, and session data).Test plan
.venv/bin/python scripts/check_version_tag.py --pyproject pyproject.toml --expected-version 0.58.0.venv/bin/python scripts/check_pythinker_dependency_versions.py ...(all workspace pyprojects).venv/bin/python -m pytest tests/test_installation_docs.py tests/test_homebrew_formula.py -q(17 passed)git grep -nF "0.57.0"— only historical CHANGELOG entries remainmake check-pythinker-code(ruff + pyright + ty, all green)make test-pythinker-code(tests + tests_e2e, all passing)make build-web build-dashboardlocally so the dev-installed CLI's bundled UI isn't staleSummary by CodeRabbit