Skip to content

chore(release): 0.7.0-beta.1 - #66

Merged
2233admin merged 6 commits into
mainfrom
agent/v0.7.0-beta.1-release
Jul 28, 2026
Merged

chore(release): 0.7.0-beta.1#66
2233admin merged 6 commits into
mainfrom
agent/v0.7.0-beta.1-release

Conversation

@2233admin

Copy link
Copy Markdown
Owner

What changed

  • set the CLI package version to 0.7.0-beta.1
  • document the cloud-main changes accumulated since v0.6.0
  • refresh the Sentrux baseline for the current source snapshot

Why

Cloud main now includes the write path, structural hardening, and three-platform release packaging. Publish these changes as a prerelease first instead of cutting stable v0.7.0.

Validation

  • python tests/test_repository_layout.py -v
  • python tests/test_skill_package.py -v
  • cargo fmt -p code-intel -- --check
  • cargo check --locked
  • cargo test -p code-intel --locked --quiet
  • cargo build -p code-intel --release --locked
  • code-intel sentrux check .
  • code-intel sentrux gate .
  • authoritative release self-scan (run execute) completed with exit code 0

@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@coderabbitai

coderabbitai Bot commented Jul 28, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 4e0b1d19-d271-4971-aca5-3c0cbd9e3282

📥 Commits

Reviewing files that changed from the base of the PR and between 3ae1574 and 605df00.

📒 Files selected for processing (5)
  • .github/workflows/ci.yml
  • orchestration/integrations.json
  • scripts/tests/test-regression-fixes.ps1
  • tests/test-model-channel-degraded-pipeline.ps1
  • tests/test-model-channel-delegate.ps1

📝 Walkthrough

Summary by CodeRabbit

  • New Features

    • Added write-time workflow support and deterministic previews for AST-based edit plans.
    • Added official multi-platform ZIP releases with verification metadata and platform-aware setup.
    • Added installation guidance for persistent environment configuration.
    • Added parity and structural regression checks.
  • Changed

    • Improved release validation, audit checks, and packaged-payload verification.
    • Updated Windows test execution and schema validation workflows.
  • Fixed

    • Improved Git/path handling, tool discovery, release asset protection, and linked-worktree detection.
  • Security

    • Strengthened untrusted-content boundaries, output limits, action pinning, and release verification.

Walkthrough

The CLI package version was bumped to 0.7.0-beta.1, the changelog was reorganized for the dated beta release, CI and fixture validation were made explicit and fail-fast, and baseline and toolchain evidence were refreshed.

Changes

Release and validation

Layer / File(s) Summary
Version declaration and release notes
crates/code-intel-cli/Cargo.toml, CHANGELOG.md
The package version is now 0.7.0-beta.1, and the changelog documents the dated release with Added, Changed, Fixed, and Security sections.
CI execution and fixture validation
.github/workflows/ci.yml, tests/*.ps1, scripts/tests/test-regression-fixes.ps1
Windows CI invokes PowerShell scripts with explicit fail-fast handling, while model-channel fixtures use PowerShell JSON Schema validation and scratch paths return resolved directory names.
Baseline and toolchain evidence
.sentrux/baseline.json, orchestration/integrations.json
Baseline metrics and metadata were refreshed, and three capability integration toolchain digests were updated.

Estimated code review effort: 3 (Moderate) | ~25 minutes

Possibly related PRs

Poem

A rabbit checks the beta tag,
Then updates metrics in its bag.
CI hops through tests with care,
While schemas guard each fixture there.
“Release is ready!” squeaks the hare.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies the prerelease version bump and matches the main change in this PR.
Description check ✅ Passed The description accurately summarizes the version bump, changelog update, and Sentrux baseline refresh in the changeset.
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.

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.

@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: 1

🤖 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 `@CHANGELOG.md`:
- Around line 19-23: Update the two CLI references in the changelog entries to
use the documented code-intel prefix: change impact --staleness advisory and
edit.ast-grep-plan should both be written as code-intel commands, without
altering the surrounding release-note text.
🪄 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: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 2020cca8-9def-47c5-a0ad-6eb0fdc2006a

📥 Commits

Reviewing files that changed from the base of the PR and between 1512c9d and 3ae1574.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (3)
  • .sentrux/baseline.json
  • CHANGELOG.md
  • crates/code-intel-cli/Cargo.toml

Comment thread CHANGELOG.md
Comment on lines +19 to +23
- Write-time workflow support: the Skill now triggers for implementation,
refactoring, and fixes; `change impact --staleness advisory` provides
explicitly non-gating guidance while a working tree is changing.
- Deterministic, non-mutating `edit.ast-grep-plan` previews, backed by an
internalized and CI-pinned ast-grep toolchain.

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 | 🟡 Minor | ⚡ Quick win

Prefix new CLI command references with code-intel.

Use code-intel change impact --staleness advisory and code-intel edit.ast-grep-plan so the release notes follow the repository’s documented CLI entry point.

Proposed wording
-  refactoring, and fixes; `change impact --staleness advisory` provides
+  refactoring, and fixes; `code-intel change impact --staleness advisory` provides
-  Deterministic, non-mutating `edit.ast-grep-plan` previews, backed by an
+  Deterministic, non-mutating `code-intel edit.ast-grep-plan` previews, backed by an
📝 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
- Write-time workflow support: the Skill now triggers for implementation,
refactoring, and fixes; `change impact --staleness advisory` provides
explicitly non-gating guidance while a working tree is changing.
- Deterministic, non-mutating `edit.ast-grep-plan` previews, backed by an
internalized and CI-pinned ast-grep toolchain.
- Write-time workflow support: the Skill now triggers for implementation,
refactoring, and fixes; `code-intel change impact --staleness advisory` provides
explicitly non-gating guidance while a working tree is changing.
- Deterministic, non-mutating `code-intel edit.ast-grep-plan` previews, backed by an
internalized and CI-pinned ast-grep toolchain.
🤖 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 `@CHANGELOG.md` around lines 19 - 23, Update the two CLI references in the
changelog entries to use the documented code-intel prefix: change impact
--staleness advisory and edit.ast-grep-plan should both be written as code-intel
commands, without altering the surrounding release-note text.

Source: Coding guidelines

@2233admin
2233admin merged commit 771870b into main Jul 28, 2026
7 checks passed
@2233admin
2233admin deleted the agent/v0.7.0-beta.1-release branch July 28, 2026 14:05
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