Skip to content

chore: release v0.1.1#8

Merged
saucam merged 1 commit into
mainfrom
release-plz-2026-06-23T16-59-11Z
Jul 2, 2026
Merged

chore: release v0.1.1#8
saucam merged 1 commit into
mainfrom
release-plz-2026-06-23T16-59-11Z

Conversation

@saucam

@saucam saucam commented Jun 23, 2026

Copy link
Copy Markdown
Owner

🤖 New release

  • codeoid-protocol: 0.1.0 -> 0.1.1
  • codeoid-client: 0.1.0 -> 0.1.1 (✓ API compatible changes)
  • codeoid-tui: 0.1.0 -> 0.1.1
Changelog

codeoid-client

0.1.1 - 2026-07-02

Other

  • release v0.1.0 (#7)

codeoid-tui

0.1.1 - 2026-07-02

Added

  • high-visibility approval banner for pending tool calls (#6)

Fixed

  • terminal restore on panic, per-session render caches, incremental animation frames, sanitizer gaps (#12)

Other

  • release v0.1.0 (#7)


This PR was generated with release-plz.

@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The workspace version is bumped from 0.1.0 to 0.1.1 in Cargo.toml, with matching version updates for the internal codeoid-protocol and codeoid-client dependencies. Changelog files are added or updated for all three crates to document this release.

Changes

v0.1.1 Release

Layer / File(s) Summary
Workspace version bump to 0.1.1
Cargo.toml
Package version updated from 0.1.0 to 0.1.1; internal dependency versions for codeoid-protocol and codeoid-client updated to 0.1.1 with paths unchanged.
Changelog entries for 0.1.1 release
crates/codeoid-client/CHANGELOG.md, crates/codeoid-protocol/CHANGELOG.md, crates/codeoid-tui/CHANGELOG.md
codeoid-client adds a 0.1.1 section referencing the prior v0.1.0 release; codeoid-protocol adds an initial changelog scaffold with an [Unreleased] section; codeoid-tui adds a 0.1.1 section with "Added" and "Other" subsections.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: release v0.1.1' directly and clearly summarizes the main change—a version bump release from 0.1.0 to 0.1.1 across three packages.
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.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-plz-2026-06-23T16-59-11Z

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

@codecov

codecov Bot commented Jun 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.22%. Comparing base (e52bad0) to head (006adce).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #8   +/-   ##
=======================================
  Coverage   58.22%   58.22%           
=======================================
  Files          31       31           
  Lines        6344     6344           
=======================================
  Hits         3694     3694           
  Misses       2650     2650           
Flag Coverage Δ
tui 58.22% <ø> (ø)

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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🤖 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 `@crates/codeoid-client/CHANGELOG.md`:
- Around line 10-15: The 0.1.1 section in the CHANGELOG.md file under the
"Other" subsection lacks substantive content describing actual changes in this
patch release. Either add specific features, bug fixes, or improvements that
were included in version 0.1.1 (following the format shown in the codeoid-tui
changelog with clear bullet points), or if there are no user-facing changes,
explicitly document that the release contains only internal dependency updates
or maintenance work. Ensure the changelog entry clearly communicates what users
or developers should know about this release.

In `@crates/codeoid-protocol/CHANGELOG.md`:
- Around line 1-8: The codeoid-protocol CHANGELOG is missing a 0.1.1 release
section that should exist for consistency with codeoid-client and codeoid-tui.
Add a new release section with the version number 0.1.1 after the header
information and before or adjacent to the [Unreleased] section in the changelog
file, following the same format used in the other project changelogs by
including the release date and any relevant PR references or links.

In `@crates/codeoid-tui/CHANGELOG.md`:
- Around line 10-19: The changelog contains a duplicate entry for the
"high-visibility approval banner for pending tool calls ([`#6`])" feature listed
in both the v0.1.1 and v0.1.0 sections. Since this feature originated in v0.1.0,
remove the duplicate entry from the "Added" section under the v0.1.1 release
heading. If v0.1.1 has no other features to list, you can remove the entire
"Added" subsection from v0.1.1, or replace it with the actual features that were
introduced in that release.
🪄 Autofix (Beta)

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: 5875e6d4-2f92-43c6-a608-391d6289a820

📥 Commits

Reviewing files that changed from the base of the PR and between b5453f7 and 9588656.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock, !**/*.lock
📒 Files selected for processing (4)
  • Cargo.toml
  • crates/codeoid-client/CHANGELOG.md
  • crates/codeoid-protocol/CHANGELOG.md
  • crates/codeoid-tui/CHANGELOG.md

Comment thread crates/codeoid-client/CHANGELOG.md Outdated
Comment on lines +10 to +15
## [0.1.1](https://github.com/saucam/codeoid-ui/compare/codeoid-client-v0.1.0...codeoid-client-v0.1.1) - 2026-06-23

### Other

- release v0.1.0 ([#7](https://github.com/saucam/codeoid-ui/pull/7))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟠 Major | ⚡ Quick win

Clarify what's new in codeoid-client 0.1.1.

The 0.1.1 changelog entry only references the prior v0.1.0 release (PR #7) in the "Other" section, with no substantive content describing what changed or improved in 0.1.1. While the PR objectives note API compatibility, the changelog should document what's actually included in this patch release.

Compare this with the codeoid-tui 0.1.1 changelog (lines 12–14 in that file), which clearly lists the "high-visibility approval banner for pending tool calls" feature. If codeoid-client has no user-facing changes, the changelog should at least explain why (e.g., "Internal dependency updates only"). If there are changes, they should be listed.

🤖 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 `@crates/codeoid-client/CHANGELOG.md` around lines 10 - 15, The 0.1.1 section
in the CHANGELOG.md file under the "Other" subsection lacks substantive content
describing actual changes in this patch release. Either add specific features,
bug fixes, or improvements that were included in version 0.1.1 (following the
format shown in the codeoid-tui changelog with clear bullet points), or if there
are no user-facing changes, explicitly document that the release contains only
internal dependency updates or maintenance work. Ensure the changelog entry
clearly communicates what users or developers should know about this release.

Comment on lines +1 to +8
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🟠 Major | ⚡ Quick win

Add a 0.1.1 release section to codeoid-protocol's CHANGELOG.

The codeoid-protocol changelog is missing a 0.1.1 release entry. Both codeoid-client and codeoid-tui have explicit 0.1.1 sections with release dates and PR references, but codeoid-protocol only contains the header and an [Unreleased] section. For consistency across the workspace, add a matching 0.1.1 release section (even if it documents no user-facing changes, it should state the release date and any relevant links).

🔧 Proposed addition
 ## [Unreleased]
 
+## [0.1.1](https://github.com/saucam/codeoid-ui/compare/codeoid-protocol-v0.1.0...codeoid-protocol-v0.1.1) - 2026-06-23
+
📝 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.

Suggested change
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.1](https://github.com/saucam/codeoid-ui/compare/codeoid-protocol-v0.1.0...codeoid-protocol-v0.1.1) - 2026-06-23
🤖 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 `@crates/codeoid-protocol/CHANGELOG.md` around lines 1 - 8, The
codeoid-protocol CHANGELOG is missing a 0.1.1 release section that should exist
for consistency with codeoid-client and codeoid-tui. Add a new release section
with the version number 0.1.1 after the header information and before or
adjacent to the [Unreleased] section in the changelog file, following the same
format used in the other project changelogs by including the release date and
any relevant PR references or links.

Comment thread crates/codeoid-tui/CHANGELOG.md Outdated
Comment on lines +10 to +19
## [0.1.1](https://github.com/saucam/codeoid-ui/compare/v0.1.0...v0.1.1) - 2026-06-23

### Added

- high-visibility approval banner for pending tool calls ([#6](https://github.com/saucam/codeoid-ui/pull/6))

### Other

- release v0.1.0 ([#7](https://github.com/saucam/codeoid-ui/pull/7))

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📐 Maintainability & Code Quality | 🔴 Critical | ⚡ Quick win

Remove duplicate feature entry from 0.1.1 section.

The "high-visibility approval banner for pending tool calls ([#6])" appears twice in this changelog:

  • Line 14 (in the 0.1.1 Added section)
  • Line 24 (in the 0.1.0 Added section)

A feature cannot be introduced in both v0.1.0 and v0.1.1. The approval banner originated in v0.1.0 (PR #6), so it should only appear in the v0.1.0 section. Remove it from the 0.1.1 "Added" section.

This appears to be a copy-paste error during changelog generation.

🐛 Proposed fix to remove the duplicate entry
 ## [0.1.1](https://github.com/saucam/codeoid-ui/compare/v0.1.0...v0.1.1) - 2026-06-23
 
-### Added
-
-- high-visibility approval banner for pending tool calls ([`#6`](https://github.com/saucam/codeoid-ui/pull/6))
-
 ### Other
 
 - release v0.1.0 ([`#7`](https://github.com/saucam/codeoid-ui/pull/7))

Alternative: If the 0.1.1 release does have new features, replace the approval banner entry with those features instead of removing the "Added" section entirely.

🤖 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 `@crates/codeoid-tui/CHANGELOG.md` around lines 10 - 19, The changelog contains
a duplicate entry for the "high-visibility approval banner for pending tool
calls ([`#6`])" feature listed in both the v0.1.1 and v0.1.0 sections. Since this
feature originated in v0.1.0, remove the duplicate entry from the "Added"
section under the v0.1.1 release heading. If v0.1.1 has no other features to
list, you can remove the entire "Added" subsection from v0.1.1, or replace it
with the actual features that were introduced in that release.

@saucam saucam force-pushed the release-plz-2026-06-23T16-59-11Z branch 2 times, most recently from 314f9d8 to 5ad57e8 Compare June 24, 2026 03:38
@saucam saucam force-pushed the release-plz-2026-06-23T16-59-11Z branch from 5ad57e8 to 006adce Compare July 2, 2026 17:00
@saucam saucam merged commit 25ee272 into main Jul 2, 2026
4 checks passed
@saucam saucam 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