Skip to content

chore: release v0.1.2 - #44

Merged
saucam merged 1 commit into
mainfrom
release-v0.1.2
Jun 28, 2026
Merged

chore: release v0.1.2#44
saucam merged 1 commit into
mainfrom
release-v0.1.2

Conversation

@saucam

@saucam saucam commented Jun 28, 2026

Copy link
Copy Markdown
Collaborator

Patch release rolling up the six fixes/doc changes merged since v0.1.1.

Fixed

Changed

Release mechanics

  • Bumps root package.json 0.1.1 → 0.1.2 so the release.yml tag-vs-version check passes.
  • Backfills the previously-undocumented 0.1.1 CHANGELOG entry and fixes the compare links.

After merge: tag v0.1.2 on the merge commit → release.yml publishes to npm (OIDC Trusted Publishing) and cuts the GitHub Release.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Bug Fixes

    • Improved session handling when switching working directories.
    • Fixed canceled tool calls so they no longer appear as failures after resuming.
    • Prevented duplicate output in the terminal during active streams.
    • Added better recovery when login tokens expire.
    • Resolved a session leak when switching Telegram attachments.
  • Documentation

    • Updated release notes with the latest versions and installation guidance.

Patch release rolling up six fixes/doc changes since v0.1.1:

- file explorer switches workdir on session change (#37)
- interrupted tool calls marked cancelled, not failed (#35)
- writeBatch guarded against in-flight streams; no TUI double-print (#33)
- TUI reconnects + re-mints token on JWT expiry (#34)
- Telegram /attach disconnects old session before switching (#29)
- richer README badges (#27)

Bumps package.json to 0.1.2 so the release.yml tag check passes, and
backfills the previously-undocumented 0.1.1 entry in the CHANGELOG.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 28, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 12a372a3-e53e-4213-bf27-6952d0c625d5

📥 Commits

Reviewing files that changed from the base of the PR and between 6a082a4 and cb810d5.

📒 Files selected for processing (2)
  • CHANGELOG.md
  • package.json

📝 Walkthrough

Walkthrough

package.json version is bumped from 0.1.1 to 0.1.2. CHANGELOG.md gains a new 0.1.2 entry with a Fixed section, extends the 0.1.1 entry, and updates the compare links at the bottom.

Changes

v0.1.2 Release Bump

Layer / File(s) Summary
Version bump and changelog update
package.json, CHANGELOG.md
Version incremented to 0.1.2; changelog adds a Fixed section for 0.1.2, an Added/Changed section for 0.1.1, and updated compare links.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • saucam/codeoid#26: Similar patch release bump updating package.json version and changelog entries.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: preparing and versioning the v0.1.2 release.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-v0.1.2

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Jun 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.69%. Comparing base (6a082a4) to head (cb810d5).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #44   +/-   ##
=======================================
  Coverage   59.69%   59.69%           
=======================================
  Files          47       47           
  Lines        7255     7255           
=======================================
  Hits         4331     4331           
  Misses       2924     2924           
Flag Coverage Δ
daemon 59.69% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@saucam
saucam merged commit 81248a0 into main Jun 28, 2026
5 checks passed
@saucam
saucam deleted the release-v0.1.2 branch June 28, 2026 14:52
@coderabbitai coderabbitai Bot mentioned this pull request Jul 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant