chore(release): v1.0.0-beta.48 version bump + changelog - #2364
Conversation
|
ⓘ Qodo reviews are paused because the subscription is no longer active. Ask your workspace admin to reactivate the subscription to resume reviews. Manage billing |
📝 WalkthroughWalkthroughThe release changelog now contains the consolidated ChangesBeta.48 release
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
📝 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 (20 files)
Previous Review Summary (commit 06462a3)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 06462a3)Status: No Issues Found | Recommendation: Merge Files Reviewed (20 files)
Reviewed by step-3.7-flash · Input: 43.1K · Output: 2.1K · Cached: 95.2K |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@CHANGELOG.md`:
- Around line 118-123: Update the changelog entry describing the Dependabot
`#2331` spa-build failure to clarify that CI was pinned to Node 20 at that earlier
time, aligning it with the current Node 22 state documented elsewhere. Preserve
the dependency versions and failure context.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: 7a198553-978d-419e-87ba-b59257e61e96
⛔ Files ignored due to path filters (1)
uv.lockis excluded by!**/*.lock,!**/uv.lock
📒 Files selected for processing (19)
CHANGELOG.mdchangelog.d/2333-strike-quarantine-wiring.mdchangelog.d/2338-hailo-hef-catalog-fixes.mdchangelog.d/2349-alias-editing.mdchangelog.d/2352-memory-agent-traversal.mdchangelog.d/2353-ci-node-22.mdchangelog.d/2356-registry-existence-hiding.mdchangelog.d/2357-wallpaper-fit-options.mdchangelog.d/2361-lists-store-cursor-rollback.mdchangelog.d/2363-v1-consent-key-passthrough.mdchangelog.d/fix-auth-status-ua-symmetry.mdchangelog.d/tsk-icpt4i-agent-loop-wiring.mdchangelog.d/tsk-laezfg-secret-ignores-gate.mdchangelog.d/tsk-n3w5mh-store-wiring-gate.mdchangelog.d/tsk-ppgpln-context-window.mdchangelog.d/tsk-rl2lfb-agent-loop.mddesktop/package.jsonpyproject.tomltinyagentos/__init__.py
💤 Files with no reviewable changes (15)
- changelog.d/2361-lists-store-cursor-rollback.md
- changelog.d/fix-auth-status-ua-symmetry.md
- changelog.d/2349-alias-editing.md
- changelog.d/2353-ci-node-22.md
- changelog.d/2363-v1-consent-key-passthrough.md
- changelog.d/2357-wallpaper-fit-options.md
- changelog.d/tsk-rl2lfb-agent-loop.md
- changelog.d/tsk-icpt4i-agent-loop-wiring.md
- changelog.d/2352-memory-agent-traversal.md
- changelog.d/tsk-laezfg-secret-ignores-gate.md
- changelog.d/tsk-n3w5mh-store-wiring-gate.md
- changelog.d/2356-registry-existence-hiding.md
- changelog.d/2338-hailo-hef-catalog-fixes.md
- changelog.d/2333-strike-quarantine-wiring.md
- changelog.d/tsk-ppgpln-context-window.md
| - **Desktop deps**: bump `dompurify` 3.4.12 -> 3.4.13 (GHSA-55q2-fjhq-7xh7, | ||
| moderate) and `nanoid` 5.1.11 -> 5.1.16 (CVE-2026-67214, high) in | ||
| `desktop/package-lock.json`; lock-only, both already within the declared | ||
| ranges. Split out of Dependabot #2331, whose grouped jsdom 30 bump fails | ||
| spa-build (jsdom 30 requires Node >=22.13; CI pins Node 20). | ||
|
|
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Clarify the historical Node.js version.
Line 54 states that spa-build now runs on Node 22. Line 122 still says that CI pins Node 20. If this describes the earlier Dependabot failure, add a temporal qualifier so the release notes do not describe the released CI state as Node 20.
Suggested wording
- Split out of Dependabot `#2331`, whose grouped jsdom 30 bump fails spa-build (jsdom 30 requires Node >=22.13; CI pins Node 20).
+ Split out of Dependabot `#2331`, whose grouped jsdom 30 bump originally failed spa-build before `#2353` moved CI to Node 22 (jsdom 30 requires Node >=22.13).📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| - **Desktop deps**: bump `dompurify` 3.4.12 -> 3.4.13 (GHSA-55q2-fjhq-7xh7, | |
| moderate) and `nanoid` 5.1.11 -> 5.1.16 (CVE-2026-67214, high) in | |
| `desktop/package-lock.json`; lock-only, both already within the declared | |
| ranges. Split out of Dependabot #2331, whose grouped jsdom 30 bump fails | |
| spa-build (jsdom 30 requires Node >=22.13; CI pins Node 20). | |
| - **Desktop deps**: bump `dompurify` 3.4.12 -> 3.4.13 (GHSA-55q2-fjhq-7xh7, | |
| moderate) and `nanoid` 5.1.11 -> 5.1.16 (CVE-2026-67214, high) in | |
| `desktop/package-lock.json`; lock-only, both already within the declared | |
| ranges. Split out of Dependabot `#2331`, whose grouped jsdom 30 bump originally | |
| failed spa-build before `#2353` moved CI to Node 22 (jsdom 30 requires Node | |
| >=22.13). |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@CHANGELOG.md` around lines 118 - 123, Update the changelog entry describing
the Dependabot `#2331` spa-build failure to clarify that CI was pinned to Node 20
at that earlier time, aligning it with the current Node 22 state documented
elsewhere. Preserve the dependency versions and failure context.
Collate 15 changelog.d fragments into the 1.0.0-beta.48 section (merged with the direct [Unreleased] entries under single headings), bump the four version files including uv.lock's normalized 1.0.0b48. Docs-Reviewed: release version bump; no CI, packaging or contribution rule change
06462a3 to
58d035b
Compare
Release cut per docs/RELEASING.md. Version bumped to 1.0.0-beta.48 in pyproject.toml, desktop/package.json, tinyagentos/init.py, and uv.lock (normalized 1.0.0b48; test_version_lock_sync.py passes locally). All 15 changelog.d fragments plus the two Unreleased items folded into the dated section; Unreleased left empty.
27 PRs merged since beta.47, including the /v1 consent-key passthrough (tsk-hfs6zv) that external Agent-as-a-Model clients are waiting on.
After merge: promote dev to master, tag v1.0.0-beta.48, GitHub Release (not prerelease), deploy Pi via the Settings route.
Summary by CodeRabbit
New Features
Bug Fixes & Security
Chores