release: 1.0.0-beta.49 - #2414
Conversation
Bump the four version files (pyproject.toml, tinyagentos/__init__.py, desktop/package.json, and uv.lock's normalized 1.0.0b49) and fold the 16 changelog.d fragments into a dated CHANGELOG section. 119 commits since beta.48. Docs-Reviewed: release bump only, no route, schema or behaviour change; the CHANGELOG section is generated from fragments already reviewed on their own PRs.
|
ⓘ Qodo reviews are paused because your trial has ended. Ask your workspace admin to add credits to resume reviews. Manage billing |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (20)
💤 Files with no reviewable changes (16)
📝 WalkthroughWalkthroughThe PR prepares the beta.49 release by consolidating changelog entries, removing individual release fragments, and updating desktop and Python package versions. ChangesBeta.49 release preparation
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This release updates version metadata and consolidates changelog entries; the reported version checks pass, and no actionable merge-blocking risk remains beyond normal checks and review. Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (21 files)
Reviewed by step-3.7-flash · Input: 51.7K · Output: 4.7K · Cached: 98.7K |
Release bump for 1.0.0-beta.49, cut from origin/dev at 016457b.
What is in it
119 commits since beta.48 (4ed3cc3). The CHANGELOG section is folded from the 16
changelog.d/fragments that accumulated since the last cut, each already reviewed on its own PR.Version files
All four bumped, verified no beta.48 string survives in any of them:
pyproject.tomltinyagentos/__init__.pydesktop/package.jsonuv.lockVerification
tests/test_version_lock_sync.py,tests/test_version_endpoint.pyandtests/test_version_header.pypass locally, 6 passed. Confirmed the run resolved the worktree package rather than the main checkout (tinyagentos.__version__reads 1.0.0-beta.49 from the worktree path), since a worktree run can otherwise silently test the main tree.Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Chores