chore: release v1.0.2 #276

Merged
jwilger merged 1 commit from release/v1.0.2 into main 2026-05-19 21:56:32 -07:00
Owner

Prepare release v1.0.2 from branch release/v1.0.2 using scripts/release prepare. This version bump updates Cargo.toml, Cargo.lock, and CHANGELOG.md with semver-selected release metadata before merge to main.

Prepare release v1.0.2 from branch release/v1.0.2 using scripts/release prepare. This version bump updates Cargo.toml, Cargo.lock, and CHANGELOG.md with semver-selected release metadata before merge to main.
chore: release v1.0.2
All checks were successful
CI / Classify changed paths (pull_request) Successful in 1s
CI / Format check (pull_request) Successful in 6s
CI / Clippy (pull_request) Successful in 47s
CI / opencode plugin tests (pull_request) Has been skipped
CI / Dependency policy (pull_request) Successful in 11s
auto_review auto_review: no findings
CI / Build (pull_request) Successful in 32s
CI / Test (pull_request) Successful in 1m0s
CI / Request auto_review semantic review (pull_request) Successful in 1s
CI / Build PR artifacts (no token) (pull_request) Has been skipped
6097da357b
auto-review approved these changes 2026-05-19 15:19:40 -07:00
Dismissed
auto-review left a comment

This PR updates the version to v1.0.2 in preparation for release, modifying the Cargo.toml, Cargo.lock, and CHANGELOG.md files. The changes are straightforward and appear safe to merge.

LLM usage and cost

This PR updates the version to v1.0.2 in preparation for release, modifying the Cargo.toml, Cargo.lock, and CHANGELOG.md files. The changes are straightforward and appear safe to merge. ## LLM usage and cost - Reasoning (gpt-4o) in=1624 out=57 cost=$0.008975 - Cheap (gpt-4o-mini) in=318 out=44 cost=$0.000074 Estimated total USD: $0.009049 via https://api.openai.com and https://api.openai.com
jwilger force-pushed release/v1.0.2 from 6097da357b
All checks were successful
CI / Classify changed paths (pull_request) Successful in 1s
CI / Format check (pull_request) Successful in 6s
CI / Clippy (pull_request) Successful in 47s
CI / opencode plugin tests (pull_request) Has been skipped
CI / Dependency policy (pull_request) Successful in 11s
auto_review auto_review: no findings
CI / Build (pull_request) Successful in 32s
CI / Test (pull_request) Successful in 1m0s
CI / Request auto_review semantic review (pull_request) Successful in 1s
CI / Build PR artifacts (no token) (pull_request) Has been skipped
to abd27b5fcb
All checks were successful
CI / Classify changed paths (pull_request) Successful in 1s
CI / Format check (pull_request) Successful in 5s
CI / Clippy (pull_request) Successful in 43s
CI / opencode plugin tests (pull_request) Has been skipped
CI / Dependency policy (pull_request) Successful in 10s
CI / Test (pull_request) Successful in 55s
CI / Request auto_review semantic review (pull_request) Successful in 1s
auto_review auto_review: no findings
CI / Build (pull_request) Successful in 33s
CI / Build PR artifacts (no token) (pull_request) Has been skipped
2026-05-19 21:16:43 -07:00
Compare
jwilger dismissed auto-review's review 2026-05-19 21:16:43 -07:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

auto-review approved these changes 2026-05-19 21:17:58 -07:00
Dismissed
auto-review left a comment

This release preparation for version 1.0.2 includes updates to testing guidelines, new tests for RGR test author leases, and enhancements to the chat handler for review corrections. The changes appear safe to merge.

Walkthrough

Δ since 6097da3:

  • Testing Guidelines:

    • Updated .opencode/agents/rgr-test-author.md and .opencode/agents/rgr-test-reviewer.md to clarify the scope of in-source test edits for Rust.
  • Plugin Tests:

    • Added new tests in auto-review-discipline-rgr.test.ts to verify the behavior of RGR test author leases, ensuring they are correctly scoped and limited to one file.
  • Plugin Implementation:

    • Introduced new functions and logic in auto-review-discipline.ts to manage test author edit leases, ensuring they are claimed and validated correctly.
  • Chat Handler:

    • Enhanced crates/ar-chat/src/handler.rs to classify review correction messages for approval requests using a structured JSON schema.
  • Review Correction Tests:

    • Added tests in crates/ar-chat/tests/review_correction.rs to verify the new classification logic and ensure robustness against failures.
  • Pipeline:

    • Updated crates/ar-review/src/pipeline.rs to improve PR metadata checks, ensuring substantive content is present in PR bodies.

LLM usage and cost

This release preparation for version 1.0.2 includes updates to testing guidelines, new tests for RGR test author leases, and enhancements to the chat handler for review corrections. The changes appear safe to merge. ## Walkthrough ### Δ since 6097da3: - **Testing Guidelines**: - Updated `.opencode/agents/rgr-test-author.md` and `.opencode/agents/rgr-test-reviewer.md` to clarify the scope of in-source test edits for Rust. - **Plugin Tests**: - Added new tests in `auto-review-discipline-rgr.test.ts` to verify the behavior of RGR test author leases, ensuring they are correctly scoped and limited to one file. - **Plugin Implementation**: - Introduced new functions and logic in `auto-review-discipline.ts` to manage test author edit leases, ensuring they are claimed and validated correctly. - **Chat Handler**: - Enhanced `crates/ar-chat/src/handler.rs` to classify review correction messages for approval requests using a structured JSON schema. - **Review Correction Tests**: - Added tests in `crates/ar-chat/tests/review_correction.rs` to verify the new classification logic and ensure robustness against failures. - **Pipeline**: - Updated `crates/ar-review/src/pipeline.rs` to improve PR metadata checks, ensuring substantive content is present in PR bodies. ## LLM usage and cost - Reasoning (gpt-4o) in=8703 out=372 cost=$0.049095 - Cheap (gpt-4o-mini) in=318 out=44 cost=$0.000074 Estimated total USD: $0.049169 via https://api.openai.com and https://api.openai.com
jwilger force-pushed release/v1.0.2 from abd27b5fcb
All checks were successful
CI / Classify changed paths (pull_request) Successful in 1s
CI / Format check (pull_request) Successful in 5s
CI / Clippy (pull_request) Successful in 43s
CI / opencode plugin tests (pull_request) Has been skipped
CI / Dependency policy (pull_request) Successful in 10s
CI / Test (pull_request) Successful in 55s
CI / Request auto_review semantic review (pull_request) Successful in 1s
auto_review auto_review: no findings
CI / Build (pull_request) Successful in 33s
CI / Build PR artifacts (no token) (pull_request) Has been skipped
to 82330ff64b
All checks were successful
CI / Classify changed paths (pull_request) Successful in 1s
CI / Clippy (pull_request) Successful in 42s
CI / opencode plugin tests (pull_request) Has been skipped
CI / Request auto_review semantic review (pull_request) Successful in 1s
CI / Build (pull_request) Successful in 33s
CI / Build PR artifacts (no token) (pull_request) Has been skipped
CI / Format check (pull_request) Successful in 6s
CI / Dependency policy (pull_request) Successful in 12s
CI / Test (pull_request) Successful in 55s
auto_review auto_review: no findings
2026-05-19 21:33:06 -07:00
Compare
jwilger dismissed auto-review's review 2026-05-19 21:33:06 -07:00
Reason:

New commits pushed, approval review dismissed automatically according to repository settings

auto-review left a comment

This release preparation for v1.0.2 updates the changelog and adds a new ADR document to delay the web-based OAuth installer indefinitely. The changes appear safe to merge.

Walkthrough

Δ since abd27b5:

  • CHANGELOG.md:
    • Added a new entry for version 1.0.2, noting the delay of the OAuth installer.
  • docs/ADR-0019-delay-web-based-oauth-installer-indefinitely.md:
    • Introduced a new ADR document explaining the decision to delay the web-based OAuth installer indefinitely.
  • docs/ARCHITECTURE.md:
    • Updated to reflect the decision to not target a web-based OAuth installer.

LLM usage and cost

This release preparation for v1.0.2 updates the changelog and adds a new ADR document to delay the web-based OAuth installer indefinitely. The changes appear safe to merge. ## Walkthrough ### Δ since abd27b5: - **CHANGELOG.md**: - Added a new entry for version 1.0.2, noting the delay of the OAuth installer. - **docs/ADR-0019-delay-web-based-oauth-installer-indefinitely.md**: - Introduced a new ADR document explaining the decision to delay the web-based OAuth installer indefinitely. - **docs/ARCHITECTURE.md**: - Updated to reflect the decision to not target a web-based OAuth installer. ## LLM usage and cost - Reasoning (gpt-4o) in=1620 out=285 cost=$0.012375 - Cheap (gpt-4o-mini) in=318 out=44 cost=$0.000074 Estimated total USD: $0.012449 via https://api.openai.com and https://api.openai.com
jwilger deleted branch release/v1.0.2 2026-05-19 21:56:32 -07:00
jwilger referenced this pull request from a commit 2026-05-19 21:56:32 -07:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Slipstream/auto_review!276
No description provided.