Skip to content

chore(release): v0.12.2-beta.1 - #1347

Merged
sahrizvi merged 2 commits into
mainfrom
release/v0.12.2-beta.1
Sep 21, 2026
Merged

sahrizvi merged 2 commits into
mainfrom
release/v0.12.2-beta.1

Conversation

@sahrizvi

@sahrizvi sahrizvi commented Sep 21, 2026

Copy link
Copy Markdown
Collaborator

Issue for this PR

Release PR — no issue. Beta of the six fixes merged after v0.12.1: #1341, #1342, #1343, #1344, #1345, #1346.

Type of change

  • Other: release

What does this PR do?

Adds the ## [0.12.2-beta.1] CHANGELOG entry. Once merged, the merge commit is tagged v0.12.2-beta.1; the -beta.1 suffix routes the release workflow to the npm beta dist-tag, so latest (0.12.1) is untouched and nobody is auto-upgraded. The changelog is baked into the binary and every npm package at build time, so it has to be in the tagged commit.

How did you verify your code works?

Local gates on this commit (the release workflow's own, reproduced before tagging):

  • bun script/release-preflight.ts --version 0.12.2-beta.1 --stage pre --allow-prerelease: PASS (tag free locally and remotely; notes diff against v0.12.1; no prerelease tags on the 0.12 line; no release-blocker PRs; marker guard clean)
  • bun turbo typecheck --force: 13/13 packages
  • OPENCODE_VERSION=0.12.2-beta.1 bun run pre-release: PASS — the dist binary starts and reports 0.12.2-beta.1
  • Package size: 173 MB compressed (npm limit ≈190)
  • Verdaccio install sanity (Docker, linux-arm64 build): running; result posted here before merge

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

🤖 Generated with Claude Code

https://claude.ai/code/session_012Q51zFUmPg1WwtS5CrGJE6


Summary by cubic

Prepares the v0.12.2-beta.1 release by adding its CHANGELOG entry, now with a corrected docs path. The release publishes to the npm beta dist-tag, so latest stays at 0.12.1 and no one is auto-upgraded; the changelog is baked into the binary and every npm package at build time, so it has to be in the tagged commit.

The six fixes it documents: environment variables are now read under their documented ALTIMATE_CLI_* names, /skills opens the Altimate skills browser, Snowflake metadata comparisons no longer misreport valid queries, team memory and one-shot run uploads survive, headless runs always end with an answer, and FinOps tools in linked projects route to the workspace engine.

Written for commit 4596539. Summary will update on new commits.

Review in cubic

Summary by CodeRabbit

  • Bug Fixes
    • Documented ALTIMATE_CLI_* environment variables now work consistently, including when multiple spellings are configured.
    • The /skills browser now provides clearer dialog actions, with installation assigned to the correct shortcut.
    • Snowflake validation no longer incorrectly reports correctly cased columns as missing.
    • Headless runs always return an answer or a clear failure status.
    • Linked-project FinOps tools now target the correct workspace engine and provide an explanatory error when unavailable.
    • Team memory reminders and synchronization now behave more reliably in supported pilot workflows.

Beta of the six workspace-pilot and configuration fixes merged after v0.12.1
(#1341 #1342 #1343 #1344 #1345 #1346). Publishes to the npm `beta` dist-tag;
`latest` stays at 0.12.1.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012Q51zFUmPg1WwtS5CrGJE6

@claude claude 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.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.

Tip: disable this comment in your organization's Code Review settings.

@github-actions

Copy link
Copy Markdown

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@coderabbitai

coderabbitai Bot commented Sep 21, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

Understand this PR’s impact

Explore downstream dependencies and potential security impact with Blast Radius.

View blast radius →

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Advanced

Run ID: 3e238e7b-481a-4464-a3ad-57ad2b0be740

📥 Commits

Reviewing files that changed from the base of the PR and between da66712 and 4596539.

📒 Files selected for processing (1)
  • CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • CHANGELOG.md

Included review availability: Your plan provides up to 4 included reviews per hour; 1 remains after this review.


📝 Walkthrough

Walkthrough

The changelog adds a 0.12.2-beta.1 release entry dated 2026-09-22. It documents six fixes covering environment variables, skills navigation, Snowflake validation, team memory, headless execution, and FinOps engine resolution.

Changes

Beta release documentation

Layer / File(s) Summary
Release notes update
CHANGELOG.md
Adds the 0.12.2-beta.1 entry with the beta dist-tag and summaries of six fixes.

Priority: ⬇️ Low

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

Change: Other

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly identifies this as the v0.12.2-beta.1 release preparation. It matches the changelog-only release change.
Description check ✅ Passed The description explains the release purpose, included fixes, publishing behavior, verification steps, and checklist status. It also states that this release has no issue to close. The added release t…
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Commit to this branch
  • Create a new PR

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

A rabbit reads the changelog bright
Six fixes hop into the night
Beta notes are neat and clear
New release details gather here
Soft paws close the page with cheer

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

@kilo-code-bot

kilo-code-bot Bot commented Sep 21, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 files)
  • CHANGELOG.md
Previous Review Summary (commit da66712)

Current summary above is authoritative. Previous snapshots are kept for context only.

Previous review (commit da66712)

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 files)
  • CHANGELOG.md

Reviewed by gpt-sol-latest · Input: 0 · Output: 0 · Cached: 0

Review guidance: REVIEW.md from base branch main

@sahrizvi

Copy link
Copy Markdown
Collaborator Author

Verdaccio install sanity (Docker, linux-arm64 build of this commit at version 0.12.2-beta.1): ALL PHASES PASSED — install from the local registry, CLI boot, tool surfaces, security phase (no stack traces / internal paths in error output, unicode, RTL, injection patterns, 5000-line SQL). Sanity container exit 0.

@cubic-dev-ai cubic-dev-ai 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.

All reported issues were addressed across 1 file

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment thread CHANGELOG.md Outdated
…og entry

(bot review)

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012Q51zFUmPg1WwtS5CrGJE6
@sahrizvi
sahrizvi merged commit 51eda33 into main Sep 21, 2026
26 checks passed
@sahrizvi
sahrizvi deleted the release/v0.12.2-beta.1 branch September 22, 2026 09:21
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