ci: release packages - #220
Conversation
|
@coderabbitai review |
commit: |
d527e04 to
f675825
Compare
|
@coderabbitai review |
ef24589 to
a778c01
Compare
|
@coderabbitai review |
a778c01 to
366e7c5
Compare
|
@coderabbitai review |
366e7c5 to
386281e
Compare
|
@coderabbitai review |
4210f45 to
abe0e8b
Compare
|
@coderabbitai review |
elkaix
left a comment
There was a problem hiding this comment.
Release PR: CLI 1.5.0, desktop 0.3.8, VS Code extension 0.9.7.
|
@coderabbitai review |
✅ Action performedReview finished.
|
|
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 selected for processing (15)
💤 Files with no reviewable changes (9)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe change removes release changesets and records finalized versions and release notes for the desktop, ChangesRelease metadata
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This PR prepares the documented package releases and removes the consumed changesets; no actionable merge-blocking risk remains after normal checks and review. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Description checkExplanation The description clearly explains that the Changesets action created the release PR and lists the package versions and release changes. However, it does not follow the repository template because it omits the required Related Issue, Problem, What changed, and Checklist sections. Resolution Update the description to use the repository template. Add the related issue, problem statement, change summary, and checklist status. If release PRs are exempt from the contributor template, document that exception in the repository template or use an approved release-specific template. Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (6 skipped: 6 unsupported.)
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 |
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@pymodel/pythinker-code@1.5.0
Minor Changes
#222
6fb46b0Thanks @elkaix! - Add Remote Control, which makes the local web UI reachable from a phone or another computer. Runpythinker rc, or use/rcin the terminal UI, and scan the printed QR code. Enable it withPYTHINKER_CODE_EXPERIMENTAL_REMOTE_CONTROL=1.#221
e6778dcThanks @elkaix! - Add a task detach action to the server API. CallPOST /api/v1/sessions/{session_id}/tasks/{task_id}:detachto move a running foreground task to the background.Patch Changes
#221
e6778dcThanks @elkaix! - Report a denied OpenAI Codex sign-in as cancelled instead of asking for the redirect URL.#223
ad27021Thanks @elkaix! - Remote Control now authenticates to the relay with its own key instead of the local server token. Pass--relay-keyor setPYTHINKER_CODE_REMOTE_CONTROL_RELAY_KEY.#221
e6778dcThanks @elkaix! - Show the prompt that started a subagent turn in the transcript.#219
882835eThanks @elkaix! - Fix sessions that fail to resume when their session journal is truncated or corrupted, for example after the disk fills up.#221
e6778dcThanks @elkaix! - Retry a failed session journal repair before writing new records, so no message is appended behind a corrupted tail.@pymodel/pythinker-desktop@0.3.8
Patch Changes
f27686aThanks @elkaix! - Install Windows updates in the background instead of opening the installer wizard, and report an update that did not take effect.pythinker@0.9.7
Patch Changes
e6778dcThanks @elkaix! - Fix duplicated streaming output when a session is opened twice at the same time.Summary by CodeRabbit
New Features
Bug Fixes