Skip to content

chore(release): bump to 5.2.8#776

Merged
rafaelscosta merged 1 commit into
mainfrom
chore/release-5.2.8
May 21, 2026
Merged

chore(release): bump to 5.2.8#776
rafaelscosta merged 1 commit into
mainfrom
chore/release-5.2.8

Conversation

@rafaelscosta

@rafaelscosta rafaelscosta commented May 21, 2026

Copy link
Copy Markdown
Collaborator

Release

  • @aiox-squads/core: 5.2.8
  • @aiox-squads/installer: 3.3.7
  • @aiox-squads/aiox-pro-cli: 0.2.2

Context

Ships PR #775 fix for Pro activation UX: installer now preserves the license-server structured error envelope instead of collapsing activation failures to opaque HTTP 403.

Local validation

  • npm run lint
  • npm run test:ci
  • npx jest tests/installer/ --no-coverage
  • npm run validate:publish
  • npm view confirmed target versions are not published yet

Summary by CodeRabbit

  • Bug Fixes

    • Pro activation now shows detailed license-server error information instead of a generic HTTP 403.
    • Pro CLI error handling is more resilient to raw, null, or malformed errors.
  • User Guidance

    • Installer now provides OS-aware recovery/cleanup commands (including Windows PowerShell) for activation failures.

Review Change Stack

@vercel

vercel Bot commented May 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
aiox-core Ready Ready Preview, Comment May 21, 2026 12:28am

Request Review

@github-actions github-actions Bot added area: installer Installer and setup (packages/installer/) area: cli CLI tools (bin/, packages/aios-pro-cli/) area: docs Documentation (docs/) labels May 21, 2026
@coderabbitai

coderabbitai Bot commented May 21, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 4c1f26e1-ae76-4914-bf63-89311388ee04

📥 Commits

Reviewing files that changed from the base of the PR and between 9a66636 and 1cdc890.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (7)
  • .aiox-core/install-manifest.yaml
  • .aiox-core/package.json
  • CHANGELOG.md
  • compat/aiox-core/package.json
  • package.json
  • packages/aiox-pro-cli/package.json
  • packages/installer/package.json
✅ Files skipped from review due to trivial changes (5)
  • packages/installer/package.json
  • package.json
  • packages/aiox-pro-cli/package.json
  • .aiox-core/install-manifest.yaml
  • CHANGELOG.md

Walkthrough

Release prep for 5.2.8: coordinated package version bumps across the repo, updated .aiox-core/install-manifest.yaml (version, timestamp, file sha256), and added a CHANGELOG entry documenting Pro activation/CLI error handling fixes.

Changes

Version 5.2.8 Release

Layer / File(s) Summary
Root and core package versions
package.json, .aiox-core/package.json
Main package version fields updated from 5.2.75.2.8.
Compat package and dependency versions
compat/aiox-core/package.json
Compat package version and dependencies["@aiox-squads/core"] bumped to 5.2.8.
Sub-package versions
packages/aiox-pro-cli/package.json, packages/installer/package.json
@aiox-squads/aiox-pro-cli bumped to 0.2.2; packages/installer bumped to 3.3.7.
Release changelog and install manifest
CHANGELOG.md, .aiox-core/install-manifest.yaml
Added ## [5.2.8] changelog entry and refreshed install manifest version, generated_at, and sha256 for monitor/hooks/user_prompt_submit.py.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • SynkraAI/aiox-core#560: Changes touching the installer’s Pro activation/error-handling and InlineLicenseClient behavior.

Suggested reviewers

  • Pedrovaleriolopez
  • oalanicolas
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore(release): bump to 5.2.8' directly and accurately reflects the primary purpose of the changeset—a version bump release across multiple packages.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/release-5.2.8

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 and usage tips.

@github-actions

github-actions Bot commented May 21, 2026

Copy link
Copy Markdown
Contributor

📊 Coverage Report

Coverage report not available

📈 Full coverage report available in Codecov


Generated by PR Automation (Story 6.1)

coderabbitai[bot]
coderabbitai Bot previously requested changes May 21, 2026

@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`:
- Line 8: Update the changelog header line "## [5.2.8] - 2026-05-20" to use the
actual release preparation date "2026-05-21" so it matches the
PR/install-manifest timestamps; locate the exact changelog header string for
version 5.2.8 and replace the date portion only.
🪄 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: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: d3e7884a-081e-4145-bac9-ff8f5bc08b69

📥 Commits

Reviewing files that changed from the base of the PR and between 0475f1d and 9a66636.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (7)
  • .aiox-core/install-manifest.yaml
  • .aiox-core/package.json
  • CHANGELOG.md
  • compat/aiox-core/package.json
  • package.json
  • packages/aiox-pro-cli/package.json
  • packages/installer/package.json

Comment thread CHANGELOG.md Outdated
@rafaelscosta rafaelscosta force-pushed the chore/release-5.2.8 branch from 9a66636 to 1cdc890 Compare May 21, 2026 00:28
@rafaelscosta rafaelscosta dismissed coderabbitai[bot]’s stale review May 21, 2026 00:29

Fixed in commit 1cdc890 by updating the 5.2.8 changelog date to 2026-05-21; the blocking review targeted the previous commit 9a66636.

@rafaelscosta rafaelscosta merged commit 0abd64f into main May 21, 2026
50 checks passed
@rafaelscosta rafaelscosta deleted the chore/release-5.2.8 branch May 21, 2026 00:31
tuanmedeiros pushed a commit to tuanmedeiros/aios-core-synkraay that referenced this pull request Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: cli CLI tools (bin/, packages/aios-pro-cli/) area: docs Documentation (docs/) area: installer Installer and setup (packages/installer/)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant