Skip to content

chore(main): release 0.2.0 - #183

Merged
chrisleekr merged 1 commit into
mainfrom
release-please--branches--main--components--agentsync
Aug 14, 2026
Merged

chore(main): release 0.2.0#183
chrisleekr merged 1 commit into
mainfrom
release-please--branches--main--components--agentsync

Conversation

@chrisleekr

@chrisleekr chrisleekr commented Jun 20, 2026

Copy link
Copy Markdown
Owner

🤖 I have created a release beep boop

0.2.0 (2026-08-14)

⚠ BREAKING CHANGES

  • doctor: detect legacy daemon leftovers (#208)

Features

  • agents: add OpenCode vault backup and explicit restore (#212) (918eb50)
  • config: add agentsync config command and [security] schema section (#185) (b9d39ae)
  • daemon: durable health state, divergence escalation, staleness checks, watcher pre-filter (#188) (ff845c8)
  • discovery: add agentsync ls and status --machine for cross-machine browse (#187) (8fc2009)
  • doctor: detect legacy daemon leftovers (#208) (5c331e3)
  • key: add recipient revocation (key remove), key list, and crash-safe rotate (#184) (462b28e)
  • migrate: add custom agent translation (#209) (3330aa8)
  • migrate: add OpenCode migration endpoint (#211) (e571923)
  • sanitizer: configurable secret policy, PEM/JWT detection, honest docs (#186) (4e4d1df)
  • security: add redact secretScan mode with placeholder-aware copy (#191) (1179879)
  • tui: add Config tab and surface daemon staleness on the Dashboard (#189) (1a07530)
  • tui: generalise vault x removal to any artifact, not just skills (#182) (4c1175c)

Bug Fixes

  • deps: update npm dependencies to ^0.4.0 (#194) (e4ffbbd)
  • security: always block the age key and PEM private keys even when secretScan=off (#190) (d8f9a82)

Code Refactoring

  • daemon: remove the background daemon and auto-sync subsystem (#192) (c8dc086)

This PR was generated with Release Please. See documentation.

@coderabbitai

coderabbitai Bot commented Jun 20, 2026

Copy link
Copy Markdown

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

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: 71b0a068-c6e4-4f80-9cbe-a41229295a3e

📥 Commits

Reviewing files that changed from the base of the PR and between a93238a and d707f04.

📒 Files selected for processing (4)
  • .release-please-manifest.json
  • CHANGELOG.md
  • package.json
  • src/cli.ts

📝 Walkthrough

Walkthrough

Automated release bump from 0.1.14 to 0.2.0. Release metadata, package metadata, CLI version metadata, and the changelog were updated.

Changes

Version bump and release notes

Layer / File(s) Summary
Version fields and changelog
.release-please-manifest.json, package.json, src/cli.ts, CHANGELOG.md
Version values were updated to 0.2.0. CHANGELOG.md adds the v0.2.0 release entry with breaking changes, features, bug fixes, and daemon refactoring notes.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Mergeability Score: ⚪ Minimal · up to d707f

This release updates the project to version 0.2.0 and records its new commands, migration behavior, security handling, and daemon changes; no actionable merge-blocking risk remains, so it is merge-ready after normal checks.

Possibly related PRs

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description provides release notes but omits the required Summary, Changes, Test Evidence, Risks / Follow-ups, and Checklist sections. Add the required template sections and include test evidence, risks or "None", and checklist status.
✅ Passed checks (4 passed)
Check name Status Explanation
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.
Title check ✅ Passed The title clearly identifies this pull request as the automated release of version 0.2.0.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch

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.

❤️ Share

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

@chrisleekr
chrisleekr force-pushed the release-please--branches--main--components--agentsync branch 9 times, most recently from 1a1b442 to 8b02bc1 Compare June 21, 2026 21:33
@chrisleekr
chrisleekr force-pushed the release-please--branches--main--components--agentsync branch 2 times, most recently from c2c4ab8 to a93238a Compare July 5, 2026 14:09
@cursor

cursor Bot commented Jul 5, 2026

Copy link
Copy Markdown

Bugbot is not enabled for this team, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@chrisleekr
chrisleekr force-pushed the release-please--branches--main--components--agentsync branch from a93238a to be29383 Compare August 12, 2026 11:11
@chrisleekr chrisleekr changed the title chore(main): release 0.1.15 chore(main): release 0.2.0 Aug 12, 2026
@chrisleekr
chrisleekr force-pushed the release-please--branches--main--components--agentsync branch 3 times, most recently from d707f04 to 6c1e5a3 Compare August 13, 2026 20:02
@chrisleekr
chrisleekr force-pushed the release-please--branches--main--components--agentsync branch from 6c1e5a3 to 5be91bd Compare August 14, 2026 09:43
@chrisleekr
chrisleekr merged commit 39d643b into main Aug 14, 2026
24 checks passed
@chrisleekr
chrisleekr deleted the release-please--branches--main--components--agentsync branch August 14, 2026 09:56
@chrisleekr

Copy link
Copy Markdown
Owner Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant