feat: OACP v0.2.3#11
Merged
Merged
Conversation
Promotes oacp-release main @ 5404045 to public. Hotfix-style patch release shipping `oacp watch` noise filters: - new --since=<spec> first-run baseline cutoff (default `now`) - new --show-archived opt-in for archive events (default off) - backwards-compatible: --since=epoch --show-archived restores 0.2.2
spbkgw-beep
approved these changes
Apr 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Promotes oacp-release main @
5404045to public for v0.2.3 release.What's new
oacp watchdefaults are now notification-friendly:--since=<spec>flag (defaultnow) — first-run baseline cutoff. Suppresses replay of pre-existing inbox messages on the first scan for a target. Acceptsnow,epoch, durations (30s/5m/2h/7d), or ISO 8601.--show-archivedopt-in flag — re-enablesmessage_archivedevents. Disabled by default because the watching agent's own deletes are self-loops.--since=epoch --show-archivedrestores 0.2.2 behavior.Validation
--fullPASS on oacp-releasepython3 -m buildPASS —oacp_cli-0.2.3-py3-none-any.whl+oacp_cli-0.2.3.tar.gzoacp-dev)After merge: maintainer pushes
v0.2.3tag to trigger PyPI publish workflow.🤖 Generated with Claude Code