Skip to content

chore: release v0.2.13#249

Merged
Astro-Han merged 1 commit intodevfrom
chore/release-v0-2-13
Apr 26, 2026
Merged

chore: release v0.2.13#249
Astro-Han merged 1 commit intodevfrom
chore/release-v0-2-13

Conversation

@Astro-Han
Copy link
Copy Markdown
Owner

@Astro-Han Astro-Han commented Apr 26, 2026

Summary

Bump PawWork release package versions from 0.2.12 to 0.2.13.

Why

Prepare the next stable desktop release after the changes merged since v0.2.12.

Related Issue

No linked issue. This is the release bump PR.

How To Verify

bun install --frozen-lockfile

Screenshots or Recordings

Not applicable. No visible UI changes in this PR.

Checklist

  • I linked the related issue, or stated why there is no issue
  • This PR has type, scope, and priority labels, or I requested maintainer labeling
  • I listed the relevant verification steps, including tests when behavior changed
  • I manually checked visible UI or copy changes when needed, with screenshots or recordings
  • I considered macOS and Windows impact for desktop, packaging, updater, signing, paths, shell, or permissions changes
  • I called out docs, release notes, dependencies, permissions, credentials, deletion behavior, or generated/local file changes when relevant
  • I am targeting dev, and my PR title and commit messages use Conventional Commits in English

Summary by CodeRabbit

  • Chores
    • Updated package versions from 0.2.12 to 0.2.13 across all packages.

@Astro-Han Astro-Han added enhancement New feature or request P2 Medium priority desktop Electron shell and desktop packaging labels Apr 26, 2026
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 26, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 58a101d8-ee29-45e6-b542-f7f4edc04bb6

📥 Commits

Reviewing files that changed from the base of the PR and between f283f6f and 7ee2c11.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (4)
  • packages/app/package.json
  • packages/desktop-electron/package.json
  • packages/opencode/package.json
  • packages/util/package.json
📜 Recent review details
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (8)
  • GitHub Check: unit-windows-desktop
  • GitHub Check: unit-windows-opencode-config-project
  • GitHub Check: unit-app
  • GitHub Check: unit-opencode
  • GitHub Check: unit-desktop
  • GitHub Check: smoke-macos-arm64
  • GitHub Check: e2e-artifacts
  • GitHub Check: analyze-js-ts
🧰 Additional context used
🧠 Learnings (1)
📓 Common learnings
Learnt from: Astro-Han
Repo: Astro-Han/pawwork PR: 224
File: packages/app/src/i18n/zh.ts:0-0
Timestamp: 2026-04-24T17:08:44.294Z
Learning: In Astro-Han/pawwork PR `#224`, the first-occurrence `PawWork 爪印` branding rule originally specified in issue `#196` was superseded by an updated Chinese-branding spec. On all zh UI surfaces in `packages/app/src/i18n/zh.ts` (e.g., `dialog.model.unpaid.freeModels.title`, `session.new.subtitle`, `sidebar.gettingStarted.line1`), the correct and intentional target is fully localized `爪印` branding — no `PawWork` prefix. Do NOT flag these strings as missing the first-occurrence `PawWork 爪印` rule in future reviews.
🔇 Additional comments (5)
packages/opencode/package.json (1)

3-3: LGTM! Version bump is clean and consistent.

The version increment from 0.2.12 to 0.2.13 follows semver conventions and is consistent with the other packages being updated in this release.

packages/app/package.json (1)

3-3: LGTM! Version bump is clean and consistent.

The version increment from 0.2.12 to 0.2.13 follows semver conventions and aligns with the other packages in this release.

packages/util/package.json (1)

3-3: LGTM! Version bump is clean and consistent.

The version increment from 0.2.12 to 0.2.13 follows semver conventions and matches the other packages in this release.

packages/desktop-electron/package.json (2)

4-4: LGTM! Version bump is clean and consistent.

The version increment from 0.2.12 to 0.2.13 follows semver conventions and aligns with the other packages in this release.


1-75: Version bump scope is correct. The PR appropriately bumps only the desktop-related packages (app, desktop-electron, opencode, util) to v0.2.13. The other workspace packages (@opencode-ai/ui, @opencode-ai/sdk, @opencode-ai/shared, @opencode-ai/plugin) are on a separate v1.14.19 track for shared libraries and do not require bumping with this desktop release. Note: @opencode-ai/script lacks a version field, indicating it is an internal utility not meant for independent versioning.


📝 Walkthrough

Walkthrough

Four npm packages have their version fields incremented from 0.2.12 to 0.2.13: app, desktop-electron, opencode, and util. Each package.json file receives a single-line version update with no changes to dependencies, scripts, exports, or other configuration.

Changes

Cohort / File(s) Summary
Version Bumps
packages/app/package.json, packages/desktop-electron/package.json, packages/opencode/package.json, packages/util/package.json
Version field incremented from 0.2.12 to 0.2.13 across all four packages.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

Bump, bump, the versions rise so fine,
From twelve to thirteen, they align! 🐰
Four packages dance in harmony's way,
A minor release to brighten the day,
With a twitch of my nose, we're on our way!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The PR title 'chore: release v0.2.13' clearly and concisely summarizes the main change: a version bump release, matching the changeset of updating all package versions to 0.2.13.
Description check ✅ Passed The PR description covers all required template sections with appropriate content: summary of the version bump, rationale for the release, issue status clarification, verification steps, and a completed checklist addressing all key concerns.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/release-v0-2-13

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

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request increments the version number from 0.2.12 to 0.2.13 across several packages, including @opencode-ai/app, @opencode-ai/desktop-electron, opencode, and @opencode-ai/util, as well as updating the bun.lock file. I have no feedback to provide.

@Astro-Han Astro-Han merged commit 7917824 into dev Apr 26, 2026
26 checks passed
@Astro-Han Astro-Han deleted the chore/release-v0-2-13 branch April 26, 2026 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

desktop Electron shell and desktop packaging enhancement New feature or request P2 Medium priority

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant